public final class Relocator
extends Object
Relocates class names when running with relocated provider
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
RELOCATION_BASE
private static final String RELOCATION_BASE
- See Also:
-
-
PACKAGE_DELIMITER
private static final String PACKAGE_DELIMITER
- See Also:
-
-
Constructor Details
-
Relocator
private Relocator()
-
Method Details
-
relocate
@Nonnull
public static String relocate(@Nonnull
String className)