public class LocalDescriptorRegistry
extends com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
| Modifier and Type | Field and Description |
|---|---|
static com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId |
LOCAL_ID |
| Modifier | Constructor and Description |
|---|---|
protected |
LocalDescriptorRegistry() |
| 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) |
protected boolean |
isLocal() |
public static final com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId LOCAL_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.DescriptorRegistry