Package net.plsar.resources
Class ComponentsHolder
java.lang.Object
net.plsar.resources.ComponentsHolder
public class ComponentsHolder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ComponentsHolder() -
Method Summary
Modifier and Type Method Description java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>>getRepositories()AnnotationComponentgetRouteRegistration()AnnotationComponentgetServerStartup()java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>>getServices()voidsetRepositories(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>> repositories)voidsetRouteRegistration(AnnotationComponent routeRegistration)voidsetServerStartup(AnnotationComponent serverStartup)voidsetServices(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>> services)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComponentsHolder
public ComponentsHolder()
-
-
Method Details
-
getRepositories
public java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>> getRepositories() -
setRepositories
public void setRepositories(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>> repositories) -
getServices
public java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>> getServices() -
setServices
public void setServices(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Class<?>> services) -
getServerStartup
-
setServerStartup
-
getRouteRegistration
-
setRouteRegistration
-