public class RemoteDescriptorRegistry
extends com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
| Constructor and Description |
|---|
RemoteDescriptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
_exists(com.xebialabs.deployit.plugin.api.reflect.Type type) |
protected com.xebialabs.deployit.plugin.api.reflect.Descriptor |
_getDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type) |
protected java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> |
_getDescriptors() |
protected java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> |
_getSubtypes(com.xebialabs.deployit.plugin.api.reflect.Type supertype) |
static void |
boot(DeployitCommunicator communicator) |
protected java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> _getDescriptors()
_getDescriptors in class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryprotected java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> _getSubtypes(com.xebialabs.deployit.plugin.api.reflect.Type supertype)
_getSubtypes in class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryprotected com.xebialabs.deployit.plugin.api.reflect.Descriptor _getDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type)
_getDescriptor in class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryprotected boolean _exists(com.xebialabs.deployit.plugin.api.reflect.Type type)
_exists in class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistrypublic static void boot(DeployitCommunicator communicator)