Inheritance diagram for org.openmobileis.module.core.ProfileModule:
A module is a set of files and classes synchronized as a whole. A module is made of rubric. A rubric is a subset of a module. Properties can be attached to a modules. To define module data use the profile xml file.
Definition at line 46 of file bundle/org/openmobileis/module/core/ProfileModule.java.
Public Member Functions | |
ProfileModule () | |
void | addDependProfilModule (DependProfileModule moduleName) |
Array | getDependModuleList () |
void | setName (String name) |
String | getName () |
void | setVersion (String version) |
String | getVersion () |
void | addProperty (String name, String value) |
String | getProperty (String name) |
String[] | getAllPropertiesNames () |
void | addModuleRubric (ProfileModuleRubric rubric) |
Array | getModuleRubrics () |
String | getServerjar () |
void | setServerjar (String serverjar) |
String | getTerminaljar () |
void | setTerminaljar (String terminaljar) |
String | getTerminalType () |
void | setTerminalType (String terminalType) |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |