| 限定符和类型 | 方法和说明 |
|---|---|
List<Resource> |
ClassPathScanner.scanForResources(String location,
ResourceFilter filter)
Scan for file resources using the starting location and filter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Resource> |
Scanner.scanForResources(Location location,
ResourceFilter predicate)
Scans this location for resources matching the given predicate.
|
List<Resource> |
Scanner.scanForResources(String location,
ResourceFilter predicate)
Scans this location for resources matching the given predicate.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Resource> |
ResourceAndClassScanner.scanForResources(Location location,
ResourceFilter predicate)
Scans the classpath for resources under the specified location, starting with the specified prefix and ending with
the specified suffix.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClassPathResource
A resource on the classpath.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Resource> |
ClassPathScanner.scanForResources(Location path,
ResourceFilter predicate) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileSystemResource
A resource on the filesystem.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Resource> |
FileSystemScanner.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.
|
Copyright © 2020. All rights reserved.