public class FileSystemScanner extends Object
| Constructor and Description |
|---|
FileSystemScanner() |
| Modifier and Type | Method and Description |
|---|---|
List<org.avaje.classpath.scanner.Resource> |
scanForResources(Location location,
org.avaje.classpath.scanner.ResourceFilter predicate)
Scans the FileSystem for resources under the specified location, starting with the specified prefix and ending with
the specified suffix.
|
public FileSystemScanner()
public List<org.avaje.classpath.scanner.Resource> scanForResources(Location location, org.avaje.classpath.scanner.ResourceFilter predicate)
location - The location in the filesystem to start searching. Subdirectories are also searched.predicate - The predicate used to match resources.Copyright © 2018. All rights reserved.