Class SimpleFilter
- java.lang.Object
-
- org.apache.maven.plugins.shade.filter.SimpleFilter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanFilter(File jar)voidfinished()If we are finished.booleanisFiltered(String classFile)booleanisSpecificallyIncluded(String classFile)
-
-
-
Method Detail
-
canFilter
public boolean canFilter(File jar)
-
isFiltered
public boolean isFiltered(String classFile)
- Specified by:
isFilteredin interfaceFilter- Returns:
- true if the file has been filtered false otherwise.
-
isSpecificallyIncluded
public boolean isSpecificallyIncluded(String classFile)
- Parameters:
classFile- The class file.- Returns:
- true if included false otherwise.
-
-