Package org.javarosa.core.util
Class JavaRosaCoreModule
java.lang.Object
org.javarosa.core.util.JavaRosaCoreModule
- All Implemented Interfaces:
IModule
public class JavaRosaCoreModule extends Object implements IModule
- Author:
- Clayton Sims
-
Field Summary
Fields Modifier and Type Field Description static String[]classNames -
Constructor Summary
Constructors Constructor Description JavaRosaCoreModule() -
Method Summary
Modifier and Type Method Description voidregisterModule()Register Module should identify all configuration that needs to occur for the elements that are contained within a module, and perform that configuration and registration with the current application.
-
Field Details
-
Constructor Details
-
JavaRosaCoreModule
public JavaRosaCoreModule()
-
-
Method Details
-
registerModule
public void registerModule()Description copied from interface:IModuleRegister Module should identify all configuration that needs to occur for the elements that are contained within a module, and perform that configuration and registration with the current application.- Specified by:
registerModulein interfaceIModule
-