gov.nasa.pds.vtool.config.VToolConfigKeys |
public static final java.lang.String |
ALIASKEY |
"vtool.alias" |
public static final java.lang.String |
DICTKEY |
"vtool.dict" |
public static final java.lang.String |
FOLLOWKEY |
"vtool.follow" |
public static final java.lang.String |
FORCEKEY |
"vtool.force" |
public static final java.lang.String |
IGNOREDIRKEY |
"vtool.ignoredir" |
public static final java.lang.String |
IGNOREFILEKEY |
"vtool.ignorefile" |
public static final java.lang.String |
INCLUDESKEY |
"vtool.includepaths" |
public static final java.lang.String |
LOGKEY |
"vtool.log" |
public static final java.lang.String |
PROGRESSKEY |
"vtool.progress" |
public static final java.lang.String |
RECURSEKEY |
"vtool.recursive" |
public static final java.lang.String |
REGEXPKEY |
"vtool.regexp" |
public static final java.lang.String |
REPORTKEY |
"vtool.report" |
public static final java.lang.String |
SHOWLOGKEY |
"vtool.showlog" |
public static final java.lang.String |
STYLEKEY |
"vtool.style" |
public static final java.lang.String |
TARGETKEY |
"vtool.target" |
public static final java.lang.String |
VERBOSEKEY |
"vtool.verbose" |
gov.nasa.pds.vtool.flags.VToolFlags |
public static final java.lang.String |
WHATIS_ALIAS |
"Enables aliasing" |
public static final java.lang.String |
WHATIS_DICT |
"Specify the Planetary Science Data Dictionary full file name/URL and any local dictionaries to include for validation." |
public static final java.lang.String |
WHATIS_FOLLOW |
"Do not follow or check for the existence of files referenced by pointer statements in a label." |
public static final java.lang.String |
WHATIS_IGNOREDIR |
"Specify directory patterns to ignore. Each pattern should be surrounded by quotes. (i.e. -D \"EXTRAS\", \"LABEL\")" |
public static final java.lang.String |
WHATIS_IGNOREFILE |
"Specify file patterns to ignore from validation. Each pattern should be surrounded by quotes. (i.e. -X \"*TAB\", \"*IMG\")" |
public static final java.lang.String |
WHATIS_INCLUDES |
"Specify the paths to look for files referenced by pointers in a label. Default is to always look at the same directory as the label." |
public static final java.lang.String |
WHATIS_LOCAL |
"Validate files only in the target directory rather than recursively traversing down the subdirectories." |
public static final java.lang.String |
WHATIS_LOG |
"Specify the file name for the machine-readable log. A file specification is optional. If no file name is given, then the log will be written to standard out." |
public static final java.lang.String |
WHATIS_PARTIAL |
"Force VTool to validate a label fragment." |
public static final java.lang.String |
WHATIS_PROGRESS |
"Enable progress reporting." |
public static final java.lang.String |
WHATIS_REGEXP |
"Specify file patterns to look for when validating a directory. Each pattern should be surrounded by quotes. (i.e. -e \"*.LBL\", \"*.FMT\")" |
public static final java.lang.String |
WHATIS_REPORT |
"Specify the file name for the human-readable report. Default is to write to standard out if this flag is not specified. This report, however, will not print to standard out if this flag is missing AND the log file flag is specified with no file name." |
public static final java.lang.String |
WHATIS_RPTSTYLE |
"Specify the level of detail for the reporting. Valid values are \'full\' for a full view, \'min\' for a minimal view and \'sum\' for a summary view. Default is to see a full report if this flag is not specified." |
public static final java.lang.String |
WHATIS_TARGET |
"Explicitly specify the targets (label files, URLs and directories) to validate. Targets can be specified implicitly as well. (example: VTool label.lbl)" |
public static final java.lang.String |
WHATIS_VERBOSE |
"Specify the severity level and above to include in the human-readable report: (1=Info, 2=Warning, 3=Error). Default is Warning and above (level 2)." |