Class ManifestAttachmentProcessor

java.lang.Object
org.jboss.as.server.deployment.module.ManifestAttachmentProcessor
All Implemented Interfaces:
DeploymentUnitProcessor

public class ManifestAttachmentProcessor extends Object implements DeploymentUnitProcessor
Deployment unit processor that attaches the deployment root manifest to the context. It does nothing if the manifest is already attached or there is no manifest in the deployment root file.
Since:
14-Oct-2010
Author:
Thomas.Diesler@jboss.com, Stuart Douglas