org.jboss.deployment
Class DeploymentProvidedDeploymentUnitFilter

java.lang.Object
  extended by org.jboss.deployers.vfs.spi.structure.helpers.VFS2BaseBridgeDeploymentUnitFilter
      extended by 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

Constructor Summary
DeploymentProvidedDeploymentUnitFilter()
           
 
Method Summary
protected  boolean doAccepts(org.jboss.deployers.structure.spi.DeploymentUnit unit)
           
 
Methods inherited from class org.jboss.deployers.vfs.spi.structure.helpers.VFS2BaseBridgeDeploymentUnitFilter
accepts, accepts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentProvidedDeploymentUnitFilter

public DeploymentProvidedDeploymentUnitFilter()
Method Detail

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.