public interface Deployment
| Modifier and Type | Method and Description |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Returns a
ClassLoader capable of loading the classes encapsulated by this deployment |
java.util.Set<java.lang.Class<?>> |
getConsumers()
Gives all of the classes in the deployment that consume a source.
|
java.util.Set<java.lang.Class<?>> |
getCoreServices() |
java.util.Set<java.lang.Class<?>> |
getServices() |
java.util.Set<java.lang.Class<?>> getCoreServices()
CoreService annotationjava.util.Set<java.lang.Class<?>> getServices()
Service annotationjava.util.Set<java.lang.Class<?>> getConsumers()
SourceType type annotationjava.lang.ClassLoader getClassLoader()
ClassLoader capable of loading the classes encapsulated by this deploymentClassLoader