shadow
Toggle table of contents
9.0.0-beta13
jvm
Platform filter
jvm
Switch theme
Search in API
shadow
shadow
/
com.github.jengelman.gradle.plugins.shadow.relocation
/
Relocator
Relocator
interface
Relocator
Modified from
org.apache.maven.plugins.shade.relocation.Relocator.java
.
Author
Jason van Zyl
John Engelman
Inheritors
SimpleRelocator
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Functions
apply
To
Source
Content
Link copied to clipboard
abstract
fun
applyToSourceContent
(
sourceContent
:
String
)
:
String
can
Relocate
Class
Link copied to clipboard
abstract
fun
canRelocateClass
(
className
:
String
)
:
Boolean
can
Relocate
Path
Link copied to clipboard
abstract
fun
canRelocatePath
(
path
:
String
)
:
Boolean
relocate
Class
Link copied to clipboard
abstract
fun
relocateClass
(
context
:
RelocateClassContext
)
:
String
relocate
Class
Link copied to clipboard
fun
Relocator
.
relocateClass
(
className
:
String
)
:
String
relocate
Path
Link copied to clipboard
abstract
fun
relocatePath
(
context
:
RelocatePathContext
)
:
String
relocate
Path
Link copied to clipboard
fun
Relocator
.
relocatePath
(
path
:
String
)
:
String