com.xebialabs.deployit.plugin.api.reflect
Class DescriptorRegistry
java.lang.Object
com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistry
public class DescriptorRegistry
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptorRegistry
public DescriptorRegistry()
getDescriptors
public static java.util.Collection<Descriptor> getDescriptors()
getSubtypes
public static java.util.Collection<Type> getSubtypes(Type supertype)
getDescriptor
public static Descriptor getDescriptor(java.lang.String prefixedName)
getDescriptor
public static Descriptor getDescriptor(java.lang.String prefix,
java.lang.String name)
getDescriptor
public static Descriptor getDescriptor(Type type)
putDescriptor
public static void putDescriptor(Descriptor descriptor)
exists
public static boolean exists(Type type)