Package gov.nasa.pds.transform.constants
Class Constants
- java.lang.Object
-
- gov.nasa.pds.transform.constants.Constants
-
public class Constants extends Object
Constants class.- Author:
- mcayanan
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>COMMON_VALID_FORMATSContains the valid format file types that can be used for transformations.static Map<String,File>EXTERNAL_PROGRAMSstatic List<String>PDS3_ONLY_VALID_FORMATSstatic List<String>PDS3_VALID_FORMATSContains the valid transformation formats that apply to only PDS3 data products.static List<String>PDS4_ONLY_VALID_FORMATSThis is used to only tell which transformations are PDS4 specific.static List<String>PDS4_VALID_FORMATSContains the valid transformation formats that apply to only PDS4 data products.static Map<String,String>STYLESHEETSstatic List<String>SUPPORTED_IMAGESContains a list of supported image objects.static List<String>SUPPORTED_OBJECTSContains a list of supported objects.static List<String>SUPPORTED_TABLESContains a list of supported table objects.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
COMMON_VALID_FORMATS
public static List<String> COMMON_VALID_FORMATS
Contains the valid format file types that can be used for transformations.
-
PDS4_ONLY_VALID_FORMATS
public static List<String> PDS4_ONLY_VALID_FORMATS
This is used to only tell which transformations are PDS4 specific.
-
PDS3_VALID_FORMATS
public static List<String> PDS3_VALID_FORMATS
Contains the valid transformation formats that apply to only PDS3 data products.
-
PDS4_VALID_FORMATS
public static List<String> PDS4_VALID_FORMATS
Contains the valid transformation formats that apply to only PDS4 data products.
-
SUPPORTED_TABLES
public static List<String> SUPPORTED_TABLES
Contains a list of supported table objects.
-
SUPPORTED_IMAGES
public static List<String> SUPPORTED_IMAGES
Contains a list of supported image objects.
-
-