Package com.sun.tools.xjc.util
Class Util
java.lang.Object
com.sun.tools.xjc.util.Util
Other miscellaneous utility methods.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Compares if twoLocator
s point to the exact same position.static String
getSystemProperty
(Class clazz, String name) Calls the other getSystemProperty method with "[clazz].[name].static String
getSystemProperty
(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.
-
Method Details
-
getSystemProperty
An easier-to-use version of the System.getProperty method that doesn't throw an exception even if a property cannot be read. -
equals
Compares if twoLocator
s point to the exact same position. -
getSystemProperty
Calls the other getSystemProperty method with "[clazz].[name].
-