|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationException | |
---|---|
gov.nasa.pds.vtool | This package provides the main class for executing the Validation Tool. |
Uses of ApplicationException in gov.nasa.pds.vtool |
---|
Methods in gov.nasa.pds.vtool that throw ApplicationException | |
---|---|
void |
VTool.doReporting(java.io.File log,
java.io.File report,
java.lang.String level,
java.lang.String style)
Creates a human-readable report. |
java.lang.String |
VTool.getStyleSheet(java.lang.String style)
Gets the proper XSL stylesheet file to use when transforming the log into a human-readable report. |
org.apache.commons.cli.CommandLine |
VTool.parseLine(java.lang.String[] argv)
Parses the VTool command-line. |
gov.nasa.pds.tools.file.FileList |
VTool.processTarget(java.lang.String target,
boolean getSubDirs)
Processes a target. |
void |
VTool.queryCmdLine(org.apache.commons.cli.CommandLine cmd)
Queries the VTool command-line. |
void |
VTool.readConfigFile(java.net.URL file)
Reads a configuration file to set the default behaviors for VTool. |
gov.nasa.pds.tools.dict.Dictionary |
VTool.readDictionaries(java.util.List dictionary)
Parse the dictionary files. |
void |
VTool.setDictionaries(java.util.List d)
Set the dictionary file names passed into VTool . |
void |
VTool.setRptStyle(java.lang.String style)
Set the output style for the report. |
void |
VTool.setupLogger()
Configures the logger appropriately. |
void |
VTool.setVerbose(short v)
Set the verbosity level and above to include in the reporting. |
ValidationRecord |
VTool.validateLabel(java.net.URL url,
gov.nasa.pds.tools.dict.Dictionary dict)
Validate a label file. |
ValidationRecord |
VTool.validateLabels(java.util.List targets)
Validate labels, performing only syntactic validation. |
ValidationRecord |
VTool.validateLabels(java.util.List targets,
gov.nasa.pds.tools.dict.Dictionary dict)
Validate labels, performing both syntactic and semantic validation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |