Class ClassDescriptionTraversal


  • public abstract class ClassDescriptionTraversal
    extends Object
    throwaway utility class for traversing a class configuration from most general superclass down
    • Constructor Detail

    • Method Detail

      • run

        public void run()
                 throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException
      • handle

        protected abstract void handle​(Class<?> clazz,
                                       EEModuleClassDescription classDescription)
                                throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException