JAPI 0.9.0
Yet another Java API
API Documentation

net.sf.japi.io.args
Interface Command


public interface Command

Shell commands can implement this interface and make use of ArgParser.

Author:
Christian Hujer

Method Summary
 void run(List<String> args)
          Run the command.
 

Method Detail

run

void run(List<String> args)
Run the command. This method is invoked by ArgParser once it is finnished with parsing the arguments.

Parameters:
args - the argument strings that were not parsed away by ArgParser.

JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright