org.jboss.deployers.vfs.plugins.classloader
Class PathUrlIntegrationDeployer<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>
                          extended by org.jboss.deployers.vfs.plugins.classloader.PathUrlIntegrationDeployer<T>
Type Parameters:
T - exact output type
All Implemented Interfaces:
Deployer, Ordered

public class PathUrlIntegrationDeployer<T>
extends FilesUrlIntegrationDeployer<T>

Checks path 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
PathUrlIntegrationDeployer(Class<T> input)
           
 
Method Summary
protected  boolean isIntegrationDeployment(VFSDeploymentUnit unit)
          Is unit integration deployment unit?
 
Methods inherited from class org.jboss.deployers.vfs.plugins.classloader.FilesUrlIntegrationDeployer
getFiles, setFiles
 
Methods inherited from class org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer
deploy, getDeployerLocation, getIntegrationURL, getIntegrationURLs, 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

PathUrlIntegrationDeployer

public PathUrlIntegrationDeployer(Class<T> input)
Method Detail

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.