public class RemoteDescriptorRegistry
extends com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteDescriptorRegistry(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId id) |
| 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) |
com.xebialabs.deployit.plugin.api.reflect.Descriptor |
getLoadedDescriptor(java.lang.String prefixedName) |
com.xebialabs.deployit.plugin.api.reflect.Descriptor |
getLoadedDescriptor(java.lang.String prefix,
java.lang.String name) |
com.xebialabs.deployit.plugin.api.reflect.Descriptor |
getLoadedDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type) |
java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> |
getLoadedDescriptors() |
protected boolean |
isLocal() |
void |
reboot(DeployitCommunicator communicator) |
void |
reboot(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> list) |
protected RemoteDescriptorRegistry(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId id)
protected boolean isLocal()
isLocal in class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryprotected 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)
public void reboot(DeployitCommunicator communicator)
public void reboot(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> list)
public java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getLoadedDescriptors()
public com.xebialabs.deployit.plugin.api.reflect.Descriptor getLoadedDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type)
public com.xebialabs.deployit.plugin.api.reflect.Descriptor getLoadedDescriptor(java.lang.String prefixedName)
public com.xebialabs.deployit.plugin.api.reflect.Descriptor getLoadedDescriptor(java.lang.String prefix,
java.lang.String name)