Class Misc


  • public class Misc
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Misc()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean getNoValueSystemProperty​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Misc

        public Misc()
    • Method Detail

      • getNoValueSystemProperty

        public static boolean getNoValueSystemProperty​(java.lang.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".