- relocate(String, String) - Method in class com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
-
Add a class relocator that maps each class in the pattern to the provided destination.
- relocate(String, String, Action<SimpleRelocator>) - Method in class com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
-
Add a class relocator that maps each class in the pattern to the provided destination.
- relocate(Relocator) - Method in class com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
-
Add a relocator instance.
- relocate(Class<? extends Relocator>) - Method in class com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
-
Add a relocator of the provided class.
- relocate(Class<R>, Action<R>) - Method in class com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
-
Add a relocator of the provided class and configure.