| Modifier and Type | Method and Description |
|---|---|
Collection<ClasspathResource> |
ClasspathScanner.scan(ResourceMatcher matcher)
Returns
ClasspathResources that match a given ResourceMatcher. |
Collection<ClasspathResource> |
DefaultScanner.scan(ResourceMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NameMatcher.match(ClasspathResource resource) |
boolean |
ResourceMatcher.match(ClasspathResource resource) |
boolean |
PathMatcher.match(ClasspathResource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileResource
A
ClasspathResource that lives in a directory archive. |
class |
JarEntryResource |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClasspathResource> |
JarScanner.scan(JarFile file) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClasspathResource> |
JarResourceScanner.scan(ClasspathResource resource) |
Collection<ClasspathResource> |
ResourceScanner.scan(ClasspathResource url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JarResourceScanner.handles(ClasspathResource resource) |
boolean |
ResourceScanner.handles(ClasspathResource resource) |
Collection<ClasspathResource> |
JarResourceScanner.scan(ClasspathResource resource) |
Collection<ClasspathResource> |
ResourceScanner.scan(ClasspathResource url) |
| Modifier and Type | Method and Description |
|---|---|
Set<ClasspathResource> |
DirScanner.scan(URL url) |
Set<ClasspathResource> |
ExcludeScanner.scan(URL url) |
Collection<ClasspathResource> |
AbstractJarURLScanner.scan(URL url) |
Collection<ClasspathResource> |
URLScanner.scan(URL url)
Scans a given
URL for ClasspathResources. |
Copyright © 2017. All Rights Reserved.