Package org.jboss.as.ee.structure
Class Attachments
java.lang.Object
org.jboss.as.ee.structure.Attachments
EE related attachments.
- Author:
- John Bailey, Stuart Douglas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile>The alternate deployment descriptor locationstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile>static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile>static final org.jboss.as.server.deployment.AttachmentKey<Boolean>If this is set to true property replacement will be enabled for Jakarta Enterprise Beans annotationsstatic final org.jboss.as.server.deployment.AttachmentKey<DeploymentType>A Marker that identifies the type of deploymentstatic final org.jboss.as.server.deployment.AttachmentKey<String>The distinct-name that is configured for the EE deployment, in the deployment descriptorstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.ear.spec.EarMetaData>static final org.jboss.as.server.deployment.AttachmentKey<EJBClientDescriptorMetaData>static final org.jboss.as.server.deployment.AttachmentKey<Boolean>If this is set to true property replacement will be enabled for jboss descriptorsstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.ear.spec.ModuleMetaData>static final org.jboss.as.server.deployment.AttachmentKey<Boolean>If this is set to true property replacement will be enabled for spec descriptors -
Method Summary
-
Field Details
-
EAR_METADATA
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.ear.spec.EarMetaData> EAR_METADATA -
DISTINCT_NAME
The distinct-name that is configured for the EE deployment, in the deployment descriptor -
MODULE_META_DATA
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.metadata.ear.spec.ModuleMetaData> MODULE_META_DATA -
EJB_CLIENT_METADATA
public static final org.jboss.as.server.deployment.AttachmentKey<EJBClientDescriptorMetaData> EJB_CLIENT_METADATA -
ALTERNATE_CLIENT_DEPLOYMENT_DESCRIPTOR
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile> ALTERNATE_CLIENT_DEPLOYMENT_DESCRIPTORThe alternate deployment descriptor location -
ALTERNATE_WEB_DEPLOYMENT_DESCRIPTOR
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile> ALTERNATE_WEB_DEPLOYMENT_DESCRIPTOR -
ALTERNATE_EJB_DEPLOYMENT_DESCRIPTOR
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile> ALTERNATE_EJB_DEPLOYMENT_DESCRIPTOR -
ALTERNATE_CONNECTOR_DEPLOYMENT_DESCRIPTOR
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.vfs.VirtualFile> ALTERNATE_CONNECTOR_DEPLOYMENT_DESCRIPTOR -
DEPLOYMENT_TYPE
A Marker that identifies the type of deployment -
SPEC_DESCRIPTOR_PROPERTY_REPLACEMENT
public static final org.jboss.as.server.deployment.AttachmentKey<Boolean> SPEC_DESCRIPTOR_PROPERTY_REPLACEMENTIf this is set to true property replacement will be enabled for spec descriptors -
JBOSS_DESCRIPTOR_PROPERTY_REPLACEMENT
public static final org.jboss.as.server.deployment.AttachmentKey<Boolean> JBOSS_DESCRIPTOR_PROPERTY_REPLACEMENTIf this is set to true property replacement will be enabled for jboss descriptors -
ANNOTATION_PROPERTY_REPLACEMENT
public static final org.jboss.as.server.deployment.AttachmentKey<Boolean> ANNOTATION_PROPERTY_REPLACEMENTIf this is set to true property replacement will be enabled for Jakarta Enterprise Beans annotations
-