Uses of Class
org.jboss.as.controller.services.path.PathResourceDefinition
Packages that use PathResourceDefinition
-
Uses of PathResourceDefinition in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path that return PathResourceDefinitionModifier and TypeMethodDescriptionstatic PathResourceDefinitionPathResourceDefinition.createNamed()Creates a resource definition for a path resource that does not require that the path details be specified.static PathResourceDefinitionPathResourceDefinition.createResolvableSpecified(PathManagerService pathManager) Creates a resource definition for a path resource that must have the path specified, but for which theread-resourcemanagement operation should support theresolve-expresssionsparameter.static PathResourceDefinitionPathResourceDefinition.createSpecified(PathManagerService pathManager) Creates a resource definition for a path resource that must have the path specified, but for which theread-resourcemanagement operation should not support theresolve-expresssionsparameter.static PathResourceDefinitionPathResourceDefinition.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.