Class Relocator
- java.lang.Object
-
- org.apache.maven.plugin.surefire.util.Relocator
-
public final class Relocator extends java.lang.ObjectRelocates class names when running with relocated provider
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringPACKAGE_DELIMITERprivate static java.lang.StringRELOCATION_BASE
-
Constructor Summary
Constructors Modifier Constructor Description privateRelocator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringrelocate(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
-
-