org.jboss.seam.deployment
public class URLScanner extends AbstractScanner
Scanner which can scan a URLClassLoaderservletContext| Constructor and Description |
|---|
URLScanner(DeploymentStrategy deploymentStrategy) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp() |
protected void |
handle(Set<String> paths) |
void |
scanDirectories(File[] directories)
Recursively scan directories, skipping directories in the exclusion list.
|
void |
scanDirectories(File[] directories,
File[] excludedDirectories)
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
|
getDeploymentStrategy, handle, handleItem, hasAnnotations, loadClassFilepublic URLScanner(DeploymentStrategy deploymentStrategy)
public void scanDirectories(File[] directories)
Scannerdirectories - An array of the roots of the directory trees to scanpublic void scanDirectories(File[] directories, File[] excludedDirectories)
ScannerscanDirectories in interface ScannerscanDirectories in class AbstractScannerdirectories - An array of the roots of the directory trees to scanexcludedDirectories - Directories to skip over during the recursive scanpublic void scanResources(String[] resources)
Scannerresources - The resources to scan forpublic long getTimestamp()
getTimestamp in interface ScannergetTimestamp in class AbstractScannerCopyright © 2015 Seam Framework. All Rights Reserved.