JavaScript is disabled on your browser.
Return a new
ResourceList consisting of only the resources with the filename extension ".class".
Find the subset of the
Resource objects in this list for which the given filter predicate is true.
Returns a list of all resources with the requested path.
Get the list of all resources.
Get the list of all resources found in accepted packages that have a path matching the requested regex
pattern.
Get the list of all resources found in accepted packages that have a path matching the requested wildcard
string.
Get the list of all resources found in accepted packages that have the requested filename extension.
Get the list of all resources found in accepted packages that have the requested leafname.
Get the list of all resources found in accepted packages that have the given path, relative to the package
root of the classpath element.
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.
Return a new
ResourceList consisting of non-classfile resources only.
Get a map from resource path to
Resource for all resources (including classfiles and non-classfiles)
found in accepted packages.
ScanResult.getResourcesWithPathIgnoringAccept(String)instead.