Uses of Interface
io.github.classgraph.ResourceList.ResourceFilter
-
Packages that use ResourceList.ResourceFilter Package Description io.github.classgraph -
-
Uses of ResourceList.ResourceFilter in io.github.classgraph
Fields in io.github.classgraph declared as ResourceList.ResourceFilter Modifier and Type Field Description private static ResourceList.ResourceFilterResourceList. CLASSFILE_FILTERReturns true if a Resource has a path ending in ".class".Methods in io.github.classgraph with parameters of type ResourceList.ResourceFilter Modifier and Type Method Description ResourceListResourceList. filter(ResourceList.ResourceFilter filter)Find the subset of theResourceobjects in this list for which the given filter predicate is true.
-