| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.extension | |
| org.jboss.as.controller.services.path |
| Modifier and Type | Method and Description |
|---|---|
PathManager |
ExtensionContext.getPathManager()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionRegistry.setPathManager(PathManager pathManager)
Sets the
PathManager to provide via the ExtensionContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
PathManagerService
PathManager implementation that exposes additional methods used by the management operation handlers used
for paths, and also exposes the the PathManager as an MSC Service. |
| 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 PathInfoHandler.Builder |
PathInfoHandler.Builder.of(PathManager pathManager) |
static ResolvePathHandler.Builder |
ResolvePathHandler.Builder.of(String operationName,
PathManager pathManager)
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.