|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.validate.ValidatorFactory
public class ValidatorFactory
Factory class that will create the appropriate Validator object.
Method Summary | |
---|---|
static ValidatorFactory |
getInstance()
Gets an instance of the factory. |
Validator |
newInstance(URL target,
String modelVersion,
Report report)
Returns a Validator object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ValidatorFactory getInstance()
public Validator newInstance(URL target, String modelVersion, Report report) throws gov.nasa.pds.tools.label.ValidatorException, TransformerConfigurationException, ParserConfigurationException
target
- The target URL.modelVersion
- PDS4 model version.report
- The object representation of a report.
ParserConfigurationException
- Parser configuration error occurred.
gov.nasa.pds.tools.label.ValidatorException
- Validator error occurred.
TransformerConfigurationException
- Transformer configuration error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |