|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.shade.filter.MinijarFilter
public class MinijarFilter
A filter that prevents the inclusion of classes not required in the final jar.
| Constructor Summary | |
|---|---|
MinijarFilter(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log)
|
|
| Method Summary | |
|---|---|
boolean |
canFilter(java.io.File jar)
|
void |
finished()
|
boolean |
isFiltered(java.lang.String classFile)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MinijarFilter(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public boolean canFilter(java.io.File jar)
canFilter in interface Filterpublic boolean isFiltered(java.lang.String classFile)
isFiltered in interface Filterpublic void finished()
finished in interface Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||