|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.util.Util
public final class Util
Other miscellaneous utility methods.
Method Summary | |
---|---|
static java.lang.String |
getSystemProperty(java.lang.Class clazz,
java.lang.String name)
Calls the other getSystemProperty method with "[clazz].[name]. |
static java.lang.String |
getSystemProperty(java.lang.String name)
An easier-to-use version of the System.getProperty method that doesn't throw an exception even if a property cannot be read. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final java.lang.String getSystemProperty(java.lang.String name)
public static final java.lang.String getSystemProperty(java.lang.Class clazz, java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |