|
Class Summary |
| Comparator |
Comparators hold search data and know to tell if a given File
or ZipEntry match the search criteria. |
| DefaultComparator |
A default Comparator that checks if the searched file or
ZipEntry String representation matches the search. |
| EntriesDefaultComparator |
A Comparator that checks if the searched file or
ZipEntry String representation matches the search. |
| FieldComparator |
In case that a searched entry is a class file, this Comparator
compares fields names to check if they match the search criteria. |
| MethodComparator |
In case that a searched entry is a class file, this Comparator
compares method names to check if they match the search criteria. |