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<Map<org.jboss.modules.ModuleIdentifier,CompositeIndex>> |
Attachments.ADDITIONAL_ANNOTATION_INDEXES_BY_MODULE |
|
static AttachmentKey<AttachmentList<AdditionalModuleSpecification>> |
Attachments.ADDITIONAL_MODULES |
Additional modules attached to the top level deployment
|
static AttachmentKey<org.jboss.jandex.Index> |
Attachments.ANNOTATION_INDEX |
An annotation index for a (@link ResourceRoot).
|
static AttachmentKey<Reference<AnnotationIndexSupport>> |
Attachments.ANNOTATION_INDEX_SUPPORT |
A reference to a support utility object for processing annotation indices.
|
static AttachmentKey<CapabilityServiceSupport> |
Attachments.CAPABILITY_SERVICE_SUPPORT |
Support for integrating with services and other runtime API provided by managed capabilities.
|
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<Map<org.jboss.msc.service.ServiceName,Set<org.jboss.msc.service.ServiceName>>> |
Attachments.COMPONENT_JNDI_DEPENDENCIES |
Component JNDI dependencies, only attached to the top level deployment
|
static AttachmentKey<CompositeIndex> |
Attachments.COMPOSITE_ANNOTATION_INDEX |
The composite annotation index for this deployment.
|
static AttachmentKey<Boolean> |
Attachments.COMPUTE_COMPOSITE_ANNOTATION_INDEX |
Flag to indicate whether to compute the composite annotation index for this deployment.
|
protected static AttachmentKey<Map<String,byte[]>> |
DeploymentOverlayDeploymentUnitProcessor.DEFERRED_OVERLAYS |
|
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<org.jboss.vfs.VirtualFile> |
Attachments.DEPLOYMENT_CONTENTS |
The deployment contents
|
static AttachmentKey<AttachmentList<Function<String,String>>> |
Attachments.DEPLOYMENT_EXPRESSION_RESOLVERS |
Functions that can be used to resolve expressions found in deployment resources.
|
static AttachmentKey<DeploymentOverlayIndex> |
Attachments.DEPLOYMENT_OVERLAY_INDEX |
|
static AttachmentKey<Map<String,MountedDeploymentOverlay>> |
Attachments.DEPLOYMENT_OVERLAY_LOCATIONS |
|
static AttachmentKey<Resource> |
DeploymentModelUtils.DEPLOYMENT_RESOURCE |
Deprecated.
|
static AttachmentKey<DeploymentResourceSupport> |
Attachments.DEPLOYMENT_RESOURCE_SUPPORT |
Support for getting and creating resource models on a deployment's resource.
|
static AttachmentKey<ResourceRoot> |
Attachments.DEPLOYMENT_ROOT |
The primary deployment root.
|
static AttachmentKey<DeploymentUnitPhaseBuilder> |
Attachments.DEPLOYMENT_UNIT_PHASE_BUILDER |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static AttachmentKey<UnaryOperator<org.jboss.msc.service.ServiceTarget>> |
Attachments.DEPLOYMENT_UNIT_PHASE_SERVICE_TARGET_TRANSFORMER |
An attachment defining a transformer of the ServiceTarget used to install a deployment unit phase.
|
static AttachmentKey<Set<String>> |
Attachments.EXCLUDED_SUBSYSTEMS |
A set of subsystem names that should not be processed.
|
static AttachmentKey<ExtensionInfo> |
Attachments.EXTENSION_INFORMATION |
Information about extensions in a jar library deployment.
|
static AttachmentKey<AttachmentList<ExtensionListEntry>> |
Attachments.EXTENSION_LIST_ENTRIES |
The list of extensions given in the manifest and structure configurations.
|
static AttachmentKey<ExternalModule> |
Attachments.EXTERNAL_MODULE_SERVICE |
The external module service
|
static AttachmentKey<org.jboss.msc.service.ServiceTarget> |
Attachments.EXTERNAL_SERVICE_TARGET |
A service target that can be used to install services outside the scope of the deployment.
|
static AttachmentKey<AttachmentList<String>> |
Attachments.INDEX_IGNORE_PATHS |
A list of paths within a root to ignore when indexing.
|
static AttachmentKey<Boolean> |
Attachments.INDEX_RESOURCE_ROOT |
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.JNDI_DEPENDENCIES |
JNDI dependencies, only attached to the top level deployment
|
static AttachmentKey<String> |
Attachments.MANAGEMENT_NAME |
The name that uniquely identifies the deployment to the management layer across the domain.
|
static AttachmentKey<Manifest> |
Attachments.MANIFEST |
The MANIFEST.MF of the deployment unit.
|
static AttachmentKey<AttachmentList<ModuleDependency>> |
Attachments.MANIFEST_DEPENDENCIES |
|
static AttachmentKey<org.jboss.modules.Module> |
Attachments.MODULE |
The module of this deployment unit.
|
static AttachmentKey<org.jboss.modules.ModuleIdentifier> |
Attachments.MODULE_IDENTIFIER |
The module identifier.
|
static AttachmentKey<PermissionCollection> |
Attachments.MODULE_PERMISSIONS |
The module's permission collection
|
static AttachmentKey<ModuleSpecification> |
Attachments.MODULE_SPECIFICATION |
Information used to build up the deployments Module
|
protected static AttachmentKey<AttachmentList<Closeable>> |
DeploymentOverlayDeploymentUnitProcessor.MOUNTED_FILES |
|
static AttachmentKey<ManagementResourceRegistration> |
DeploymentModelUtils.MUTABLE_REGISTRATION_ATTACHMENT |
Deprecated.
|
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<PathManager> |
Attachments.PATH_MANAGER |
|
static AttachmentKey<ProxyMetadataSource> |
Attachments.PROXY_REFLECTION_INDEX |
The reflection index used to generate jboss-invocation proxies
|
static AttachmentKey<DeploymentReflectionIndex> |
Attachments.REFLECTION_INDEX |
The reflection index for the deployment.
|
static AttachmentKey<Set<String>> |
Attachments.REGISTERED_SUBSYSTEMS |
Set of subsystems who register deployment unit processors to at least run in one deployment phase.
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.RESOURCE_ROOTS |
The additional resource roots of the deployment unit.
|
static AttachmentKey<DeploymentMountProvider> |
Attachments.SERVER_DEPLOYMENT_REPOSITORY |
The server deployment repository
|
static AttachmentKey<ServiceModuleLoader> |
Attachments.SERVICE_MODULE_LOADER |
The module loader for the deployment
|
static AttachmentKey<ServicesAttachment> |
Attachments.SERVICES |
|
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.SETUP_ACTIONS |
Setup actions that must be run before running an arquillian test
|
static AttachmentKey<Function<String,String>> |
Attachments.SPEC_DESCRIPTOR_EXPR_EXPAND_FUNCTION |
A function which will be used to expand expressions within spec descriptors
|
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.
|
static AttachmentKey<Function<String,String>> |
Attachments.WFLY_DESCRIPTOR_EXPR_EXPAND_FUNCTION |
A function which will be used to expand expressions within JBoss/WildFly (vendor specific) descriptors
|