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