org.jboss.deployers.vfs.plugins.classloader
Class FilesUrlIntegrationDeployer<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>
- Type Parameters:
T
- exact output type
- All Implemented Interfaces:
- Deployer, Ordered
- Direct Known Subclasses:
- MetaDataUrlIntegrationDeployer, PathUrlIntegrationDeployer
public abstract class FilesUrlIntegrationDeployer<T>
- extends UrlIntegrationDeployer<T>
Checks files 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 |
FilesUrlIntegrationDeployer
protected FilesUrlIntegrationDeployer(Class<T> input)
getFiles
public String[] getFiles()
- Get the matching files.
- Returns:
- the files
setFiles
public void setFiles(String[] files)
- Set the matching files.
- Parameters:
files
- the files
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.