Package jline.lang

Class GlobalConstants

  • All Implemented Interfaces:

    
    public class GlobalConstants
    
                        

    Global constants and settings for LINE solver. Maintains singleton state for configuration flags.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static boolean isLibraryAttributionShown() Check if library attribution message has been shown.
      static void setLibraryAttributionShown(boolean value) Set the library attribution shown flag.
      • Methods inherited from class java.lang.Object

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

      • GlobalConstants

        GlobalConstants()
    • Method Detail

      • isLibraryAttributionShown

         static boolean isLibraryAttributionShown()

        Check if library attribution message has been shown.

        Returns:

        true if attribution has been shown, false otherwise

      • setLibraryAttributionShown

         static void setLibraryAttributionShown(boolean value)

        Set the library attribution shown flag.

        Parameters:
        value - true if attribution message has been shown