public class FileSystemScanner extends Object
| 构造器和说明 |
|---|
FileSystemScanner() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Resource> |
scanForResources(Location location,
ResourceFilter predicate)
Scans the FileSystem for resources under the specified location, starting with the specified prefix and ending with
the specified suffix.
|
public List<Resource> scanForResources(Location location, ResourceFilter predicate)
location - The location in the filesystem to start searching. Subdirectories are also searched.predicate - The predicate used to match resources.Copyright © 2019. All rights reserved.