org.jboss.deployers.vfs.spi.deployer
Class AbstractVFSRealDeployer
java.lang.Object
org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer
- All Implemented Interfaces:
- Deployer, Ordered
- Direct Known Subclasses:
- InMemoryClassesDeployer
Deprecated.
@Deprecated
public abstract class AbstractVFSRealDeployer
- extends AbstractRealDeployer
AbstractRealDeployer.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractVFSRealDeployer
public AbstractVFSRealDeployer()
- Deprecated.
internalDeploy
public void internalDeploy(DeploymentUnit unit)
throws DeploymentException
- Deprecated.
- Description copied from class:
AbstractRealDeployer
- Deploy a deployment
- Specified by:
internalDeploy
in class AbstractRealDeployer
- Parameters:
unit
- the unit
- Throws:
DeploymentException
- for any error
internalUndeploy
public void internalUndeploy(DeploymentUnit unit)
- Deprecated.
- Description copied from class:
AbstractRealDeployer
- Undeploy an deployment
- Overrides:
internalUndeploy
in class AbstractRealDeployer
- Parameters:
unit
- the unit
deploy
public abstract void deploy(VFSDeploymentUnit unit)
throws DeploymentException
- Deprecated.
- Deploy a vfs deployment
- Parameters:
unit
- the unit
- Throws:
DeploymentException
- for any error
undeploy
public void undeploy(VFSDeploymentUnit unit)
- Deprecated.
- Undeploy a vfs deployment
- Parameters:
unit
- the unit
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.