|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployment.EARContentsDeployer
public class EARContentsDeployer
An implicit application.xml type of deployer. This deployer runs if
there is no META-INF/application.xml to identify
#scanEar(VirtualFile, JBossAppMetaData)
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
Field Summary |
---|
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
log |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
EARContentsDeployer(int appParsingOrder)
Create the EARContentsDeployer and register as a DeploymentStage.PARSE stage deployer with JBossAppMetaData output. |
Method Summary | |
---|---|
void |
deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
|
void |
deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
Entry point for handling a VFSDeploymentUnit |
protected void |
deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit,
org.jboss.virtual.VirtualFile root,
org.jboss.virtual.VirtualFile file)
Process the ear VFSDeploymentUnit. |
boolean |
isRequiresEarSuffix()
|
void |
setRequiresEarSuffix(boolean requiresEarSuffix)
|
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents, undeploy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EARContentsDeployer(int appParsingOrder)
appParsingOrder
- - the AppParsingDeployer relative order
used to ensure EARContentsDeployer runs after AppParsingDeployer.Method Detail |
---|
public boolean isRequiresEarSuffix()
public void setRequiresEarSuffix(boolean requiresEarSuffix)
public void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit) throws org.jboss.deployers.spi.DeploymentException
org.jboss.deployers.spi.DeploymentException
public void deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit) throws org.jboss.deployers.spi.DeploymentException
unit
-
org.jboss.deployers.spi.DeploymentException
protected void deploy(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile root, org.jboss.virtual.VirtualFile file)
unit
- - the parent VFSDeploymentUnit for the earroot
- - the deployment VFS rootfile
- - the deployment ear VF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |