Package org.jboss.ws.tools.ant
Class CustomExecuteJava
java.lang.Object
org.jboss.ws.tools.ant.CustomExecuteJava
- All Implemented Interfaces:
org.apache.tools.ant.util.TimeoutObserver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfork(org.apache.tools.ant.ProjectComponent pc) booleanvoidsetCommandlineJava(org.apache.tools.ant.types.CommandlineJava command) voidsetTimeout(Long timeout) voidtimeoutOccured(org.apache.tools.ant.util.Watchdog w)
-
Constructor Details
-
CustomExecuteJava
public CustomExecuteJava()
-
-
Method Details
-
setCommandlineJava
public void setCommandlineJava(org.apache.tools.ant.types.CommandlineJava command) -
setTimeout
-
timeoutOccured
public void timeoutOccured(org.apache.tools.ant.util.Watchdog w) - Specified by:
timeoutOccuredin interfaceorg.apache.tools.ant.util.TimeoutObserver
-
killedProcess
public boolean killedProcess() -
fork
public int fork(org.apache.tools.ant.ProjectComponent pc) throws org.apache.tools.ant.BuildException - Throws:
org.apache.tools.ant.BuildException
-