All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addAncestorTypes(Class<?> parentType,
Collection<Class<?>> subtypes) |
void |
addAnnotationTypes(Class<? extends Annotation> annotationClass,
Collection<Class<?>> subtypes) |
void |
addAnnotationTypesByName(String annotationName,
Collection<Class<?>> subtypes) |
void |
addChildModule(UnitModule module) |
void |
addChildOverridingModule(UnitModule module) |
void |
addClassesToBind(Collection<Class<?>> classesToBind) |
void |
addPropertyFiles(Set<String> propertyFiles) |
void |
addPropertyFilesByPrefix(String prefix,
Set<String> propertyFiles) |
void |
addResourcesByRegex(String regex,
Set<String> urls) |
void |
addSubtypes(Class<?> parentType,
Collection<Class<?>> subtypes) |
void |
addSubTypesByName(String typeName,
Collection<Class<?>> subtypes) |
void |
addTypesByName(String typeName,
Collection<Class<?>> subtypes) |
void |
addTypesBySpecification(org.kametic.specifications.Specification<?> specification,
Collection<Class<?>> subtypes) |
void |
addUrls(Set<URL> urls) |
Collection<Class<?>> |
getClassesToBind() |
List<UnitModule> |
getModules() |
List<UnitModule> |
getOverridingModules() |
Map<String,Collection<String>> |
getPropertiesFilesByPrefix() |
Collection<String> |
getPropertyFiles() |
Map<String,Collection<String>> |
getResourcesByRegex() |
Set<URL> |
getUrls() |
Map<Class<? extends Annotation>,Collection<Class<?>>> |
scannedClassesByAnnotationClass() |
Map<String,Collection<Class<?>>> |
scannedClassesByAnnotationRegex() |
Map<Class<?>,Collection<Class<?>>> |
scannedSubTypesByAncestorClass() |
Map<Class<?>,Collection<Class<?>>> |
scannedSubTypesByParentClass() |
Map<String,Collection<Class<?>>> |
scannedSubTypesByParentRegex() |
Map<String,Collection<Class<?>>> |
scannedTypesByRegex() |
Map<org.kametic.specifications.Specification,Collection<Class<?>>> |
scannedTypesBySpecification() |