public final class Attachments extends Object
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
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>> |
ADDITIONAL_ANNOTATION_INDEXES |
static AttachmentKey<AttachmentList<AdditionalModuleSpecification>> |
ADDITIONAL_MODULES
Additional modules attached to the top level deployment
|
static AttachmentKey<org.jboss.jandex.Index> |
ANNOTATION_INDEX
An annotation index for a (@link ResourceRoot).
|
static AttachmentKey<DeploymentClassIndex> |
CLASS_INDEX
The class index for the deployment.
|
static AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> |
CLASS_PATH_ENTRIES
Module identifiers for Class-Path information
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
CLASS_PATH_RESOURCE_ROOTS
Resource roots for additional modules referenced via Class-Path.
|
static AttachmentKey<CompositeIndex> |
COMPOSITE_ANNOTATION_INDEX
The composite annotation index for this deployment.
|
static AttachmentKey<Boolean> |
COMPUTE_COMPOSITE_ANNOTATION_INDEX
Flag to indicate whether to compute the composite annotation index for this deployment.
|
static AttachmentKey<org.jboss.vfs.VirtualFile> |
DEPLOYMENT_CONTENTS
The deployment contents
|
static AttachmentKey<ResourceRoot> |
DEPLOYMENT_ROOT
The primary deployment root.
|
static AttachmentKey<ExtensionInfo> |
EXTENSION_INFORMATION
Information about extensions in a jar library deployment.
|
static AttachmentKey<AttachmentList<ExtensionListEntry>> |
EXTENSION_LIST_ENTRIES
The list of extensions given in the manifest and structure configurations.
|
static AttachmentKey<ExternalModuleService> |
EXTERNAL_MODULE_SERVICE
The external module service
|
static AttachmentKey<Boolean> |
IGNORE_OSGI
A flag indicating whether the presence of a bundle manifest attributes should be ignored and a bundle not created
|
static AttachmentKey<AttachmentList<String>> |
INDEX_IGNORE_PATHS
A list of paths within a root to ignore when indexing.
|
static AttachmentKey<Boolean> |
INDEX_RESOURCE_ROOT
An attachment that indicates if a
ResourceRoot should be indexed by the AnnotationIndexProcessor . |
static AttachmentKey<Set<org.jboss.msc.service.ServiceName>> |
JNDI_DEPENDENCIES
JNDI dependencies, only attached to the top level deployment
|
static AttachmentKey<String> |
MANAGEMENT_NAME
The name that uniquely identifies the deployment to the management layer across the domain.
|
static AttachmentKey<Manifest> |
MANIFEST
The MANIFEST.MF of the deployment unit.
|
static AttachmentKey<AttachmentList<ModuleDependency>> |
MANIFEST_DEPENDENCIES |
static AttachmentKey<org.jboss.modules.Module> |
MODULE
The module of this deployment unit.
|
static AttachmentKey<AttachmentList<ModuleSpecification>> |
MODULE_DEPENDENCY_INFORMATION
Information about a modules dependencies used to setup transitive deps
|
static AttachmentKey<org.jboss.modules.ModuleIdentifier> |
MODULE_IDENTIFIER
The module identifier.
|
static AttachmentKey<ModuleSpecification> |
MODULE_SPECIFICATION
Information used to build up the deployments Module
|
static AttachmentKey<AttachmentList<AttachableDependency>> |
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>> |
NEXT_PHASE_DEPS
A list of service dependencies that must be satisfied before the next deployment phase can begin executing.
|
static AttachmentKey<Manifest> |
OSGI_MANIFEST
Available when the deployment contains a valid OSGi manifest
|
static AttachmentKey<ProxyMetadataSource> |
PROXY_REFLECTION_INDEX
The reflection index used to generate jboss-invocation proxies
|
static AttachmentKey<DeploymentReflectionIndex> |
REFLECTION_INDEX
The reflection index for the deployment.
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
RESOURCE_ROOTS
The additional resource roots of the deployment unit.
|
static AttachmentKey<String> |
RUNTIME_NAME
Deprecated.
|
static AttachmentKey<DeploymentMountProvider> |
SERVER_DEPLOYMENT_REPOSITORY
The server deployment repository
|
static AttachmentKey<ServiceModuleLoader> |
SERVICE_MODULE_LOADER
The module loader for the deployment
|
static AttachmentKey<ServiceVerificationHandler> |
SERVICE_VERIFICATION_HANDLER
This should be added as a listener to all non child services
|
static AttachmentKey<ServicesAttachment> |
SERVICES
An index of
ServiceLoader -type services in this deployment unit |
static AttachmentKey<AttachmentList<SetupAction>> |
SETUP_ACTIONS
Setup actions that must be run before running an arquillian test
|
static AttachmentKey<AbstractDeploymentUnitService.DeploymentServiceListener> |
STATUS_LISTENER
The special status listener attachment.
|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
SUB_DEPLOYMENTS
Sub deployment services
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
WEB_DEPENDENCIES
A list of services that a web deployment should have as dependencies.
|
public static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> NEXT_PHASE_DEPS
public static final AttachmentKey<AttachmentList<AttachableDependency>> NEXT_PHASE_ATTACHABLE_DEPS
@Deprecated public static final AttachmentKey<String> RUNTIME_NAME
DeploymentUnit.getName()
public static final AttachmentKey<String> MANAGEMENT_NAME
public static final AttachmentKey<org.jboss.vfs.VirtualFile> DEPLOYMENT_CONTENTS
public static final AttachmentKey<AbstractDeploymentUnitService.DeploymentServiceListener> STATUS_LISTENER
public static final AttachmentKey<ServiceVerificationHandler> SERVICE_VERIFICATION_HANDLER
public static final AttachmentKey<ResourceRoot> DEPLOYMENT_ROOT
public static final AttachmentKey<ModuleSpecification> MODULE_SPECIFICATION
public static final AttachmentKey<AttachmentList<ResourceRoot>> RESOURCE_ROOTS
public static final AttachmentKey<Manifest> MANIFEST
public static final AttachmentKey<Boolean> IGNORE_OSGI
public static final AttachmentKey<Manifest> OSGI_MANIFEST
public static final AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> CLASS_PATH_ENTRIES
public static final AttachmentKey<AttachmentList<ResourceRoot>> CLASS_PATH_RESOURCE_ROOTS
public static final AttachmentKey<AttachmentList<ExtensionListEntry>> EXTENSION_LIST_ENTRIES
public static final AttachmentKey<ExtensionInfo> EXTENSION_INFORMATION
public static final AttachmentKey<DeploymentMountProvider> SERVER_DEPLOYMENT_REPOSITORY
public static final AttachmentKey<org.jboss.jandex.Index> ANNOTATION_INDEX
ResourceRoot
s of the deployment that contain
the annotationspublic static final AttachmentKey<CompositeIndex> COMPOSITE_ANNOTATION_INDEX
public static final AttachmentKey<Boolean> COMPUTE_COMPOSITE_ANNOTATION_INDEX
public static final AttachmentKey<Boolean> INDEX_RESOURCE_ROOT
ResourceRoot
should be indexed by the AnnotationIndexProcessor
. If this
is not present then the resource root is indexed by default.public static final AttachmentKey<AttachmentList<String>> INDEX_IGNORE_PATHS
public static final AttachmentKey<AttachmentList<DeploymentUnit>> SUB_DEPLOYMENTS
public static final AttachmentKey<AttachmentList<AdditionalModuleSpecification>> ADDITIONAL_MODULES
public static final AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> ADDITIONAL_ANNOTATION_INDEXES
public static final AttachmentKey<AttachmentList<ModuleDependency>> MANIFEST_DEPENDENCIES
public static final AttachmentKey<org.jboss.modules.ModuleIdentifier> MODULE_IDENTIFIER
public static final AttachmentKey<org.jboss.modules.Module> MODULE
public static final AttachmentKey<AttachmentList<ModuleSpecification>> MODULE_DEPENDENCY_INFORMATION
public static final AttachmentKey<ServiceModuleLoader> SERVICE_MODULE_LOADER
public static final AttachmentKey<ExternalModuleService> EXTERNAL_MODULE_SERVICE
public static final AttachmentKey<ServicesAttachment> SERVICES
ServiceLoader
-type services in this deployment unitpublic static final AttachmentKey<AttachmentList<DeploymentUnit>> ACCESSIBLE_SUB_DEPLOYMENTS
public static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> WEB_DEPENDENCIES
public static final AttachmentKey<Set<org.jboss.msc.service.ServiceName>> JNDI_DEPENDENCIES
public static final AttachmentKey<DeploymentReflectionIndex> REFLECTION_INDEX
public static final AttachmentKey<DeploymentClassIndex> CLASS_INDEX
public static final AttachmentKey<ProxyMetadataSource> PROXY_REFLECTION_INDEX
public static final AttachmentKey<AttachmentList<SetupAction>> SETUP_ACTIONS
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.