org.codehaus.groovy.tools.shell
Interface Command


public interface Command

Provides the interface required for command extensions.

Version:
$Id$
Author:
Jason Dillon

Method Summary
 Object execute(List args)
           
 List getAliases()
           
 jline.Completor getCompletor()
           
 String getDescription()
           
 String getHelp()
           
 boolean getHidden()
           
 String getName()
           
 String getShortcut()
           
 String getUsage()
           
 

Method Detail

getName

String getName()

getShortcut

String getShortcut()

getCompletor

jline.Completor getCompletor()

getDescription

String getDescription()

getUsage

String getUsage()

getHelp

String getHelp()

getAliases

List getAliases()

execute

Object execute(List args)

getHidden

boolean getHidden()

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