| Package | Description |
|---|---|
| org.jboss.as.controller.services.path |
| Modifier and Type | Method and Description |
|---|---|
static ResolvePathHandler.Builder |
ResolvePathHandler.Builder.of(PathManager pathManager)
Creates a builder with the default operation name of
resolve-path. |
static ResolvePathHandler.Builder |
ResolvePathHandler.Builder.of(String operationName,
PathManager pathManager)
Deprecated.
|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setCheckAbsolutePath(boolean checkAbsolutePath)
Sets whether the path is absolute and should ignore the relative-to value.
|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setDeprecated(ModelVersion since) |
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setParentAttribute(AttributeDefinition parentAttribute)
Sets the parent attribute that the
relative-to and path attributes are children of. |
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setPathAttribute(AttributeDefinition pathAttribute)
Sets the
path attribute. |
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setRelativeToAttribute(AttributeDefinition relativeToAttribute)
Sets the
relative-to attribute. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.