|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.cafebabe.sat.ant.Command
Command implementation.
Constructor Summary | |
Command()
|
Method Summary | |
static void |
desc(org.apache.tools.ant.Project project,
java.io.PrintStream out)
Describe the loaded project. |
static void |
targets(org.apache.tools.ant.Project project,
java.util.Vector targets,
java.io.PrintStream out)
Run a list of targets. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Command()
Method Detail |
public static void desc(org.apache.tools.ant.Project project, java.io.PrintStream out)
project
- The Ant Project
.out
- The PrintStream
to write to.public static void targets(org.apache.tools.ant.Project project, java.util.Vector targets, java.io.PrintStream out)
project
- The loaded Projecttargets
- The targets to run as a Listout
- The PrintStream to write to
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |