Class Preferences
java.lang.Object
org.codehaus.groovy.tools.shell.util.Preferences
Container for shell preferences.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Preferencespublic Preferences()
 
- 
- 
Method Details- 
getShowLastResultpublic static boolean getShowLastResult()
- 
getSanitizeStackTracepublic static boolean getSanitizeStackTrace()
- 
getEditor
- 
getParserFlavor
- 
keys- Throws:
- BackingStoreException
 
- 
get
- 
get
- 
put
- 
clear- Throws:
- BackingStoreException
 
- 
addChangeListener
 
-