Constructor | Description |
---|---|
SimpleFilter(Set<File> jars,
Set<String> includes,
Set<String> excludes) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
canFilter(File jar) |
|
void |
finished() |
If we are finished.
|
boolean |
isFiltered(String classFile) |
|
boolean |
isSpecificallyIncluded(String classFile) |
public boolean canFilter(File jar)
public boolean isFiltered(String classFile)
isFiltered
in interface Filter
public boolean isSpecificallyIncluded(String classFile)
classFile
- The class file.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.