Uses of Interface
org.jboss.as.controller.services.path.PathManager
Packages that use PathManager
Package
Description
-
Uses of PathManager in org.jboss.as.controller
Methods in org.jboss.as.controller that return PathManager -
Uses of PathManager in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension with parameters of type PathManagerModifier and TypeMethodDescriptionvoidExtensionRegistry.setPathManager(PathManager pathManager) Sets thePathManagerto providevia the ExtensionContext. -
Uses of PathManager in org.jboss.as.controller.services.path
Classes in org.jboss.as.controller.services.path that implement PathManagerModifier and TypeClassDescriptionclassPathManagerimplementation that exposes additional methods used by the management operation handlers used for paths, and also exposes the thePathManageras an MSCService.Fields in org.jboss.as.controller.services.path with type parameters of type PathManagerModifier and TypeFieldDescriptionstatic final NullaryServiceDescriptor<PathManager>PathManager.SERVICE_DESCRIPTORMethods in org.jboss.as.controller.services.path with parameters of type PathManagerModifier and TypeMethodDescriptionstatic PathInfoHandler.BuilderPathInfoHandler.Builder.of(PathManager pathManager) static 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.