Uses of Interface
org.apache.maven.plugins.shade.filter.Filter
-
Packages that use Filter Package Description org.apache.maven.plugins.shade org.apache.maven.plugins.shade.filter org.apache.maven.plugins.shade.mojo -
-
Uses of Filter in org.apache.maven.plugins.shade
Fields in org.apache.maven.plugins.shade with type parameters of type Filter Modifier and Type Field Description private java.util.List<Filter>
ShadeRequest. filters
Methods in org.apache.maven.plugins.shade that return types with arguments of type Filter Modifier and Type Method Description private java.util.List<Filter>
DefaultShader. getFilters(java.io.File jar, java.util.List<Filter> filters)
java.util.List<Filter>
ShadeRequest. getFilters()
Method parameters in org.apache.maven.plugins.shade with type arguments of type Filter Modifier and Type Method Description private java.util.List<Filter>
DefaultShader. getFilters(java.io.File jar, java.util.List<Filter> filters)
private boolean
DefaultShader. isFiltered(java.util.List<Filter> filters, java.lang.String name)
void
ShadeRequest. setFilters(java.util.List<Filter> filters)
The filters. -
Uses of Filter in org.apache.maven.plugins.shade.filter
Classes in org.apache.maven.plugins.shade.filter that implement Filter Modifier and Type Class Description class
MinijarFilter
A filter that prevents the inclusion of classes not required in the final jar.class
SimpleFilter
-
Uses of Filter in org.apache.maven.plugins.shade.mojo
Methods in org.apache.maven.plugins.shade.mojo that return types with arguments of type Filter Modifier and Type Method Description private java.util.List<Filter>
ShadeMojo. getFilters()
Method parameters in org.apache.maven.plugins.shade.mojo with type arguments of type Filter Modifier and Type Method Description private ShadeRequest
ShadeMojo. createShadeSourcesRequest(java.util.Set<java.io.File> testArtifacts, java.io.File testJar, java.util.List<Filter> filters, java.util.List<Relocator> relocators, java.util.List<ResourceTransformer> resourceTransformers)
private ShadeRequest
ShadeMojo. shadeRequest(java.util.Set<java.io.File> artifacts, java.io.File outputJar, java.util.List<Filter> filters, java.util.List<Relocator> relocators, java.util.List<ResourceTransformer> resourceTransformers)
-