Class Preferences
java.lang.Object
org.codehaus.groovy.tools.shell.util.Preferences
Container for shell preferences.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addChangeListener
(PreferenceChangeListener listener) static void
clear()
static String
static String
static String
static String
static boolean
static boolean
static String[]
keys()
static void
-
Field Details
-
verbosity
-
VERBOSITY_KEY
- See Also:
-
SHOW_LAST_RESULT_KEY
- See Also:
-
SANITIZE_STACK_TRACE_KEY
- See Also:
-
EDITOR_KEY
- See Also:
-
PARSER_FLAVOR_KEY
- See Also:
-
PARSER_RIGID
- See Also:
-
PARSER_RELAXED
- See Also:
-
-
Constructor Details
-
Preferences
public Preferences()
-
-
Method Details
-
getShowLastResult
public static boolean getShowLastResult() -
getSanitizeStackTrace
public static boolean getSanitizeStackTrace() -
getEditor
-
getParserFlavor
-
keys
- Throws:
BackingStoreException
-
get
-
get
-
put
-
clear
- Throws:
BackingStoreException
-
addChangeListener
-