|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.ltdt.testLabel.Validator
public class Validator
Class to perform validaton
Constructor Summary | |
---|---|
Validator()
Constructor |
Method Summary | |
---|---|
void |
doValidation(java.net.URL testLabel,
gov.nasa.pds.tools.dict.Dictionary dictionary,
java.io.OutputStream out)
Do the validation. |
void |
logMessage(java.util.logging.Level level,
java.lang.String msg)
Routine to store a message into the logger. |
void |
logMessage(java.util.logging.Level level,
java.lang.String msg,
java.lang.String file)
Routine to store a message into the logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Validator()
Method Detail |
---|
public void doValidation(java.net.URL testLabel, gov.nasa.pds.tools.dict.Dictionary dictionary, java.io.OutputStream out) throws javax.xml.transform.TransformerException, java.io.IOException
testLabel
- A label to validate.dictionary
- A dictionary.out
- An output stream where the validation report will be
stored.
javax.xml.transform.TransformerException
java.io.IOException
public void logMessage(java.util.logging.Level level, java.lang.String msg)
level
- The severity level of the message.msg
- The message to log.public void logMessage(java.util.logging.Level level, java.lang.String msg, java.lang.String file)
level
- The severity level of the message.msg
- The message to log.file
- The file name associated with the message being logged.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |