public final class Util extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(Locator lhs,
Locator rhs)
Compares if two
Locator 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.
|
public static String getSystemProperty(String name)
public static boolean equals(Locator lhs, Locator rhs)
Locator
s point to the exact same position.Copyright © 2019 JBoss by Red Hat. All rights reserved.