Package jline.lang
Class GlobalConstants
-
- All Implemented Interfaces:
public class GlobalConstantsGlobal constants and settings for LINE solver. Maintains singleton state for configuration flags.
-
-
Constructor Summary
Constructors Constructor Description GlobalConstants()
-
Method Summary
Modifier and Type Method Description static booleanisLibraryAttributionShown()Check if library attribution message has been shown. static voidsetLibraryAttributionShown(boolean value)Set the library attribution shown flag. -
-
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
-
-
-
-