Package gov.nasa.pds.validate.constants
Class Constants
java.lang.Object
gov.nasa.pds.validate.constants.Constants
public final class Constants extends Object
-
Field Summary
Fields Modifier and Type Field Description static PatternBUNDLE_LABEL_PATTERNstatic StringBUNDLE_NAME_TOKENstatic PatternCOLLECTION_LABEL_PATTERNstatic StringCOLLECTION_NAME_TOKENstatic intCONTENT_VAL_PROGRESS_COUNTERstatic StringLABEL_EXTENSIONstatic StringSCHEMATRON_SCHEMATYPENS_PATTERNstatic PatternSIMPLE_COLLECTION_LABEL_PATTERN -
Constructor Summary
Constructors Constructor Description Constants() -
Method Summary
-
Field Details
-
SCHEMATRON_SCHEMATYPENS_PATTERN
- See Also:
- Constant Field Values
-
CONTENT_VAL_PROGRESS_COUNTER
public static final int CONTENT_VAL_PROGRESS_COUNTER- See Also:
- Constant Field Values
-
COLLECTION_LABEL_PATTERN
-
BUNDLE_LABEL_PATTERN
-
SIMPLE_COLLECTION_LABEL_PATTERN
-
COLLECTION_NAME_TOKEN
- See Also:
- Constant Field Values
-
BUNDLE_NAME_TOKEN
- See Also:
- Constant Field Values
-
LABEL_EXTENSION
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Constants
public Constants()
-