| java.lang.Object com.sun.tools.xjc.util.Util
Util | final public class Util (Code) | | Other miscellaneous utility methods.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
getSystemProperty | public static String getSystemProperty(String name)(Code) | | An easier-to-use version of the System.getProperty method
that doesn't throw an exception even if a property cannot be
read.
|
getSystemProperty | public static String getSystemProperty(Class clazz, String name)(Code) | | Calls the other getSystemProperty method with
"[clazz].[name].
|
|
|