Package org.jabylon.common.util
Class ApplicationConstants
- java.lang.Object
-
- org.jabylon.common.util.ApplicationConstants
-
public class ApplicationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_NODEstatic StringJOBS_NODE_NAMEjobs under this node will be processed by the schedulerstatic StringOLD_PLUGIN_IDstatic StringPLUGIN_IDstatic StringWORKSPACE_NAME
-
Constructor Summary
Constructors Constructor Description ApplicationConstants()
-
-
-
Field Detail
-
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
-
OLD_PLUGIN_ID
public static final String OLD_PLUGIN_ID
- See Also:
- Constant Field Values
-
CONFIG_NODE
public static final String CONFIG_NODE
- See Also:
- Constant Field Values
-
JOBS_NODE_NAME
public static final String JOBS_NODE_NAME
jobs under this node will be processed by the scheduler- See Also:
- Constant Field Values
-
WORKSPACE_NAME
public static final String WORKSPACE_NAME
- See Also:
- Constant Field Values
-
-