org.jboss.deployers.vfs.plugins.classloader
Class FilesUrlIntegrationDeployer<T>

java.lang.Object
  extended by org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
      extended by org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
          extended by org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer<T>
              extended by org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer<T>
                  extended by org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer<T>
                      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered
Ordered.OrderedComparator
 
Field Summary
 
Fields inherited from class org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer
IS_INTEGRATION_FLAG_KEY
 
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
log
 
Fields inherited from interface org.jboss.deployers.spi.Ordered
COMPARATOR
 
Constructor Summary
protected FilesUrlIntegrationDeployer(Class<T> input)
           
 
Method Summary
 String[] getFiles()
          Get the matching files.
 void setFiles(String[] files)
          Set the matching files.
 
Methods inherited from class org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer
deploy, getDeployerLocation, getIntegrationURL, getIntegrationURLs, isIntegrationDeployment, isIntegrationDeployment, setIntegrationURL, setIntegrationURLs, start, undeploy
 
Methods inherited from class org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer
deploy, undeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
internalDeploy, internalUndeploy, setDisableOptional
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
addControllerContextName, deploy, isControllerContextNameCandidate, isUseUnitName, removeControllerContextName, setUseUnitName, undeploy
 
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
 

Constructor Detail

FilesUrlIntegrationDeployer

protected FilesUrlIntegrationDeployer(Class<T> input)
Method Detail

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.