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()
Scanner
getDeploymentStrategy
in interface Scanner
getDeploymentStrategy
in class AbstractScanner
public long getTimestamp()
getTimestamp
in interface Scanner
getTimestamp
in class AbstractScanner
public void scanDirectories(File[] directories)
Scanner
directories
- An array of the roots of the directory trees to scanpublic void scanResources(String[] resources)
Scanner
resources
- The resources to scan forprotected boolean handle(String name)
handle
in class AbstractScanner
protected abstract AbstractScanner delegate()
Copyright © 2015 Seam Framework. All Rights Reserved.