|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.antcontrib.antserver.commands.HelloWorldCommand
Place class description here.
Constructor Summary | |
HelloWorldCommand()
|
Method Summary | |
boolean |
execute(org.apache.tools.ant.Project project,
java.io.ObjectInputStream ois)
Execute the command. |
void |
localExecute(org.apache.tools.ant.Project project,
java.io.ObjectOutputStream oos)
|
void |
validate()
This should throw a build exception if the parameters are invalid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HelloWorldCommand()
Method Detail |
public void validate()
Command
validate
in interface Command
public boolean execute(org.apache.tools.ant.Project project, java.io.ObjectInputStream ois) throws java.lang.Throwable
Command
execute
in interface Command
project
-
java.lang.Throwable
public void localExecute(org.apache.tools.ant.Project project, java.io.ObjectOutputStream oos) throws java.io.IOException
localExecute
in interface Command
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |