org.jboss.deployers.vfs.plugins.classloader
Class CachingRequirementIntegrationDeployer<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.RequirementIntegrationDeployer<T>
org.jboss.deployers.vfs.plugins.classloader.CachingRequirementIntegrationDeployer<T>
- Type Parameters:
T
- exact output type
- All Implemented Interfaces:
- Deployer, Ordered
- Direct Known Subclasses:
- ModuleRequirementIntegrationDeployer, PackageRequirementIntegrationDeployer
public abstract class CachingRequirementIntegrationDeployer<T>
- extends RequirementIntegrationDeployer<T>
Integration deployer.
Caches integration requirement.
- 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 |
REQUIREMENT_KEY
public static final String REQUIREMENT_KEY
- The cached requirement key
CachingRequirementIntegrationDeployer
protected CachingRequirementIntegrationDeployer(Class<T> input)
setCacheRequirement
public void setCacheRequirement(boolean cacheRequirement)
undeploy
public void undeploy(VFSDeploymentUnit unit,
T deployment)
- Description copied from class:
AbstractOptionalVFSRealDeployer
- Undeploy a deployment
- Overrides:
undeploy
in class RequirementIntegrationDeployer<T>
- Parameters:
unit
- the unitdeployment
- the attachment
hasIntegrationModuleRequirement
protected org.jboss.classloading.spi.metadata.helpers.AbstractRequirement hasIntegrationModuleRequirement(VFSDeploymentUnit unit,
org.jboss.classloading.spi.metadata.RequirementsMetaData requirements)
- Description copied from class:
RequirementIntegrationDeployer
- Do we have integration module requirements.
- Overrides:
hasIntegrationModuleRequirement
in class RequirementIntegrationDeployer<T>
- Parameters:
unit
- the deployment unitrequirements
- the current requirements
- Returns:
- integration core requirement
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.