| Package | Description |
|---|---|
| org.jboss.as.controller.services.path |
| Modifier and Type | Method and Description |
|---|---|
static PathResourceDefinition |
PathResourceDefinition.createNamed()
Creates a resource definition for a path resource that does not require that the path details
be specified.
|
static PathResourceDefinition |
PathResourceDefinition.createNamed(PathManagerService pathManager)
Deprecated.
only for use by the kernel. May be removed at any time.
|
static PathResourceDefinition |
PathResourceDefinition.createResolvableSpecified(PathManagerService pathManager)
Creates a resource definition for a path resource that must have the path specified, but
for which the
read-resource management operation should support the
resolve-expresssions parameter. |
static PathResourceDefinition |
PathResourceDefinition.createSpecified(PathManagerService pathManager)
Creates a resource definition for a path resource that must have the path specified, but
for which the
read-resource management operation should not support the
resolve-expresssions parameter. |
static PathResourceDefinition |
PathResourceDefinition.createSpecifiedNoServices()
Creates a resource definition for a path resource that must have the path specified, but
for which interaction with the path manager should not be part of the execution of management
operations.
|
static PathResourceDefinition |
PathResourceDefinition.createSpecifiedNoServices(PathManagerService pathManager)
Deprecated.
only for use by the kernel. May be removed at any time
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.