Package org.apache.uima.util
Class Misc
- java.lang.Object
-
- org.apache.uima.util.Misc
-
public class Misc extends Object
-
-
Constructor Summary
Constructors Constructor Description Misc()
-
-
-
Method Detail
-
getNoValueSystemProperty
public static boolean getNoValueSystemProperty(String name)
- Parameters:
name
- of property- Returns:
- true if property is defined, or is defined and set to anything except "false"; false if property is not defined, or is defined and set to "false".
-
-