Uses of Interface
com.pervasive.datarush.modules.Module
Packages that use Module
-
Uses of Module in com.pervasive.datarush.modules
Methods in com.pervasive.datarush.modules that return types with arguments of type ModuleMethods in com.pervasive.datarush.modules with parameters of type ModuleModifier and TypeMethodDescriptionstatic <T> TModules.newInstance(Class<T> interfaze, Module module, String className) Create a new instance of an object within a module.static <T> TModules.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