Class CapabilityScope.Factory
java.lang.Object
org.jboss.as.controller.capability.registry.CapabilityScope.Factory
- Enclosing interface:
- CapabilityScope
Factory for creating a
CapabilityScope-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CapabilityScopecreate(ProcessType processType, PathAddress address) Create aCapabilityScopeappropriate for the given process type and addressstatic CapabilityScopeGet capability scope for its name
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Create aCapabilityScopeappropriate for the given process type and address- Parameters:
processType- the type of process in which theCapabilityScopeexistsaddress- the address with which theCapabilityScopeis associated
-
forName
Get capability scope for its name- Parameters:
name- of the scope- Returns:
- capability scope for given name
-