org.jboss.deployment
Class DeploymentProvidedDeploymentUnitFilter
java.lang.Object
org.jboss.deployers.vfs.spi.structure.helpers.VFS2BaseBridgeDeploymentUnitFilter
org.jboss.deployment.DeploymentProvidedDeploymentUnitFilter
- All Implemented Interfaces:
- org.jboss.deployers.structure.spi.DeploymentUnitFilter, org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnitFilter
public class DeploymentProvidedDeploymentUnitFilter
- extends org.jboss.deployers.vfs.spi.structure.helpers.VFS2BaseBridgeDeploymentUnitFilter
A DeploymentUnitFilter that delegates its work the DeploymentUnitFilter that
is attached to the DeploymentUnit.
A Deployer can attach a DeploymentUnitFilter to a DeploymentUnit which controlls whether
the DeploymentUnit is to be processed by following Deployers
- Since:
- 04-Mar-2009
- Author:
- Thomas.Diesler@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentProvidedDeploymentUnitFilter
public DeploymentProvidedDeploymentUnitFilter()
doAccepts
protected boolean doAccepts(org.jboss.deployers.structure.spi.DeploymentUnit unit)
- Specified by:
doAccepts
in class org.jboss.deployers.vfs.spi.structure.helpers.VFS2BaseBridgeDeploymentUnitFilter
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.