|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.validate.commandline.options.ConfigKey
public class ConfigKey
An interface that contains the valid property keys for the Validate Tool configuration file.
Field Summary | |
---|---|
static String |
CATALOG
The catalog file to use during validation. |
static String |
CHECKSUM
Property to specify one or more checksum manifest files. |
static String |
FORCE
Force the tool to validate against the schema and schematron specified in the label. |
static String |
INTEGRITY
Property to enable/disable referential integrity checking. |
static String |
LOCAL
Enables/disables direcotry recursion. |
static String |
MODEL
The model version to use during validation. |
static String |
REGEXP
List of file patterns to look for if traversing a target directory. |
static String |
REPORT
The report. |
static String |
SCHEMA
A list of schema files to validate against. |
static String |
SCHEMATRON
A list of schematron files to validate against. |
static String |
STYLE
Configures the report style format. |
static String |
TARGET
A list of targets to validate. |
static String |
VERBOSE
A severity level for the output report. |
Constructor Summary | |
---|---|
ConfigKey()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REGEXP
public static final String REPORT
public static final String TARGET
public static final String VERBOSE
public static final String SCHEMA
public static final String SCHEMATRON
public static final String CATALOG
public static final String CHECKSUM
public static final String MODEL
public static final String LOCAL
public static final String STYLE
public static final String FORCE
public static final String INTEGRITY
Constructor Detail |
---|
public ConfigKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |