Groovy 2.2.0-beta-1

Package org.codehaus.groovy.tools.shell.util

Utility classes related to the Groovy Shell (aka. groovysh).

 

Class Summary
CachedPackage
CurlyCountingGroovyLexer patching GroovyLexer to get access to Paren level Author: kruset
HelpFormatter Custom CLI help formatter to render things correctly.
NoExitSecurityManager Custom security manager to System.exit (and related) from being used.
PackageHelper Helper class that crawls all items of the classpath for packages.
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 org.codehaus.groovy.tools.shell.Command instances from and XML file.
 


Copyright © 2003-2013 The Codehaus. All rights reserved.