Package org.jboss.as.controller.registry
Class Resource.Factory
java.lang.Object
org.jboss.as.controller.registry.Resource.Factory
- Enclosing interface:
- Resource
-
Method Details
-
create
Create a default resource implementation. Equivalent tocreate(false).- Returns:
- the resource
-
create
Create a default resource implementation.- Parameters:
runtimeOnly- the value the resource should return fromResource.isRuntime()- Returns:
- the resource
-
create
Create a default resource implementation.- Parameters:
runtimeOnly- the value the resource should return fromResource.isRuntime()orderedChildTypes- the names of any child types where the order of the children matters- Returns:
- the resource
-