gov.nasa.pds.validate.commandline.options
Class ConfigKey

java.lang.Object
  extended by gov.nasa.pds.validate.commandline.options.ConfigKey

public class ConfigKey
extends Object

An interface that contains the valid property keys for the Validate Tool configuration file.

Author:
mcayanan

Field Summary
static String CATALOG
           
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

REGEXP

public static final String REGEXP
List of file patterns to look for if traversing a target directory.

See Also:
Constant Field Values

REPORT

public static final String REPORT
The report.

See Also:
Constant Field Values

TARGET

public static final String TARGET
A list of targets to validate.

See Also:
Constant Field Values

VERBOSE

public static final String VERBOSE
A severity level for the output report.

See Also:
Constant Field Values

SCHEMA

public static final String SCHEMA
A list of schema files to validate against.

See Also:
Constant Field Values

SCHEMATRON

public static final String SCHEMATRON
A list of schematron files to validate against.

See Also:
Constant Field Values

CATALOG

public static final String CATALOG
See Also:
Constant Field Values

MODEL

public static final String MODEL
The model version to use during validation.

See Also:
Constant Field Values

LOCAL

public static final String LOCAL
Enables/disables direcotry recursion.

See Also:
Constant Field Values

STYLE

public static final String STYLE
Configures the report style format.

See Also:
Constant Field Values
Constructor Detail

ConfigKey

public ConfigKey()


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.