org.jboss.seam.deployment
Class ForwardingAbstractScanner
java.lang.Object
org.jboss.seam.deployment.AbstractScanner
org.jboss.seam.deployment.ForwardingAbstractScanner
- All Implemented Interfaces:
- Scanner
- Direct Known Subclasses:
- TimestampScanner
public abstract class ForwardingAbstractScanner
- extends AbstractScanner
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ForwardingAbstractScanner
@Deprecated
public ForwardingAbstractScanner()
- Deprecated.
ForwardingAbstractScanner
public ForwardingAbstractScanner(javax.servlet.ServletContext servletContext)
getDeploymentStrategy
public DeploymentStrategy getDeploymentStrategy()
- Description copied from interface:
Scanner
- Get the deployment strategy this scanner is used by
- Specified by:
getDeploymentStrategy in interface Scanner- Overrides:
getDeploymentStrategy in class AbstractScanner
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp in interface Scanner- Overrides:
getTimestamp in class AbstractScanner
scanDirectories
public void scanDirectories(java.io.File[] directories)
- Description copied from interface:
Scanner
- Recursively scan directories, skipping directories in the exclusion list.
- Parameters:
directories - An array of the roots of the directory trees to scan
scanResources
public void scanResources(java.lang.String[] resources)
- Description copied from interface:
Scanner
- Scan for structures which contain any of the given resources in their root
- Parameters:
resources - The resources to scan for
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
handle
protected boolean handle(java.lang.String name)
- Overrides:
handle in class AbstractScanner
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
delegate
protected abstract AbstractScanner delegate()
Copyright © 2011 Seam Framework. All Rights Reserved.