Package org.jboss.as.messaging
Class PathDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.ModelOnlyResourceDefinition
-
- org.jboss.as.messaging.PathDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class PathDefinition extends org.jboss.as.controller.ModelOnlyResourceDefinition- Author:
- Jeff Mesnil (c) 2014 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,org.jboss.as.controller.SimpleAttributeDefinition>PATHSstatic org.jboss.as.controller.SimpleAttributeDefinitionRELATIVE_TO
-
Constructor Summary
Constructors Constructor Description PathDefinition(org.jboss.as.controller.PathElement path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMinOccurs()-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-