Class Util

java.lang.Object
com.sun.xml.bind.Util

public final class Util extends Object
Author:
Kohsuke Kawaguchi
  • Method Details

    • getClassLogger

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

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