org.cli4j
Interface Command
- All Known Implementing Classes:
- AbstractCommand
- public interface Command
- Version:
- @(#) $Id: Command.html,v 1.2 2001/12/16 05:14:50 gmcallister Exp $
- Author:
- Glenn McAllister
|
Field Summary |
static java.lang.String |
IDENT
The Id string used by the RSC identity and SCCS what commands to
determine the version of a class or interface; typically not for public
consumption. |
IDENT
public static final java.lang.String IDENT
- The Id string used by the RSC identity and SCCS what commands to
determine the version of a class or interface; typically not for public
consumption.
start
public void start(Context context)
throws CliException
execute
public void execute(Context context,
java.lang.String[] arguments)
throws CliException
stop
public void stop(Context context)
throws CliException