Package com.bc.ceres.core.runtime
Class Constants
- java.lang.Object
-
- com.bc.ceres.core.runtime.Constants
-
public final class Constants extends Object
Defines all important Ceres constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MODULE_MANIFEST_NAME
The name of the module manifest (XML) file.static String
SYSTEM_MODULE_NAME
The symbolic name of the system module.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
MODULE_MANIFEST_NAME
public static final String MODULE_MANIFEST_NAME
The name of the module manifest (XML) file.- See Also:
- Constant Field Values
-
SYSTEM_MODULE_NAME
public static final String SYSTEM_MODULE_NAME
The symbolic name of the system module.- See Also:
- Constant Field Values
-
-