ResourceList |
ResourceList.classFilesOnly() |
Return a new ResourceList consisting of only the resources with the filename extension ".class".
|
static ResourceList |
ResourceList.emptyList() |
|
ResourceList |
ResourceList.filter(ResourceList.ResourceFilter filter) |
Find the subset of the Resource objects in this list for which the given filter predicate is true.
|
ResourceList |
ResourceList.get(java.lang.String resourcePath) |
Returns a list of all resources with the requested path.
|
ResourceList |
ScanResult.getAllResources() |
Get the list of all resources.
|
ResourceList |
ScanResult.getResourcesMatchingPattern(java.util.regex.Pattern pattern) |
Get the list of all resources found in accepted packages that have a path
matching the requested regex
pattern.
|
ResourceList |
ScanResult.getResourcesMatchingWildcard(java.lang.String wildcardString) |
Get the list of all resources found in accepted packages that have a path
matching the requested wildcard
string.
|
ResourceList |
ScanResult.getResourcesWithExtension(java.lang.String extension) |
Get the list of all resources found in accepted packages that have the
requested filename extension.
|
ResourceList |
ScanResult.getResourcesWithLeafName(java.lang.String leafName) |
Get the list of all resources found in accepted packages that have the
requested leafname.
|
ResourceList |
ScanResult.getResourcesWithPath(java.lang.String resourcePath) |
Get the list of all resources found in accepted packages that have the given
path, relative to the package
root of the classpath element.
|
ResourceList |
ScanResult.getResourcesWithPathIgnoringAccept(java.lang.String resourcePath) |
Get the list of all resources found in any classpath element, whether in
accepted packages or not (as long
as the resource is not rejected), that have the given path, relative to
the package root of the classpath
element.
|
ResourceList |
ScanResult.getResourcesWithPathIgnoringWhitelist(java.lang.String resourcePath) |
Deprecated.
|
ResourceList |
ResourceList.nonClassFilesOnly() |
Return a new ResourceList consisting of non-classfile resources only.
|