Class ReplacementForDebug


  • class ReplacementForDebug
    extends java.lang.Object
    Replacement methods for the class sun.security.util.Debug.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void Help()
      Replacement for System.exit(int)
      private static void init()
      Replacement for static code.
      • Methods inherited from class java.lang.Object

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

      • ReplacementForDebug

        ReplacementForDebug()
    • Method Detail

      • init

        private static void init()
        Replacement for static code.
      • Help

        public static void Help()
        Replacement for System.exit(int)