java.lang.Object
org.jline.console.impl.AbstractCommandRegistry
org.jline.script.GroovyCommand
- All Implemented Interfaces:
org.jline.console.CommandRegistry
public class GroovyCommand
extends org.jline.console.impl.AbstractCommandRegistry
implements org.jline.console.CommandRegistry
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.jline.console.CommandRegistry
org.jline.console.CommandRegistry.CommandSession -
Constructor Summary
ConstructorsConstructorDescriptionGroovyCommand(Set<GroovyCommand.Command> commands, GroovyEngine engine, org.jline.console.Printer printer) GroovyCommand(GroovyEngine engine, org.jline.console.Printer printer) -
Method Summary
Methods inherited from class org.jline.console.impl.AbstractCommandRegistry
alias, commandAliases, commandNames, compileCompleters, doHelpDesc, getCommandMethods, hasCommand, invoke, registerCommands, registerCommands, registeredCommand, rename, saveExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jline.console.CommandRegistry
commandAliases, commandNames, compileCompleters, hasCommand, invoke, name
-
Constructor Details
-
GroovyCommand
-
GroovyCommand
public GroovyCommand(Set<GroovyCommand.Command> commands, GroovyEngine engine, org.jline.console.Printer printer)
-
-
Method Details
-
commandInfo
- Specified by:
commandInfoin interfaceorg.jline.console.CommandRegistry
-
commandDescription
- Specified by:
commandDescriptionin interfaceorg.jline.console.CommandRegistry
-
grab
-
console
public void console(org.jline.console.CommandInput input) -
inspect
-