Uses of Class
org.jboss.as.controller.services.path.ResolvePathHandler.Builder
Packages that use ResolvePathHandler.Builder
-
Uses of ResolvePathHandler.Builder in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path that return ResolvePathHandler.BuilderModifier and TypeMethodDescriptionstatic ResolvePathHandler.BuilderResolvePathHandler.Builder.of(String operationName, PathManager pathManager) Deprecated.static ResolvePathHandler.BuilderResolvePathHandler.Builder.of(PathManager pathManager) Creates a builder with the default operation name ofresolve-path.ResolvePathHandler.Builder.setCheckAbsolutePath(boolean checkAbsolutePath) Sets whether the path is absolute and should ignore the relative-to value.ResolvePathHandler.Builder.setDeprecated(ModelVersion since) ResolvePathHandler.Builder.setParentAttribute(AttributeDefinition parentAttribute) Sets the parent attribute that therelative-toandpathattributes are children of.ResolvePathHandler.Builder.setPathAttribute(AttributeDefinition pathAttribute) Sets thepathattribute.ResolvePathHandler.Builder.setRelativeToAttribute(AttributeDefinition relativeToAttribute) Sets therelative-toattribute.