static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.ACCESSIBLE_SUB_DEPLOYMENTS |
Sub deployments that are visible from this deployments module loader, in the order they are accessible.
|
static AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> |
Attachments.ADDITIONAL_ANNOTATION_INDEXES |
|
static AttachmentKey<AttachmentList<AdditionalModuleSpecification>> |
Attachments.ADDITIONAL_MODULES |
Additional modules attached to the top level deployment
|
static AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> |
Attachments.CLASS_PATH_ENTRIES |
Module identifiers for Class-Path information
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.CLASS_PATH_RESOURCE_ROOTS |
Resource roots for additional modules referenced via Class-Path.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.DEPLOYMENT_COMPLETE_SERVICES |
List of services that need to be up before we consider this deployment 'done'.
|
static AttachmentKey<AttachmentList<Function<String,String>>> |
Attachments.DEPLOYMENT_EXPRESSION_RESOLVERS |
Functions that can be used to resolve expressions found in deployment resources.
|
static AttachmentKey<AttachmentList<ExtensionListEntry>> |
Attachments.EXTENSION_LIST_ENTRIES |
The list of extensions given in the manifest and structure configurations.
|
static AttachmentKey<AttachmentList<String>> |
Attachments.INDEX_IGNORE_PATHS |
A list of paths within a root to ignore when indexing.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.JNDI_DEPENDENCIES |
JNDI dependencies, only attached to the top level deployment
|
static AttachmentKey<AttachmentList<ModuleDependency>> |
Attachments.MANIFEST_DEPENDENCIES |
|
protected static AttachmentKey<AttachmentList<Closeable>> |
DeploymentOverlayDeploymentUnitProcessor.MOUNTED_FILES |
|
static AttachmentKey<AttachmentList<AttachableDependency>> |
Attachments.NEXT_PHASE_ATTACHABLE_DEPS |
A list of service dependencies that must be satisfied before the next deployment phase can begin executing.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.NEXT_PHASE_DEPS |
A list of service dependencies that must be satisfied before the next deployment phase can begin executing.
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.RESOURCE_ROOTS |
The additional resource roots of the deployment unit.
|
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.SETUP_ACTIONS |
Setup actions that must be run before running an arquillian test
|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.SUB_DEPLOYMENTS |
Sub deployment services
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.WEB_DEPENDENCIES |
A list of services that a web deployment should have as dependencies.
|