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 SummaryFields Modifier and Type Field Description static StringMODULE_MANIFEST_NAMEThe name of the module manifest (XML) file.static StringSYSTEM_MODULE_NAMEThe symbolic name of the system module.
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
Field Detail- 
MODULE_MANIFEST_NAMEpublic static final String MODULE_MANIFEST_NAME The name of the module manifest (XML) file.- See Also:
- Constant Field Values
 
 - 
SYSTEM_MODULE_NAMEpublic static final String SYSTEM_MODULE_NAME The symbolic name of the system module.- See Also:
- Constant Field Values
 
 
- 
 
-