| Constructor and Description |
|---|
SimpleFilter(Set<File> jars,
ArchiveFilter archiveFilter) |
SimpleFilter(Set<File> jars,
Set<String> includes,
Set<String> excludes)
Deprecated.
As of release 3.2.2, replaced by
SimpleFilter(Set, ArchiveFilter)} |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFilter(File jar) |
void |
finished()
If we are finished.
|
boolean |
isFiltered(String classFile) |
boolean |
isSpecificallyIncluded(String classFile) |
@Deprecated public SimpleFilter(Set<File> jars, Set<String> includes, Set<String> excludes)
SimpleFilter(Set, ArchiveFilter)}jars - set of Files.includes - set of includes.excludes - set of excludes.public SimpleFilter(Set<File> jars, ArchiveFilter archiveFilter)
jars - set of Files.archiveFilter - set of ArchiveFilters.public boolean canFilter(File jar)
public boolean isFiltered(String classFile)
isFiltered in interface FilterclassFile - The classFile.public boolean isSpecificallyIncluded(String classFile)
classFile - The class file.Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.