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.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.
|