org.jboss.deployers.vfs.plugins.classloader
Class MetaDataUrlIntegrationDeployer<T>
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<T>
org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer<T>
org.jboss.deployers.vfs.plugins.classloader.FilesUrlIntegrationDeployer<T>
org.jboss.deployers.vfs.plugins.classloader.MetaDataUrlIntegrationDeployer<T>
- Type Parameters:
T
- exact output type
- All Implemented Interfaces:
- Deployer, Ordered
public class MetaDataUrlIntegrationDeployer<T>
- extends FilesUrlIntegrationDeployer<T>
Checks metadata if matching integration deployment.
- Author:
- Ales Justin
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 |
MetaDataUrlIntegrationDeployer
public MetaDataUrlIntegrationDeployer(Class<T> input)
isIntegrationDeployment
protected boolean isIntegrationDeployment(VFSDeploymentUnit unit)
- Description copied from class:
UrlIntegrationDeployer
- Is unit integration deployment unit?
- Specified by:
isIntegrationDeployment
in class UrlIntegrationDeployer<T>
- Parameters:
unit
- the deployment unit
- Returns:
- true if the unit is integration deployment
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.