|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sweetohm.ant.server.command.Target
Class to handle target requests.
Constructor Summary | |
Target()
|
Method Summary | |
static void |
execute(java.util.List args,
org.apache.tools.ant.Project project,
java.io.Writer out)
Execute the command. |
(package private) static org.apache.tools.ant.BuildListener |
removeLogger(org.apache.tools.ant.Project project)
Remove and return the default logger of the project. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Target()
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
static org.apache.tools.ant.BuildListener removeLogger(org.apache.tools.ant.Project project)
project
- The running project
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |