Uses of Interface
org.jboss.as.controller.services.path.PathManager
-
Packages that use PathManager Package Description org.jboss.as.controller org.jboss.as.controller.extension org.jboss.as.controller.services.path -
-
Uses of PathManager in org.jboss.as.controller
Methods in org.jboss.as.controller that return PathManager Modifier and Type Method Description PathManagerExtensionContext. getPathManager() -
Uses of PathManager in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension with parameters of type PathManager Modifier and Type Method Description voidExtensionRegistry. 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 PathManager Modifier and Type Class Description classPathManagerServicePathManagerimplementation 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 PathManager Modifier and Type Field Description static NullaryServiceDescriptor<PathManager>PathManager. SERVICE_DESCRIPTORMethods in org.jboss.as.controller.services.path with parameters of type PathManager Modifier and Type Method Description static 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.
-