Uses of Interface
com.pervasive.datarush.modules.Module
-
Packages that use Module Package Description com.pervasive.datarush.modules -
-
Uses of Module in com.pervasive.datarush.modules
Methods in com.pervasive.datarush.modules that return types with arguments of type Module Modifier and Type Method Description List<Module>
ModuleCategory. getModules()
List<Module>
ModuleCategoryImpl. getModules()
Methods in com.pervasive.datarush.modules with parameters of type Module Modifier and Type Method Description static <T> T
Modules. newInstance(Class<T> interfaze, Module module, String className)
Create a new instance of an object within a module.static <T> T
Modules. rawInstance(Class<T> interfaze, Module module, String className)
Create a new instance of an object within a module.Constructor parameters in com.pervasive.datarush.modules with type arguments of type Module Constructor Description ModuleCategoryImpl(String name, List<Module> modules)
-