Package org.jboss.as.controller
Class DelegatingResourceDefinition
java.lang.Object
org.jboss.as.controller.ProvidedResourceDefinition
org.jboss.as.controller.DelegatingResourceDefinition
- All Implemented Interfaces:
Feature,ResourceDefinition,ResourceRegistration
- Author:
- Tomaz Cerar (c) 2015 Red Hat Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition
ResourceDefinition.AbstractConfigurator<C extends ResourceDefinition.Configurator<C>>, ResourceDefinition.Builder, ResourceDefinition.Configurator<C extends ResourceDefinition.Configurator<C>>, ResourceDefinition.MinimalBuilder, ResourceDefinition.MinimalResourceDefinitionNested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
ResourceRegistration.DefaultResourceRegistration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the definition of any access constraints associated with the resource.Returns the stability level of this feature.booleanWhether this is an ordered child or notbooleanprotected voidsetDelegate(ResourceDefinition delegate) Methods inherited from class org.jboss.as.controller.ProvidedResourceDefinition
getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, isFeature, registerAdditionalRuntimePackages, registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerOperations
-
Constructor Details
-
DelegatingResourceDefinition
public DelegatingResourceDefinition()
-
-
Method Details
-
setDelegate
-
getAccessConstraints
Description copied from interface:ResourceDefinitionGet the definition of any access constraints associated with the resource.- Specified by:
getAccessConstraintsin interfaceResourceDefinition- Overrides:
getAccessConstraintsin classProvidedResourceDefinition- Returns:
- the access constraints or an empty list; will not return
null.
-
isRuntime
public boolean isRuntime()- Specified by:
isRuntimein interfaceResourceDefinition- Overrides:
isRuntimein classProvidedResourceDefinition- Returns:
- true if resource is runtime
-
isOrderedChild
public boolean isOrderedChild()Description copied from interface:ResourceDefinitionWhether this is an ordered child or not- Specified by:
isOrderedChildin interfaceResourceDefinition- Overrides:
isOrderedChildin classProvidedResourceDefinition- Returns:
trueif this child is ordered within the parent, false otherwise
-
getStability
Description copied from interface:FeatureReturns the stability level of this feature.- Specified by:
getStabilityin interfaceFeature- Overrides:
getStabilityin classProvidedResourceDefinition- Returns:
- a stability level
-