| 程序包 | 说明 |
|---|---|
| cn.com.pism.frc.resourcescanner |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClassPathResource
A resource on the classpath.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LoadableResource |
Scanner.getResource(String name) |
LoadableResource |
ResourceProvider.getResource(String name)
Retrieves the resource with this name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<LoadableResource> |
Scanner.getResources(String prefix,
String... suffixes)
Returns all known resources starting with the specified prefix and ending with any of the specified suffixes.
|
Collection<LoadableResource> |
ResourceProvider.getResources(String prefix,
String[] suffixes)
Retrieve all resources whose name begins with this prefix and ends with any of these suffixes.
|
Collection<LoadableResource> |
ResourceAndClassScanner.scanForResources()
Scans the classpath for resources under the configured location.
|
Collection<LoadableResource> |
ClassPathScanner.scanForResources() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
LoadableResource.compareTo(LoadableResource o) |
Copyright © 2022. All rights reserved.