Class Relocator


  • public final class Relocator
    extends java.lang.Object
    Relocates class names when running with relocated provider
    Author:
    Kristian Rosenvold
    • 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
    • Method Detail

      • relocate

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