org.jboss.deployers.structure.spi
Interface DeploymentUnitFilter

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

public interface DeploymentUnitFilter

DeploymentUnitFilter.

Author:
Ales Justin

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

Method Detail

accepts

boolean accepts(DeploymentUnit unit)
Match the deployment unit

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


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