nl.toolforge.karma.cli
Class CLI

java.lang.Object
  extended bynl.toolforge.karma.cli.CLI

public final class CLI
extends java.lang.Object

The command-line-interface for Karma. This class runs one command, then quits (gracefully hopefully). All arguments are considered a command-line that will be interpreted by the CommandContext.

Version:
$Id: CLI.java,v 1.66 2004/11/29 11:14:09 hippe Exp $
Author:
D.A. Smedes

Constructor Summary
CLI()
           
 
Method Summary
 void runCli(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLI

public CLI()
Method Detail

runCli

public void runCli(java.lang.String[] args)
Parameters:
args - The working context (0), whether to update (1) and the command plus his options (3 ...).


Copyright © 2004-2006 Sourceforge. All Rights Reserved.