org.jboss.deployers.vfs.spi.structure.helpers
Class DeploymentProvidedDeploymentUnitFilter

java.lang.Object
  extended by org.jboss.deployers.vfs.spi.structure.helpers.VFS2BaseBridgeDeploymentUnitFilter
      extended by org.jboss.deployers.vfs.spi.structure.helpers.DeploymentProvidedDeploymentUnitFilter
All Implemented Interfaces:
DeploymentUnitFilter, VFSDeploymentUnitFilter

public class DeploymentProvidedDeploymentUnitFilter
extends VFS2BaseBridgeDeploymentUnitFilter

DeploymentProvidedDeploymentUnitFilter. It delegates the filtering to DeploymentUnitFilter found in attachment.

Author:
Ales Justin

Constructor Summary
DeploymentProvidedDeploymentUnitFilter()
           
 
Method Summary
protected  boolean doAccepts(DeploymentUnit unit)
          Do we accept this 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(DeploymentUnit unit)
Description copied from class: VFS2BaseBridgeDeploymentUnitFilter
Do we accept this unit.

Specified by:
doAccepts in class VFS2BaseBridgeDeploymentUnitFilter
Parameters:
unit - the deployment unit
Returns:
true if accepted, false otherwise


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.