org.apache.tools.ant.taskdefs
Class ExecuteJava

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.ExecuteJava

public class ExecuteJava
extends java.lang.Object


Constructor Summary
ExecuteJava()
           
 
Method Summary
 void execute(Project project)
           
 void setClasspath(Path p)
           
 void setJavaCommand(Commandline javaCommand)
           
 void setOutput(java.io.PrintStream out)
          All output (System.out as well as System.err) will be written to this Stream.
 void setSystemProperties(CommandlineJava.SysProperties s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteJava

public ExecuteJava()
Method Detail

setJavaCommand

public void setJavaCommand(Commandline javaCommand)

setClasspath

public void setClasspath(Path p)

setSystemProperties

public void setSystemProperties(CommandlineJava.SysProperties s)

setOutput

public void setOutput(java.io.PrintStream out)
All output (System.out as well as System.err) will be written to this Stream.

execute

public void execute(Project project)
             throws BuildException


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.