Class Util


  • public final class Util
    extends java.lang.Object
    Author:
    Kohsuke Kawaguchi
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Logger getClassLogger()
      Gets the logger for the caller's class.
      static java.lang.String getSystemProperty​(java.lang.String name)
      Reads the system property value and takes care of SecurityException.
      • Methods inherited from class java.lang.Object

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

      • getClassLogger

        public static java.util.logging.Logger getClassLogger()
        Gets the logger for the caller's class.
        Since:
        2.0
      • getSystemProperty

        public static java.lang.String getSystemProperty​(java.lang.String name)
        Reads the system property value and takes care of SecurityException.