Package opendap.util

Class Debug


  • public class Debug
    extends Object
    A minimal implementation of a globally-accessible set of Debug flags.
    • Constructor Detail

      • Debug

        public Debug()
    • Method Detail

      • isSet

        public static boolean isSet​(String flagName)
      • set

        public static void set​(String flagName,
                               boolean value)
      • clear

        public static void clear()
      • keySet

        public static Set keySet()