|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Module | |
|---|---|
| org.unitils.core | |
| org.unitils.util | |
| Uses of Module in org.unitils.core |
|---|
| Methods in org.unitils.core with type parameters of type Module | ||
|---|---|---|
|
ModulesRepository.getModuleOfType(java.lang.Class<T> type)
Gets the modules that is of the given type or a sub-type. |
|
| Methods in org.unitils.core that return types with arguments of type Module | |
|---|---|
protected java.util.List<Module> |
ModulesLoader.createAndInitializeModules(java.util.List<java.lang.String> moduleNames,
java.util.Properties configuration)
Creates the modules with the given class names and calls initializes them with the given configuration. |
java.util.List<Module> |
ModulesRepository.getModules()
Gets all modules. |
java.util.Map<Module,TestListener> |
ModulesRepository.getTestListeners()
Gets all listeners. |
java.util.List<Module> |
ModulesLoader.loadModules(java.util.Properties configuration)
Loads all unitils modules as described in the class javadoc. |
| Methods in org.unitils.core with parameters of type Module | |
|---|---|
TestListener |
ModulesRepository.getTestListener(Module module)
Gets the listener corresponding to the given module. |
| Method parameters in org.unitils.core with type arguments of type Module | |
|---|---|
boolean |
ModulesRepository.isModuleEnabled(java.lang.Class<? extends Module> moduleClass)
Checks whether a module of a type exists. |
| Constructor parameters in org.unitils.core with type arguments of type Module | |
|---|---|
ModulesRepository(java.util.List<Module> modules)
Creates a repository containing the given modules. |
|
| Uses of Module in org.unitils.util |
|---|
| Method parameters in org.unitils.util with type arguments of type Module | |
|---|---|
static java.lang.String |
ModuleUtils.getAnnotationPropertyDefault(java.lang.Class<? extends Module> moduleClass,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.String name,
java.util.Properties configuration)
Returns the default for annotation property of the given annotation with the given name for the given moduleclass. |
static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.util.Map<java.lang.String,java.lang.String>> |
ModuleUtils.getAnnotationPropertyDefaults(java.lang.Class<? extends Module> moduleClass,
java.util.Properties configuration,
java.lang.Class<? extends java.lang.annotation.Annotation>... annotationClasses)
Returns an object that represents the default values for the properties of the given annotations and the given module. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||