org.jboss.seam.deployment
public interface Scanner
DeploymentHandler
sModifier and Type | Method and Description |
---|---|
DeploymentStrategy |
getDeploymentStrategy()
Get the deployment strategy this scanner is used by
|
long |
getTimestamp() |
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
|
void scanDirectories(File[] directories)
directories
- An array of the roots of the directory trees to scanvoid scanDirectories(File[] directories, File[] excludedDirectories)
directories
- An array of the roots of the directory trees to scanexcludedDirectories
- Directories to skip over during the recursive scanvoid scanResources(String[] resources)
resources
- The resources to scan forDeploymentStrategy getDeploymentStrategy()
long getTimestamp()
Copyright © 2015 Seam Framework. All Rights Reserved.