Package jline.lang

Class GlobalConstants

java.lang.Object
jline.lang.GlobalConstants

public class GlobalConstants extends Object
Global constants and settings for LINE solver. Maintains singleton state for configuration flags.
  • Constructor Details

    • GlobalConstants

      public GlobalConstants()
  • Method Details

    • isLibraryAttributionShown

      public static boolean isLibraryAttributionShown()
      Check if library attribution message has been shown.
      Returns:
      true if attribution has been shown, false otherwise
    • setLibraryAttributionShown

      public static void setLibraryAttributionShown(boolean value)
      Set the library attribution shown flag.
      Parameters:
      value - true if attribution message has been shown