net.sourceforge.plantuml.cucadiagram.dot
Class ProcessRunner
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.ProcessRunner
public class ProcessRunner
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessRunner
public ProcessRunner(String cmd)
run
public void run(byte[] in,
OutputStream redirection)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
run
public void run(byte[] in,
OutputStream redirection,
File dir)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
getError
public final String getError()
getOut
public final String getOut()
Copyright © 2013. All Rights Reserved.