Enum Constant and Description |
---|
BASE_PATH |
CATALOG |
CHECKSUM_MANIFEST
Flag to specify one or more checksum manifest files in order to
perform checksum validation.
|
CONFIG
Flag to specify a configuration file to configure the tool behavior.
|
FORCE
Flag to force the tool to perform validation against the schema and
schematron specified in a given label.
|
HELP
Flag to display the help.
|
LOCAL
Flag that disables recursion when traversing a target directory.
|
MAX_ERRORS
Flag to specify file patterns to look for when validating a target
directory.
|
MODEL
Flag to specify a model version to use during validation.
|
NO_DATA
Flag to disable data content validation.
|
REGEXP
Flag to specify file patterns to look for when validating a target
directory.
|
REPORT
Flag to specify a report file name.
|
RULE |
SCHEMA
Flag to specify a list of schemas to use during validation.
|
SCHEMATRON
Flag to specify a list of schematron files to use during validation.
|
STYLE
Flag to specify the report style.
|
TARGET
Flag to explicitly specify the targets to validate.
|
VERBOSE
Flag to specify the severity level and above to include in the report.
|
VERSION
Displays the tool version.
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowsMultipleArgs()
Find out if the flag can handle multiple arguments.
|
java.lang.String |
getArgName()
Get the argument name of the flag.
|
java.lang.Object |
getArgType()
Get the argument type of the flag.
|
java.lang.String |
getDescription()
Get the flag description.
|
java.lang.String |
getLongName()
Get the long name of the flag.
|
java.lang.String |
getShortName()
Get the short name of the flag.
|
static Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Flag BASE_PATH
public static final Flag CATALOG
public static final Flag CONFIG
public static final Flag MAX_ERRORS
public static final Flag REGEXP
public static final Flag FORCE
public static final Flag HELP
public static final Flag LOCAL
public static final Flag CHECKSUM_MANIFEST
public static final Flag MODEL
public static final Flag NO_DATA
public static final Flag REPORT
public static final Flag SCHEMATRON
public static final Flag STYLE
public static final Flag TARGET
public static final Flag VERSION
public static final Flag VERBOSE
public static final Flag SCHEMA
public static final Flag RULE
public static Flag[] values()
for (Flag c : Flag.values()) System.out.println(c);
public static Flag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getShortName()
public java.lang.String getLongName()
public java.lang.String getArgName()
public boolean allowsMultipleArgs()
public java.lang.Object getArgType()
public java.lang.String getDescription()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.