public static class CapabilityScope.Factory extends Object
CapabilityScope| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static CapabilityScope |
create(ProcessType processType,
PathAddress address)
Create a
CapabilityScope appropriate for the given process type and address |
static CapabilityScope |
forName(String name)
Get capability scope for its name
|
public static CapabilityScope create(ProcessType processType, PathAddress address)
CapabilityScope appropriate for the given process type and addressprocessType - the type of process in which the CapabilityScope existsaddress - the address with which the CapabilityScope is associatedpublic static CapabilityScope forName(String name)
name - of the scopeCopyright © 2021 JBoss by Red Hat. All rights reserved.