Class RemoteDescriptorRegistry
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
-
- com.xebialabs.deployit.booter.remote.RemoteDescriptorRegistry
-
public class RemoteDescriptorRegistry extends com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemoteDescriptorRegistry(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 voidboot(DeployitCommunicator communicator)com.xebialabs.deployit.plugin.api.reflect.DescriptorgetLoadedDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type)com.xebialabs.deployit.plugin.api.reflect.DescriptorgetLoadedDescriptor(java.lang.String prefixedName)com.xebialabs.deployit.plugin.api.reflect.DescriptorgetLoadedDescriptor(java.lang.String prefix, java.lang.String name)java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor>getLoadedDescriptors()protected booleanisLocal()voidreboot(DeployitCommunicator communicator)voidreboot(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> list)
-
-
-
Method Detail
-
isLocal
protected boolean isLocal()
- Specified by:
isLocalin classcom.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
-
_getDescriptors
protected java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> _getDescriptors()
- Specified by:
_getDescriptorsin classcom.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
-
_getSubtypes
protected java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> _getSubtypes(com.xebialabs.deployit.plugin.api.reflect.Type supertype)
- Specified by:
_getSubtypesin classcom.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
-
_getDescriptor
protected com.xebialabs.deployit.plugin.api.reflect.Descriptor _getDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type)
- Specified by:
_getDescriptorin classcom.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
-
_exists
protected boolean _exists(com.xebialabs.deployit.plugin.api.reflect.Type type)
- Specified by:
_existsin classcom.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
-
boot
public static void boot(DeployitCommunicator communicator)
-
reboot
public void reboot(DeployitCommunicator communicator)
-
reboot
public void reboot(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> list)
-
getLoadedDescriptors
public java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getLoadedDescriptors()
-
getLoadedDescriptor
public com.xebialabs.deployit.plugin.api.reflect.Descriptor getLoadedDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type)
-
getLoadedDescriptor
public com.xebialabs.deployit.plugin.api.reflect.Descriptor getLoadedDescriptor(java.lang.String prefixedName)
-
getLoadedDescriptor
public com.xebialabs.deployit.plugin.api.reflect.Descriptor getLoadedDescriptor(java.lang.String prefix, java.lang.String name)
-
-