Class SealedDescriptorHierarchy


  • public class SealedDescriptorHierarchy
    extends java.lang.Object
    • 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)  
      void registerSubType​(com.xebialabs.deployit.plugin.api.reflect.Type supertype, com.xebialabs.deployit.plugin.api.reflect.Type subtype)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SealedDescriptorHierarchy

        public SealedDescriptorHierarchy()
    • 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)