org.jboss.seam.deployment
Class AbstractScanner
java.lang.Object
org.jboss.seam.deployment.AbstractScanner
- All Implemented Interfaces:
- Scanner
- Direct Known Subclasses:
- URLScanner
public abstract class AbstractScanner
- extends Object
- implements Scanner
Abstract base class for Scanner
providing common functionality
- Author:
- Pete Muir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractScanner
public AbstractScanner(DeploymentStrategy deploymentStrategy)
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