Package ucar.nc2.util

Class DebugFlags.DebugFlagsImpl

    • Method Detail

      • isSet

        public boolean isSet​(String flagName)
        Description copied from interface: DebugFlags
        Test if named debug flag is set.
        Specified by:
        isSet in interface DebugFlags
      • set

        public void set​(String flagName,
                        boolean value)
        Description copied from interface: DebugFlags
        Set named debug flag.
        Specified by:
        set in interface DebugFlags