gov.nasa.pds.transform.constants
Class Constants

java.lang.Object
  extended by gov.nasa.pds.transform.constants.Constants

public class Constants
extends Object

Constants class.

Author:
mcayanan

Field Summary
static List<String> COMMON_VALID_FORMATS
          Contains the valid format file types that can be used for transformations.
static Map<String,File> EXTERNAL_PROGRAMS
           
static List<String> PDS3_ONLY_VALID_FORMATS
           
static List<String> PDS3_VALID_FORMATS
          Contains the valid transformation formats that apply to only PDS3 data products.
static List<String> PDS4_ONLY_VALID_FORMATS
          This is used to only tell which transformations are PDS4 specific.
static List<String> PDS4_VALID_FORMATS
          Contains the valid transformation formats that apply to only PDS4 data products.
static Map<String,String> STYLESHEETS
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMON_VALID_FORMATS

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


STYLESHEETS

public static Map<String,String> STYLESHEETS

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.

Constructor Detail

Constants

public Constants()


Copyright © 2010–2015 Planetary Data System. All rights reserved.