Package | Description |
---|---|
gov.nasa.pds.vtool |
This package provides the main class for executing the Validation Tool.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.cli.CommandLine |
VTool.parseLine(String[] argv)
Parses the VTool command-line.
|
void |
VTool.queryCmdLine(org.apache.commons.cli.CommandLine cmd)
Queries the VTool command-line.
|
void |
VTool.readConfigFile(URL file)
Reads a configuration file to set the default behaviors for VTool.
|
gov.nasa.pds.tools.dict.Dictionary |
VTool.readDictionaries(List dictionary)
Parse the dictionary files.
|
void |
VTool.setDictionaries(List<String> d)
Set the dictionary file names passed into VTool .
|
void |
VTool.setRptStyle(String style)
Set the output style for the report.
|
void |
VTool.setupReport()
Configures the logger appropriately.
|
void |
VTool.setVerbose(short v)
Set the verbosity level and above to include in the reporting.
|
void |
VTool.validateLabel(URL url,
gov.nasa.pds.tools.dict.Dictionary dict)
Validate a label file.
|
Copyright © 2005–2017 Planetary Data System. All rights reserved.