net.sourceforge.plantuml.cucadiagram.dot
Class ProcessRunner

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

public class ProcessRunner
extends java.lang.Object


Constructor Summary
ProcessRunner(java.lang.String[] cmd)
           
 
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
 

Constructor Detail

ProcessRunner

public ProcessRunner(java.lang.String[] cmd)
Method Detail

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.