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
Fields in org.apache.maven.plugins.shade with type parameters of type RelocatorModifier and TypeFieldDescriptionDefaultShader.DefaultPackageMapper.relocators
ShadeRequest.relocators
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 TypeMethodDescriptionprivate void
DefaultShader.addJavaSource
(Set<String> resources, JarOutputStream jos, String name, long time, InputStream is, List<Relocator> relocators) void
ShadeRequest.setRelocators
(List<Relocator> relocators) The relocators.Constructor parameters in org.apache.maven.plugins.shade with type arguments of type Relocator -
Uses of Relocator in org.apache.maven.plugins.shade.mojo
Methods in org.apache.maven.plugins.shade.mojo that return types with arguments of type Relocator -
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
Fields in org.apache.maven.plugins.shade.resource with type parameters of type RelocatorMethod parameters in org.apache.maven.plugins.shade.resource with type arguments of type RelocatorModifier and TypeMethodDescriptionprivate String
ComponentsXmlResourceTransformer.getRelocatedClass
(String className, List<Relocator> relocators) private String
PluginXmlResourceTransformer.getRelocatedClass
(String className, List<Relocator> relocators) final void
AbstractCompatibilityTransformer.processResource
(String resource, InputStream is, List<Relocator> relocators) void
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) private String
-
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)