|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.deployment.AbstractScanner
org.jboss.seam.deployment.VFSScanner
public class VFSScanner
JBoss VSF aware scanner.
| Constructor Summary | |
|---|---|
VFSScanner(DeploymentStrategy deploymentStrategy)
|
|
| Method Summary | |
|---|---|
protected static org.jboss.virtual.VirtualFile |
getRoot(URL url,
int parentDepth)
Get the virtual file root. |
protected void |
handleRoot(org.jboss.virtual.VirtualFile root)
Handle virtual file root. |
void |
scanDirectories(File[] directories)
Recursively scan directories |
void |
scanResources(String[] resources)
Scan for structures which contain any of the given resources in their root |
| Methods inherited from class org.jboss.seam.deployment.AbstractScanner |
|---|
getDeploymentStrategy, handleItem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VFSScanner(DeploymentStrategy deploymentStrategy)
| Method Detail |
|---|
protected static org.jboss.virtual.VirtualFile getRoot(URL url,
int parentDepth)
throws IOException
url - the root URLparentDepth - level of parent depth
IOException - for any errorpublic 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 for
protected void handleRoot(org.jboss.virtual.VirtualFile root)
throws IOException
root - the virtual file root
IOException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||