MinijarFilter
, SimpleFilter
public interface Filter
Modifier and Type | Method | Description |
---|---|---|
boolean |
canFilter(File jar) |
|
void |
finished() |
If we are finished.
|
boolean |
isFiltered(String classFile) |
boolean canFilter(File jar)
jar
- The jar file.boolean isFiltered(String classFile)
classFile
- void finished()
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.