net.sweetohm.ant.server.command
Class Help

java.lang.Object
  extended by net.sweetohm.ant.server.command.Help

public class Help
extends java.lang.Object

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).

Version:
1.0
Author:
Michel CASABIANCA

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

Help

public Help()
Method Detail

execute

public static void execute(java.util.List args,
                           org.apache.tools.ant.Project project,
                           java.io.Writer out)
                    throws java.io.IOException
Execute the command.

Parameters:
args - The command arguments as a List.
project - The Ant Project.
out - The Writer to print on.
Throws:
java.io.IOException