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 boolean
canFilter(File jar)
void
finished()
If we are finished.boolean
isFiltered(String classFile)
boolean
isSpecificallyIncluded(String classFile)
-
-
-
Method Detail
-
canFilter
public boolean canFilter(File jar)
-
isFiltered
public boolean isFiltered(String classFile)
- Specified by:
isFiltered
in 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.
-
-