Class BooterConstants


  • public class BooterConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BASE_PACKAGE  
      static com.google.gson.Gson GSON  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooterConstants()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setBasePackage​(java.lang.String newPackage)  
      • Methods inherited from class java.lang.Object

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

      • GSON

        public static final com.google.gson.Gson GSON
      • BASE_PACKAGE

        public static java.lang.String BASE_PACKAGE
    • Constructor Detail

      • BooterConstants

        public BooterConstants()
    • Method Detail

      • setBasePackage

        public static void setBasePackage​(java.lang.String newPackage)