org.jboss.seam.deployment
Class AbstractScanner

java.lang.Object
  extended by org.jboss.seam.deployment.AbstractScanner
All Implemented Interfaces:
Scanner
Direct Known Subclasses:
URLScanner, VFSScanner

public abstract class AbstractScanner
extends Object
implements Scanner

Abstract base class for Scanner providing common functionality

Author:
Pete Muir

Constructor Summary
AbstractScanner(DeploymentStrategy deploymentStrategy)
           
 
Method Summary
 DeploymentStrategy getDeploymentStrategy()
          Get the deployment strategy this scanner is used by
protected  void handleItem(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.seam.deployment.Scanner
scanDirectories, scanResources
 

Constructor Detail

AbstractScanner

public AbstractScanner(DeploymentStrategy deploymentStrategy)
Method Detail

handleItem

protected final void handleItem(String name)

getDeploymentStrategy

public DeploymentStrategy getDeploymentStrategy()
Description copied from interface: Scanner
Get the deployment strategy this scanner is used by

Specified by:
getDeploymentStrategy in interface Scanner