Class Relocator


  • public final class Relocator
    extends java.lang.Object
    Relocates class names when running with relocated provider
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Relocator

        private Relocator()
    • Method Detail

      • relocate

        @Nonnull
        public static java.lang.String relocate​(@Nonnull
                                                java.lang.String className)