Uses of Interface
org.apache.maven.plugins.shade.relocation.Relocator
Packages that use Relocator
Package
Description
-
Uses of Relocator in org.apache.maven.plugins.shade
Methods in org.apache.maven.plugins.shade that return types with arguments of type RelocatorMethod parameters in org.apache.maven.plugins.shade with type arguments of type RelocatorModifier and TypeMethodDescriptionvoid
ShadeRequest.setRelocators
(List<Relocator> relocators) The relocators. -
Uses of Relocator in org.apache.maven.plugins.shade.relocation
Classes in org.apache.maven.plugins.shade.relocation that implement Relocator -
Uses of Relocator in org.apache.maven.plugins.shade.resource
Method parameters in org.apache.maven.plugins.shade.resource with type arguments of type RelocatorModifier and TypeMethodDescriptionvoid
ApacheLicenseResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
ApacheNoticeResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
AppendingTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
ComponentsXmlResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
DontIncludeResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
GroovyResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
IncludeResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
ManifestResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
PluginXmlResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
ReproducibleResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) Transform an individual resourcevoid
ResourceBundleAppendingTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
ResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators) Deprecated.prefer ReproducibleResourceTransformervoid
ServicesResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
SisuIndexResourceTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) void
XmlAppendingTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time) -
Uses of Relocator in org.apache.maven.plugins.shade.resource.properties
Method parameters in org.apache.maven.plugins.shade.resource.properties with type arguments of type RelocatorModifier and TypeMethodDescriptionfinal void
PropertiesTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators) void
PropertiesTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators, long time)