Package | Description |
---|---|
org.apache.maven.plugins.shade | |
org.apache.maven.plugins.shade.relocation | |
org.apache.maven.plugins.shade.resource |
Modifier and Type | Method and Description |
---|---|
void |
Shader.shade(Set<File> jars,
File uberJar,
List<Filter> filters,
List<Relocator> relocators,
List<ResourceTransformer> resourceTransformers)
Perform a shading operation.
|
void |
DefaultShader.shade(Set<File> jars,
File uberJar,
List<Filter> filters,
List<Relocator> relocators,
List<ResourceTransformer> resourceTransformers) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleRelocator |
Modifier and Type | Method and Description |
---|---|
void |
ManifestResourceTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
XmlAppendingTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
ComponentsXmlResourceTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
ResourceTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
DontIncludeResourceTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
ServicesResourceTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
IncludeResourceTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
AppendingTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
void |
ApacheNoticeResourceTransformer.processResource(String resource,
InputStream is,
List<Relocator> relocators) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.