[Japi-cvs] SF.net SVN: japi: [236] libs/argparser/trunk/src/net/sf/japi/io/args/ Command.java
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-11-26 23:46:29
|
Revision: 236 http://svn.sourceforge.net/japi/?rev=236&view=rev Author: christianhujer Date: 2006-11-26 15:46:28 -0800 (Sun, 26 Nov 2006) Log Message: ----------- Improved documentation. Modified Paths: -------------- libs/argparser/trunk/src/net/sf/japi/io/args/Command.java Modified: libs/argparser/trunk/src/net/sf/japi/io/args/Command.java =================================================================== --- libs/argparser/trunk/src/net/sf/japi/io/args/Command.java 2006-11-26 23:41:33 UTC (rev 235) +++ libs/argparser/trunk/src/net/sf/japi/io/args/Command.java 2006-11-26 23:46:28 UTC (rev 236) @@ -27,6 +27,7 @@ /** * Shell commands can implement this interface and make use of ArgParser. * @author <a href="mailto:ch...@ri...">Christian Hujer</a> + * @see BasicCommand BasicCommand for a convenient implementation of this interface */ public interface Command { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |