Uses of Class
org.jboss.as.server.deployment.AttachmentList
Packages that use AttachmentList
-
Uses of AttachmentList in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type AttachmentListModifier and TypeFieldDescriptionstatic final AttachmentKey<AttachmentList<DeploymentUnit>>Attachments.ACCESSIBLE_SUB_DEPLOYMENTSSub deployments that are visible from this deployments module loader, in the order they are accessible.static final AttachmentKey<AttachmentList<String>>Attachments.ADDITIONAL_INDEX_MODULESA list of modules for which annotation indexes should be prepared (or, in later phases, have been prepared).static final AttachmentKey<AttachmentList<AdditionalModuleSpecification>>Attachments.ADDITIONAL_MODULESAdditional modules attached to the top level deploymentstatic final AttachmentKey<AttachmentList<ResourceRoot>>Attachments.CLASS_PATH_RESOURCE_ROOTSResource roots for additional modules referenced via Class-Path.static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.DEPLOYMENT_COMPLETE_SERVICESList of services that need to be up before we consider this deployment 'done'.static final AttachmentKey<AttachmentList<Function<String,String>>> Attachments.DEPLOYMENT_EXPRESSION_RESOLVERSFunctions that can be used to resolve expressions found in deployment resources.static final AttachmentKey<AttachmentList<ExtensionListEntry>>Attachments.EXTENSION_LIST_ENTRIESThe list of extensions given in the manifest and structure configurations.static final AttachmentKey<AttachmentList<String>>Attachments.INDEX_IGNORE_PATHSA list of paths within a root to ignore when indexing.static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.JNDI_DEPENDENCIESJNDI dependencies, only attached to the top level deploymentstatic final AttachmentKey<AttachmentList<ModuleDependency>>Attachments.MANIFEST_DEPENDENCIESprotected static final AttachmentKey<AttachmentList<Closeable>>DeploymentOverlayDeploymentUnitProcessor.MOUNTED_FILESstatic final AttachmentKey<AttachmentList<AttachableDependency>>Attachments.NEXT_PHASE_ATTACHABLE_DEPSA list of service dependencies that must be satisfied before the next deployment phase can begin executing.static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.NEXT_PHASE_DEPSA list of service dependencies that must be satisfied before the next deployment phase can begin executing.static final AttachmentKey<AttachmentList<ResourceRoot>>Attachments.RESOURCE_ROOTSThe additional resource roots of the deployment unit.static final AttachmentKey<AttachmentList<SetupAction>>Attachments.SETUP_ACTIONSSetup actions that must be run before running an arquillian teststatic final AttachmentKey<AttachmentList<DeploymentUnit>>Attachments.SUB_DEPLOYMENTSSub deployment servicesstatic final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.WEB_DEPENDENCIESA list of services that a web deployment should have as dependencies.Methods in org.jboss.as.server.deployment that return types with arguments of type AttachmentListModifier and TypeMethodDescriptionstatic <T> AttachmentKey<AttachmentList<T>>AttachmentKey.createList(Class<? super T> valueClass) Construct a new list attachment key.Method parameters in org.jboss.as.server.deployment with type arguments of type AttachmentListModifier and TypeMethodDescription<T> voidAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) Add a value to a list-typed attachment key.<T> voidSimpleAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) Add a value to a list-typed attachment key.