Class PathDefinition

  • All Implemented Interfaces:
    org.jboss.as.controller.ResourceDefinition

    public class PathDefinition
    extends org.jboss.as.controller.PersistentResourceDefinition
    Author:
    Jeff Mesnil (c) 2014 Red Hat inc.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

        org.jboss.as.controller.SimpleResourceDefinition.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static Map<String,​org.jboss.as.controller.SimpleAttributeDefinition> PATHS  
      static org.jboss.as.controller.SimpleAttributeDefinition RELATIVE_TO  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()  
      int getMinOccurs()  
      void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)  
      protected static void registerResolveOperationHandler​(org.jboss.as.controller.ExtensionContext context, org.jboss.as.controller.registry.ManagementResourceRegistration registry)  
      • Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

        getChildren, registerChildren
      • Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

        getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
    • Field Detail

      • RELATIVE_TO

        public static final org.jboss.as.controller.SimpleAttributeDefinition RELATIVE_TO
      • PATHS

        protected static final Map<String,​org.jboss.as.controller.SimpleAttributeDefinition> PATHS
    • Method Detail

      • getAttributes

        public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
        Specified by:
        getAttributes in class org.jboss.as.controller.PersistentResourceDefinition
      • registerAttributes

        public void registerAttributes​(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
        Specified by:
        registerAttributes in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        registerAttributes in class org.jboss.as.controller.PersistentResourceDefinition
      • getMinOccurs

        public int getMinOccurs()
        Specified by:
        getMinOccurs in interface org.jboss.as.controller.ResourceDefinition
        Overrides:
        getMinOccurs in class org.jboss.as.controller.SimpleResourceDefinition
      • registerResolveOperationHandler

        protected static void registerResolveOperationHandler​(org.jboss.as.controller.ExtensionContext context,
                                                              org.jboss.as.controller.registry.ManagementResourceRegistration registry)