Uses of Interface
io.github.classgraph.ResourceList.ResourceFilter
Packages that use ResourceList.ResourceFilter
-
Uses of ResourceList.ResourceFilter in io.github.classgraph
Fields in io.github.classgraph declared as ResourceList.ResourceFilterModifier and TypeFieldDescriptionprivate static final ResourceList.ResourceFilter
ResourceList.CLASSFILE_FILTER
Returns true if a Resource has a path ending in ".class".Methods in io.github.classgraph with parameters of type ResourceList.ResourceFilterModifier and TypeMethodDescriptionResourceList.filter
(ResourceList.ResourceFilter filter) Find the subset of theResource
objects in this list for which the given filter predicate is true.