|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sweetohm.ant.server.command.Help
Implementation of the Help command. This command is the same than the -projecthelp option of Ant. This is an hugly cut and paste from the Ant source code (version 1.4.1).
Constructor Summary | |
Help()
|
Method Summary | |
static void |
execute(java.util.List args,
org.apache.tools.ant.Project project,
java.io.Writer out)
Execute the command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Help()
Method Detail |
public static void execute(java.util.List args, org.apache.tools.ant.Project project, java.io.Writer out) throws java.io.IOException
args
- The command arguments as a List
.project
- The Ant Project
.out
- The Writer
to print on.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |