com.xebialabs.deployit.booter.local
Class LocalDescriptorRegistry

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
      extended by com.xebialabs.deployit.booter.local.LocalDescriptorRegistry

public class LocalDescriptorRegistry
extends com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry


Constructor Summary
LocalDescriptorRegistry()
           
 
Method Summary
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)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
exists, getDescriptor, getDescriptor, getDescriptor, getDescriptors, getInstance, getSubtypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDescriptorRegistry

public LocalDescriptorRegistry()
Method Detail

_getDescriptors

protected java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Descriptor> _getDescriptors()
Specified by:
_getDescriptors in class com.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:
_getSubtypes in class com.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:
_getDescriptor in class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry

_exists

protected boolean _exists(com.xebialabs.deployit.plugin.api.reflect.Type type)
Specified by:
_exists in class com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry