Package | Description |
---|---|
org.jboss.as.connector.deployers.ra.processors | |
org.jboss.as.ee.structure | |
org.jboss.as.logging | |
org.jboss.as.server | |
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.webservices | |
org.jboss.as.weld.deployment | |
org.jboss.as.weld.util |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceBuilder |
ParsedRaDeploymentProcessor.process(ConnectorXmlDescriptor connectorXmlDescriptor,
IronJacamarXmlDescriptor ironJacamarXmlDescriptor,
ClassLoader classLoader,
org.jboss.msc.service.ServiceTarget serviceTarget,
Map<ResourceRoot,org.jboss.jandex.Index> annotationIndexes,
org.jboss.msc.service.ServiceName duServiceName,
ServiceVerificationHandler verificationHandler) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DeploymentTypeMarker.isType(DeploymentType deploymentType,
ResourceRoot resourceRoot) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingLogger.loggingProfileNotFound(String loggingProfile,
ResourceRoot deployment)
Logs a warning message indicating the deployment specified a logging profile, but the logging profile was not
found.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerLogger.cannotFindExtensionListEntry(ExtensionListEntry entry,
ResourceRoot resourceRoot) |
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 void |
SubDeploymentMarker.mark(ResourceRoot attachable) |
Constructor and Description |
---|
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
ServiceVerificationHandler serviceVerificationHandler,
AbstractVaultReader vaultReader) |
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 |
---|---|
WebServiceException |
WSMessages.missingHandlerChainConfigFile(String filePath,
ResourceRoot resourceRoot) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ResourceRoot> |
WeldAttachments.CLASSES_RESOURCE_ROOT
The
ResourceRoot for WEB-INF/classes of a web archive. |
Modifier and Type | Method and Description |
---|---|
ResourceRoot |
ExplicitBeanArchiveMetadata.getResourceRoot() |
Modifier and Type | Method and Description |
---|---|
Map<ResourceRoot,ExplicitBeanArchiveMetadata> |
ExplicitBeanArchiveMetadataContainer.getBeanArchiveMetadata() |
Constructor and Description |
---|
ExplicitBeanArchiveMetadata(org.jboss.vfs.VirtualFile beansXmlFile,
ResourceRoot resourceRoot,
org.jboss.weld.bootstrap.spi.BeansXml beansXml,
boolean deploymentRoot) |
ExplicitBeanArchiveMetadata(org.jboss.vfs.VirtualFile beansXmlFile,
org.jboss.vfs.VirtualFile additionalBeansXmlFile,
ResourceRoot resourceRoot,
org.jboss.weld.bootstrap.spi.BeansXml beansXml,
boolean deploymentRoot) |
Constructor and Description |
---|
ExplicitBeanArchiveMetadataContainer(Map<ResourceRoot,ExplicitBeanArchiveMetadata> beanArchiveMetadata) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Utils.isClassesRoot(ResourceRoot resourceRoot) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.