org.jboss.deployers.vfs.spi.structure
Interface VFSDeploymentUnitFilter

All Known Implementing Classes:
Base2VFSBridgeDeploymentUnitFilter, DeploymentProvidedDeploymentUnitFilter, ScanningDeploymentUnitFilter, VFS2BaseBridgeDeploymentUnitFilter, VirtualFileDeploymentUnitFilter

public interface VFSDeploymentUnitFilter

VFSDeploymentUnitFilter.

Author:
Ales Justin

Method Summary
 boolean accepts(VFSDeploymentUnit unit)
          Match the deployment unit
 

Method Detail

accepts

boolean accepts(VFSDeploymentUnit unit)
Match the deployment unit

Parameters:
unit - the vfs deployment unit
Returns:
true when it matches


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