Class Misc


  • public class Misc
    extends Object
    • Constructor Detail

      • Misc

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