Interface Command


public interface Command
Provides the interface required for command extensions.
Version:
$Id$
Author:
Jason Dillon
  • Method Details

    • getName

      String getName()
    • getShortcut

      String getShortcut()
    • getCompleter

      jline.console.completer.Completer getCompleter()
    • getDescription

      String getDescription()
    • getUsage

      String getUsage()
    • getHelp

      String getHelp()
    • getAliases

      List getAliases()
    • execute

      Object execute(List args)
    • getHidden

      boolean getHidden()