| 限定符和类型 | 方法和说明 |
|---|---|
int |
Location.compareTo(Location o) |
List<Class<?>> |
Scanner.scanForClasses(Location location,
ClassFilter predicate)
Scans the classpath for classes under the specified package matching the given predicate.
|
List<Resource> |
Scanner.scanForResources(Location location,
ResourceFilter predicate)
Scans this location for resources matching the given predicate.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Class<?>> |
ResourceAndClassScanner.scanForClasses(Location location,
ClassFilter predicate)
Scans the classpath for concrete classes under the specified package implementing this interface.
|
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<Class<?>> |
ClassPathScanner.scanForClasses(Location location,
ClassFilter predicate) |
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 © 2020. All rights reserved.