public class ClassDeployment extends java.lang.Object implements Deployment
| Constructor and Description |
|---|
ClassDeployment(java.lang.Class<?>... deploymentClasses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
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() |
int |
hashCode() |
public java.util.Set<java.lang.Class<?>> getCoreServices()
getCoreServices in interface DeploymentCoreService annotationpublic java.util.Set<java.lang.Class<?>> getServices()
getServices in interface DeploymentService annotationpublic java.util.Set<java.lang.Class<?>> getConsumers()
DeploymentgetConsumers in interface DeploymentSourceType type annotationpublic java.lang.ClassLoader getClassLoader()
DeploymentClassLoader capable of loading the classes encapsulated by this deploymentgetClassLoader in interface DeploymentClassLoaderpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object