Class Preferences
java.lang.Object
org.codehaus.groovy.tools.shell.util.Preferences
Container for shell preferences.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddChangeListener(PreferenceChangeListener listener) static voidclear()static Stringstatic Stringstatic Stringstatic Stringstatic booleanstatic booleanstatic 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
 
 -