|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynamide.util.AntRunner
public class AntRunner
Run any ant task from Java. Any java class can call this utility class and add specific Task initialization. The steps are:
AntRunner run = new AntRunner() ;
Task task = run.setupTask("cvs") ;
Cvs cvs = (Cvs)task;
cvs.setCommand("update");
cvs.setNoexec(true);
run.runTask() ;
| Constructor Summary | |
|---|---|
AntRunner()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AntRunner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||