| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ClassPathScanner.scanForResources(String location,
ResourceFilter filter)
Scan for file resources using the starting location and filter.
|
Copyright © 2019. All rights reserved.