Package | Description |
---|---|
com.pervasive.datarush.modules |
Modifier and Type | Method and Description |
---|---|
List<Module> |
ModuleCategoryImpl.getModules() |
List<Module> |
ModuleCategory.getModules() |
Modifier and Type | Method and 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 and Description |
---|
ModuleCategoryImpl(String name,
List<Module> modules) |
Copyright © 2016 Actian Corporation. All rights reserved.