Package com.sun.xml.bind
Class Utils
- java.lang.Object
-
- com.sun.xml.bind.Utils
-
public final class Utils extends Object
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Logger
getClassLogger()
Gets the logger for the caller's class.static String
getSystemProperty(String name)
Reads the system property value and takes care ofSecurityException
.
-
-
-
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 ofSecurityException
.
-
-