Constant Field Values


Contents
gov.nasa.*

gov.nasa.pds.vtool.config.VToolConfigKeys
public static final String ALIASKEY "vtool.alias"
public static final String DICTKEY "vtool.dict"
public static final String FOLLOWKEY "vtool.follow"
public static final String FORCEKEY "vtool.force"
public static final String IGNOREDIRKEY "vtool.ignoredir"
public static final String IGNOREFILEKEY "vtool.ignorefile"
public static final String INCLUDESKEY "vtool.includepaths"
public static final String LOGKEY "vtool.log"
public static final String PROGRESSKEY "vtool.progress"
public static final String RECURSEKEY "vtool.recursive"
public static final String REGEXPKEY "vtool.regexp"
public static final String REPORTKEY "vtool.report"
public static final String SHOWLOGKEY "vtool.showlog"
public static final String STYLEKEY "vtool.style"
public static final String TARGETKEY "vtool.target"
public static final String VERBOSEKEY "vtool.verbose"

gov.nasa.pds.vtool.flags.ToolsFlags
public static final int ARGNAME 2
public static final int LONG 1
public static final int SHORT 0
public static final String WHATIS_CONFIG "Specify a configuration file to set the default values."
public static final String WHATIS_DICT "Specify PDS-compliant dictionary file(s)"
public static final String WHATIS_HELP "Display usage."
public static final String WHATIS_REPORT "Specify report file name."
public static final String WHATIS_VERSION "Display application version."

gov.nasa.pds.vtool.flags.VToolFlags
public static final String WHATIS_ALIAS "Enables aliasing"
public static final String WHATIS_DICT "Specify the Planetary Science Data Dictionary full file name/URL and any local dictionaries to include for validation."
public static final String WHATIS_FOLLOW "Do not follow or check for the existence of files referenced by pointer statements in a label."
public static final String WHATIS_IGNOREDIR "Specify directory patterns to ignore. Each pattern should be surrounded by quotes. (i.e. -D \"EXTRAS\", \"LABEL\")"
public static final 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 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 String WHATIS_LOCAL "Validate files only in the target directory rather than recursively traversing down the subdirectories."
public static final 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 String WHATIS_PARTIAL "Force VTool to validate a label fragment."
public static final String WHATIS_PROGRESS "Enable progress reporting."
public static final 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 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 String WHATIS_RPTSTYLE "Specify the level of detail for the reporting. Valid values are \'full\' for a full view, \'min\' for a minimal view, \'sum\' for a summary view, \'xml\' for an xml view, and \'json\' for a json view. Default is to see a full report if this flag is not specified."
public static final 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 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)."

gov.nasa.pds.vtool.license.ToolsLicense
public static final String LICENSE "\nCopyright 2007-2008, by the California Institute of Technology.\nALL RIGHTS RESERVED. United States Government Sponsorship acknowledged.\nAny commercial use must be negotiated with the Office of Technology Transfer\nat the California Institute of Technology.\n\nThis software is subject to U. S. export control laws and regulations\n(22 C.F.R. 120-130 and 15 C.F.R. 730-774). To the extent that the software\nis subject to U.S. export control laws and regulations, the recipient has\nthe responsibility to obtain export licenses or other export authority as\nmay be required before exporting such information to foreign countries or\nproviding access to foreign nationals."

gov.nasa.pds.vtool.report.StyleSheet
public static final String FULLXSL "report-full.xsl"
public static final String MINXSL "report-minimal.xsl"
public static final String SUMXSL "report-summary.xsl"

gov.nasa.pds.vtool.status.ExitStatusType
public static final int APPLICATION_ERROR 1
public static final int ERRORS_FOUND 128
public static final int SKIPPED_FILES 32
public static final int SUCCESS 0
public static final int SYSTEM_ERROR 2
public static final int WARNINGS_FOUND 64



Copyright © 2005-2014 Planetary Data System. All Rights Reserved.