net.sourceforge.plantuml.cucadiagram.dot
Class ProcessRunner

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.ProcessRunner

public class ProcessRunner
extends Object


Constructor Summary
ProcessRunner(String cmd)
           
 
Method Summary
 String getError()
           
 String getOut()
           
 void run(byte[] in, OutputStream redirection)
           
 void run(byte[] in, OutputStream redirection, File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessRunner

public ProcessRunner(String cmd)
Method Detail

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.