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 List<String>ALLOWABLE_LABEL_EXTENSIONSstatic StringBUNDLE_LABEL_PATTERN_STRINGPattern string up to file extension, which will be set at initializationstatic StringCOLLECTION_LABEL_PATTERN_STRINGstatic intCONTENT_VAL_PROGRESS_COUNTERstatic StringDEFAULT_LABEL_EXTENSIONstatic StringSCHEMATRON_SCHEMATYPENS_PATTERN
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
SCHEMATRON_SCHEMATYPENS_PATTERN
public static final String 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
-
BUNDLE_LABEL_PATTERN_STRING
public static final String BUNDLE_LABEL_PATTERN_STRING
Pattern string up to file extension, which will be set at initialization- See Also:
- Constant Field Values
-
COLLECTION_LABEL_PATTERN_STRING
public static final String COLLECTION_LABEL_PATTERN_STRING
- See Also:
- Constant Field Values
-
DEFAULT_LABEL_EXTENSION
public static final String DEFAULT_LABEL_EXTENSION
- See Also:
- Constant Field Values
-
-