Class Constants


  • public class Constants
    extends Object
    Constants class.
    Author:
    mcayanan
    • Field Detail

      • COMMON_VALID_FORMATS

        public static List<String> COMMON_VALID_FORMATS
        Contains the valid format file types that can be used for transformations.
      • EXTERNAL_PROGRAMS

        public static Map<String,​File> EXTERNAL_PROGRAMS
      • PDS3_ONLY_VALID_FORMATS

        public static List<String> PDS3_ONLY_VALID_FORMATS
      • 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.
      • SUPPORTED_OBJECTS

        public static List<String> SUPPORTED_OBJECTS
        Contains a list of supported objects.
    • Constructor Detail

      • Constants

        public Constants()