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