| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceFilter |
FilterResource.byPrefix(String prefix)
Return a resource matcher that matches by prefix.
|
static ResourceFilter |
FilterResource.byPrefixSuffix(String prefix,
String suffix)
Return a resource matcher that matches by both prefix and suffix.
|
static ResourceFilter |
FilterResource.bySuffix(String suffix)
Return a resource matcher that matches by suffix.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Resource> |
ClassPathScanner.scanForResources(Location path,
ResourceFilter predicate) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2019. All rights reserved.