org.jboss.deployers.vfs.plugins.annotations
Class ScanningDeploymentUnitFilter

java.lang.Object
  extended by org.jboss.deployers.vfs.plugins.annotations.ScanningDeploymentUnitFilter
All Implemented Interfaces:
VFSDeploymentUnitFilter

public class ScanningDeploymentUnitFilter
extends Object
implements VFSDeploymentUnitFilter

ScanningDeploymentUnitFilter

Author:
Ales Justin

Constructor Summary
ScanningDeploymentUnitFilter()
           
 
Method Summary
 boolean accepts(VFSDeploymentUnit unit)
          Match the deployment unit
protected  org.jboss.classloading.spi.visitor.ResourceFilter createRecurseFilter(ScanningMetaData smd)
          Create recurse filter.
protected  org.jboss.classloading.spi.visitor.ResourceFilter createResourceFilter(ScanningMetaData smd)
          Create resource filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanningDeploymentUnitFilter

public ScanningDeploymentUnitFilter()
Method Detail

accepts

public boolean accepts(VFSDeploymentUnit unit)
Description copied from interface: VFSDeploymentUnitFilter
Match the deployment unit

Specified by:
accepts in interface VFSDeploymentUnitFilter
Parameters:
unit - the vfs deployment unit
Returns:
true when it matches

createRecurseFilter

protected org.jboss.classloading.spi.visitor.ResourceFilter createRecurseFilter(ScanningMetaData smd)
Create recurse filter.

Parameters:
smd - the scanning metadata
Returns:
recurse filter

createResourceFilter

protected org.jboss.classloading.spi.visitor.ResourceFilter createResourceFilter(ScanningMetaData smd)
Create resource filter.

Parameters:
smd - the scanning metadata
Returns:
resource filter


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