Class Misc

java.lang.Object
org.apache.uima.util.Misc

public class Misc extends Object
  • Constructor Details

    • Misc

      public Misc()
  • Method Details

    • 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".