public abstract class PathResourceDefinition extends SimpleResourceDefinition
Modifier and Type | Field and Description |
---|---|
static SimpleAttributeDefinition |
PATH
A path attribute definition
|
static PathElement |
PATH_ADDRESS |
protected PathManagerService |
pathManager |
static SimpleAttributeDefinition |
RELATIVE_TO
A relative-to attribute definition
|
Modifier and Type | Method and Description |
---|---|
static PathResourceDefinition |
createNamed(PathManagerService pathManager) |
static PathResourceDefinition |
createSpecified(PathManagerService pathManager) |
static PathResourceDefinition |
createSpecifiedNoServices(PathManagerService pathManager) |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerChildren, registerOperations, registerRemoveOperation, registerRemoveOperation
public static final PathElement PATH_ADDRESS
public static final SimpleAttributeDefinition PATH
public static final SimpleAttributeDefinition RELATIVE_TO
protected final PathManagerService pathManager
public static PathResourceDefinition createSpecified(PathManagerService pathManager)
public static PathResourceDefinition createNamed(PathManagerService pathManager)
public static PathResourceDefinition createSpecifiedNoServices(PathManagerService pathManager)
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionCopyright © 2014 JBoss by Red Hat. All rights reserved.