Package jline.lang
Class GlobalConstants
java.lang.Object
jline.lang.GlobalConstants
Global constants and settings for LINE solver.
Maintains singleton state for configuration flags.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCheck if library attribution message has been shown.static voidsetLibraryAttributionShown(boolean value) Set the library attribution shown flag.
-
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
-