| 程序包 | 说明 |
|---|---|
| cn.com.pism.frc.resourcescanner |
| 限定符和类型 | 方法和说明 |
|---|---|
Location[] |
Configuration.getLocations()
Retrieves the locations to scan recursively for migrations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Location.compareTo(Location o) |
boolean |
Location.isParentOf(Location other)
Checks whether this location is a parent of this other location.
|
| 构造器和说明 |
|---|
ClassPathResource(Location location,
String fileNameWithAbsolutePath,
ClassLoader classLoader,
Charset encoding)
Creates a new ClassPathResource.
|
ClassPathScanner(Class<I> implementedInterface,
ClassLoader classLoader,
Charset encoding,
Location location,
ResourceNameCache resourceNameCache,
LocationScannerCache locationScannerCache)
Creates a new Classpath scanner.
|
| 构造器和说明 |
|---|
Scanner(Class<I> implementedInterface,
Collection<Location> locations,
ClassLoader classLoader,
Charset encoding,
ResourceNameCache resourceNameCache,
LocationScannerCache locationScannerCache) |
Copyright © 2022. All rights reserved.