Package org.apache.uima.util
Class Misc
java.lang.Object
org.apache.uima.util.Misc
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Misc
public Misc()
-
-
Method Details
-
getNoValueSystemProperty
- 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".
-