org.jboss.deployers.vfs.plugins.classloader
Class PackageRequirementIntegrationDeployer<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>
org.jboss.deployers.vfs.plugins.classloader.PackageRequirementIntegrationDeployer<T>
- Type Parameters:
T
- exact output type
- All Implemented Interfaces:
- Deployer, Ordered
public class PackageRequirementIntegrationDeployer<T>
- extends CachingRequirementIntegrationDeployer<T>
Checks package requirements.
- Author:
- Ales Justin
Method Summary |
Set<String> |
getPackages()
Get the matching package names. |
protected org.jboss.classloading.spi.metadata.helpers.AbstractRequirement |
hasIntegrationModuleRequirement(org.jboss.classloading.spi.metadata.RequirementsMetaData metadata)
Do we have integration module requirements. |
void |
setPackages(Set<String> packages)
Set the matching package names. |
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 |
PackageRequirementIntegrationDeployer
public PackageRequirementIntegrationDeployer(Class<T> input)
hasIntegrationModuleRequirement
protected org.jboss.classloading.spi.metadata.helpers.AbstractRequirement hasIntegrationModuleRequirement(org.jboss.classloading.spi.metadata.RequirementsMetaData metadata)
- Description copied from class:
RequirementIntegrationDeployer
- Do we have integration module requirements.
- Specified by:
hasIntegrationModuleRequirement
in class RequirementIntegrationDeployer<T>
- Parameters:
metadata
- the current requirements
- Returns:
- integration core requirement
getPackages
public Set<String> getPackages()
- Get the matching package names.
- Returns:
- the package names
setPackages
public void setPackages(Set<String> packages)
- Set the matching package names.
- Parameters:
packages
- the package names
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.