Groovy 1.7.2

org.codehaus.groovy.tools.shell
Interface Command


public interface Command

Provides the interface required for command extentions.

version:
$Id: Command.groovy 8806 2007-10-25 21:58:29Z user57 $
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

execute

public Object execute(List args)


getAliases

public List getAliases()


getCompletor

public jline.Completor getCompletor()


getDescription

public String getDescription()


getHelp

public String getHelp()


getHidden

public boolean getHidden()


getName

public String getName()


getShortcut

public String getShortcut()


getUsage

public String getUsage()


 

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