public class InitContextInternal extends Object implements InitContext
| Constructor and Description |
|---|
InitContextInternal(Map<String,String> kernelParams,
RequestHandler requestHandler,
int roundNumber,
io.nuun.kernel.core.internal.DependencyProvider dependencyProvider,
Class<? extends Plugin> pluginClass) |
public int roundNumber()
roundNumber in interface InitContextpublic Map<String,String> kernelParams()
kernelParams in interface InitContextpublic String kernelParam(String key)
kernelParam in interface InitContextpublic Map<Class<?>,Collection<Class<?>>> scannedSubTypesByParentClass()
scannedSubTypesByParentClass in interface InitContextpublic Map<Class<?>,Collection<Class<?>>> scannedSubTypesByAncestorClass()
scannedSubTypesByAncestorClass in interface InitContextpublic Map<String,Collection<Class<?>>> scannedSubTypesByParentRegex()
scannedSubTypesByParentRegex in interface InitContextpublic Map<String,Collection<Class<?>>> scannedTypesByRegex()
scannedTypesByRegex in interface InitContextpublic Map<org.kametic.specifications.Specification,Collection<Class<?>>> scannedTypesBySpecification()
scannedTypesBySpecification in interface InitContextpublic Map<Class<? extends Annotation>,Collection<Class<?>>> scannedClassesByAnnotationClass()
scannedClassesByAnnotationClass in interface InitContextpublic Map<String,Collection<Class<?>>> scannedClassesByAnnotationRegex()
scannedClassesByAnnotationRegex in interface InitContextpublic Map<String,Collection<String>> mapPropertiesFilesByPrefix()
mapPropertiesFilesByPrefix in interface InitContextpublic Map<String,Collection<String>> mapResourcesByRegex()
mapResourcesByRegex in interface InitContextpublic Collection<Class<?>> classesToBind()
classesToBind in interface InitContextpublic List<UnitModule> moduleResults()
moduleResults in interface InitContextpublic List<UnitModule> moduleOverridingResults()
moduleOverridingResults in interface InitContextpublic Collection<String> propertiesFiles()
propertiesFiles in interface InitContextpublic Collection<? extends Plugin> pluginsRequired()
pluginsRequired in interface InitContextpublic Collection<? extends Plugin> dependentPlugins()
dependentPlugins in interface InitContextpublic List<?> dependencies()
dependencies in interface InitContextpublic <T> List<T> dependencies(Class<T> dependencyClass)
dependencies in interface InitContextpublic <T> T dependency(Class<T> dependencyClass)
dependency in interface InitContextCopyright © 2012-2016. All Rights Reserved.