com.sun.xml.bind
Class Util

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

public abstract class Util
extends Object


Method Summary
static Logger getClassLogger()
          Gets the logger for the caller's class.
static String getSystemProperty(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 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.