Relocator

interface Relocator

Modified from org.apache.maven.plugins.shade.relocation.Relocator.java.

Author

Jason van Zyl

John Engelman

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun applyToSourceContent(sourceContent: String): String
Link copied to clipboard
abstract fun canRelocateClass(className: String): Boolean
Link copied to clipboard
abstract fun canRelocatePath(path: String): Boolean
Link copied to clipboard
abstract fun relocateClass(context: RelocateClassContext): String
Link copied to clipboard
Link copied to clipboard
abstract fun relocatePath(context: RelocatePathContext): String
Link copied to clipboard