| Package | Description |
|---|---|
| org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
| org.jboss.as.server.deployment.annotation | |
| org.jboss.as.server.deployment.integration | |
| org.jboss.as.server.deployment.module | |
| org.jboss.as.server.logging |
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.CLASS_PATH_RESOURCE_ROOTS
Resource roots for additional modules referenced via Class-Path.
|
static AttachmentKey<ResourceRoot> |
Attachments.DEPLOYMENT_ROOT
The primary deployment root.
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.RESOURCE_ROOTS
The additional resource roots of the deployment unit.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ResourceRoot> |
DeploymentUtils.allResourceRoots(DeploymentUnit deploymentUnit)
Get all resource roots for a
DeploymentUnit |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SubDeploymentMarker.isSubDeployment(ResourceRoot resourceRoot) |
static boolean |
SubExplodedDeploymentMarker.isSubExplodedResourceRoot(ResourceRoot resourceRoot) |
static void |
SubExplodedDeploymentMarker.mark(ResourceRoot resourceRoot) |
static void |
SubDeploymentMarker.mark(ResourceRoot attachable) |
| Constructor and Description |
|---|
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
CapabilityServiceSupport capabilityServiceSupport,
AbstractVaultReader vaultReader,
PathManager pathManager) |
| Modifier and Type | Method and Description |
|---|---|
static Map<ResourceRoot,org.jboss.jandex.Index> |
AnnotationIndexUtils.getAnnotationIndexes(DeploymentUnit deploymentUnit) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceRootIndexer.indexResourceRoot(ResourceRoot resourceRoot)
Creates and attaches the annotation index to a resource root, if it has not already been attached
|
| Modifier and Type | Method and Description |
|---|---|
protected ResourceRoot |
Seam2Processor.getSeamIntResourceRoot()
Lookup Seam integration resource loader.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceRoot> |
AdditionalModuleSpecification.getResourceRoots() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdditionalModuleSpecification.addResourceRoot(ResourceRoot resourceRoot) |
static org.jboss.modules.ModuleIdentifier |
ModuleIdentifierProcessor.createModuleIdentifier(String deploymentUnitName,
ResourceRoot deploymentRoot,
DeploymentUnit topLevelDeployment,
org.jboss.vfs.VirtualFile toplevelRoot,
boolean topLevel) |
static Manifest |
ManifestAttachmentProcessor.getManifest(ResourceRoot resourceRoot) |
static boolean |
IgnoreMetaInfMarker.isIgnoreMetaInf(ResourceRoot resourceRoot) |
static boolean |
ModuleRootMarker.isModuleRoot(ResourceRoot resourceRoot) |
static void |
ModuleRootMarker.mark(ResourceRoot attachable) |
static void |
IgnoreMetaInfMarker.mark(ResourceRoot root) |
static void |
ModuleRootMarker.mark(ResourceRoot attachable,
boolean value) |
void |
ResourceRoot.merge(ResourceRoot additionalResourceRoot)
Merges information from the resource root into this resource root
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdditionalModuleSpecification.addResourceRoots(Collection<ResourceRoot> resourceRoots) |
| Constructor and Description |
|---|
AdditionalModuleSpecification(org.jboss.modules.ModuleIdentifier moduleIdentifier,
ResourceRoot resourceRoot) |
| Constructor and Description |
|---|
AdditionalModuleSpecification(org.jboss.modules.ModuleIdentifier moduleIdentifier,
Collection<ResourceRoot> resourceRoots) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerLogger_$logger.cannotFindExtensionListEntry(ExtensionListEntry entry,
ResourceRoot resourceRoot) |
void |
ServerLogger.cannotFindExtensionListEntry(ExtensionListEntry entry,
ResourceRoot resourceRoot) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.