org.jboss.seam.deployment
public abstract class ForwardingAbstractScanner extends AbstractScanner
servletContext| Constructor and Description |
|---|
ForwardingAbstractScanner()
Deprecated.
|
ForwardingAbstractScanner(javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractScanner |
delegate() |
boolean |
equals(Object obj) |
DeploymentStrategy |
getDeploymentStrategy()
Get the deployment strategy this scanner is used by
|
long |
getTimestamp() |
protected boolean |
handle(String name) |
int |
hashCode() |
void |
scanDirectories(File[] directories)
Recursively scan directories, skipping directories in the exclusion list.
|
void |
scanResources(String[] resources)
Scan for structures which contain any of the given resources in their root
|
String |
toString() |
handleItem, hasAnnotations, loadClassFile, scanDirectories@Deprecated public ForwardingAbstractScanner()
public ForwardingAbstractScanner(javax.servlet.ServletContext servletContext)
public DeploymentStrategy getDeploymentStrategy()
ScannergetDeploymentStrategy in interface ScannergetDeploymentStrategy in class AbstractScannerpublic long getTimestamp()
getTimestamp in interface ScannergetTimestamp in class AbstractScannerpublic void scanDirectories(File[] directories)
Scannerdirectories - An array of the roots of the directory trees to scanpublic void scanResources(String[] resources)
Scannerresources - The resources to scan forprotected boolean handle(String name)
handle in class AbstractScannerprotected abstract AbstractScanner delegate()
Copyright © 2015 Seam Framework. All Rights Reserved.