Package de.dlr.proseo.basewrap
Enum Class BaseWrapper.ENV_VARS
- All Implemented Interfaces:
Serializable,Comparable<BaseWrapper.ENV_VARS>,Constable
- Enclosing class:
BaseWrapper
Enumeration with valid environment variable names (available for wrapper
subclasses).
At runtime-start the BaseWrapper checks the presence and values of each
variable.
JOBORDER_FILEURI of valid JobOrder-FileSTORAGE_ENDPOINTpublic API endpoint URL of prosEO Storage ManagerSTORAGE_USERusername for connection to Storage ManagerSTORAGE_PASSWORDpassword for connection to Storage ManagerINGESTOR_ENDPOINTpublic API endpoint URL of prosEO-IngestorSTATE_CALLBACK_ENDPOINTpublic API endpoint URL of prosEO-Planner for submitting the final state of the wrapper-run.PROCESSOR_SHELL_COMMANDthe processor shell command to be invoked by the wrapperPROCESSING_FACILITY_NAMEname of the processing-facility this wrapper runs in.PROSEO_USERusername for connection to Planner and IngestorPROSEO_PWpassword for connection to Planner and IngestorLOCAL_FS_MOUNTthe mount point within the container, where the shared storage is mounted
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseWrapper.ENV_VARSReturns the enum constant of this class with the specified name.static BaseWrapper.ENV_VARS[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
JOBORDER_FILE
-
JOBORDER_VERSION
-
STORAGE_ENDPOINT
-
STORAGE_USER
-
STORAGE_PASSWORD
-
INGESTOR_ENDPOINT
-
STATE_CALLBACK_ENDPOINT
-
PROCESSOR_SHELL_COMMAND
-
PROCESSING_FACILITY_NAME
-
PROSEO_USER
-
PROSEO_PW
-
LOCAL_FS_MOUNT
-
FILECHECK_MAX_CYCLES
-
FILECHECK_WAIT_TIME
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-