Class Relocator
- java.lang.Object
-
- org.apache.maven.plugin.surefire.util.Relocator
-
public final class Relocator extends java.lang.Object
Relocates class names when running with relocated provider
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
PACKAGE_DELIMITER
private static java.lang.String
RELOCATION_BASE
-
Constructor Summary
Constructors Modifier Constructor Description private
Relocator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
relocate(java.lang.String className)
-
-
-
Field Detail
-
RELOCATION_BASE
private static final java.lang.String RELOCATION_BASE
- See Also:
- Constant Field Values
-
PACKAGE_DELIMITER
private static final java.lang.String PACKAGE_DELIMITER
- See Also:
- Constant Field Values
-
-