Class |
Description |
CachedPackage
|
|
CurlyCountingGroovyLexer
|
patching GroovyLexer to get access to Paren level
Author: kruset |
DefaultCommandsRegistrar
|
Registers Command classes from an XML file like:
org.codehaus.groovy.tools.shell.commands.HelpCommand
...
|
HelpFormatter
|
Custom CLI help formatter to render things correctly. |
Logger
|
Provides a very, very basic logging API. |
MessageSource
|
Message source backed up by one or more ResourceBundle
instances for simple i18n support. |
NoExitSecurityManager
|
Custom security manager to System.exit (and related) from being used. |
PackageHelper
|
Helper class that crawls all items of the classpath for packages.
|
Preferences
|
Container for shell preferences. |
SimpleCompletor
|
Support for simple completors. |
WrappedInputStream
|
In order to modify JLine Behavior, we need to wrap the IO streams so we can hack into them
This allows autoindent and redisplaying the chars typed so far after exceptions during completion |
XmlCommandRegistrar
|
Registers Command classes from an XML file like:
org.codehaus.groovy.tools.shell.commands.HelpCommand
...
|