Class SealedDescriptorHierarchy
- java.lang.Object
-
- com.xebialabs.deployit.booter.local.SealedDescriptorHierarchy
-
public class SealedDescriptorHierarchy extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SealedDescriptorHierarchy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type>getSubtypes(com.xebialabs.deployit.plugin.api.reflect.Type supertype)voidregisterSubType(com.xebialabs.deployit.plugin.api.reflect.Type supertype, com.xebialabs.deployit.plugin.api.reflect.Type subtype)
-
-
-
Method Detail
-
registerSubType
public void registerSubType(com.xebialabs.deployit.plugin.api.reflect.Type supertype, com.xebialabs.deployit.plugin.api.reflect.Type subtype)
-
getSubtypes
public java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> getSubtypes(com.xebialabs.deployit.plugin.api.reflect.Type supertype)
-
-