org.jboss.deployers.vfs.plugins.classloader
Class VFSClassLoaderClassPathDeployer
java.lang.Object
org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer<T>
org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer<org.jboss.classloading.spi.metadata.ClassLoadingMetaData>
org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderClassPathDeployer
- All Implemented Interfaces:
- Deployer, Ordered
public class VFSClassLoaderClassPathDeployer
- extends AbstractOptionalVFSRealDeployer<org.jboss.classloading.spi.metadata.ClassLoadingMetaData>
VFSClassLoaderClassPathDeployer.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Method Summary |
void |
deploy(VFSDeploymentUnit unit,
org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
Deploy a deployment |
void |
undeploy(VFSDeploymentUnit unit,
org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
Undeploy a deployment |
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 |
VFS_CLASS_PATH
public static String VFS_CLASS_PATH
- The vfs classpath
VFS_EXCLUDES
public static String VFS_EXCLUDES
- The vfs excluded
VFSClassLoaderClassPathDeployer
public VFSClassLoaderClassPathDeployer()
- Create a new VFSClassLoaderClassPathDeployer.
deploy
public void deploy(VFSDeploymentUnit unit,
org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
throws DeploymentException
- Description copied from class:
AbstractOptionalVFSRealDeployer
- Deploy a deployment
- Specified by:
deploy
in class AbstractOptionalVFSRealDeployer<org.jboss.classloading.spi.metadata.ClassLoadingMetaData>
- Parameters:
unit
- the unitdeployment
- the attachment
- Throws:
DeploymentException
- for any error
undeploy
public void undeploy(VFSDeploymentUnit unit,
org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
- Description copied from class:
AbstractOptionalVFSRealDeployer
- Undeploy a deployment
- Overrides:
undeploy
in class AbstractOptionalVFSRealDeployer<org.jboss.classloading.spi.metadata.ClassLoadingMetaData>
- Parameters:
unit
- the unitdeployment
- the attachment
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.