| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.extension | |
| org.jboss.as.controller.services.path | |
| org.jboss.as.domain.management.security | |
| org.jboss.as.host.controller | |
| org.jboss.as.logging | |
| org.jboss.as.server | |
| org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
| 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 |
| 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 ResolvePathHandler.Builder |
ResolvePathHandler.Builder.of(String operationName,
PathManager pathManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<PathManager> |
PropertiesFileLoader.getPathManagerInjectorInjector() |
| Modifier and Type | Class and Description |
|---|---|
class |
HostPathManagerService
Service containing the paths for a HC/DC
|
| Constructor and Description |
|---|
LoggingResource(PathManager pathManager) |
LoggingResource(Resource delegate,
PathManager pathManager) |
LoggingResourceDefinition(PathManager pathManager,
WildFlyLogContextSelector contextSelector) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerPathManagerService
Service containing the paths for a server
|
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<PathManager> |
Attachments.PATH_MANAGER |
| Constructor and Description |
|---|
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
CapabilityServiceSupport capabilityServiceSupport,
AbstractVaultReader vaultReader,
PathManager pathManager) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.