net.sf.bt747.j2se.app.utils
Class ExternalTool

java.lang.Object
  extended by net.sf.bt747.j2se.app.utils.ExternalTool

public final class ExternalTool
extends java.lang.Object

Author:
Mario

Constructor Summary
ExternalTool(java.lang.String toolCmdLine)
           
 
Method Summary
 byte[] execTool(BT747Hashtable tokens)
          Execute tool and use tokens to replace arguments
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalTool

public ExternalTool(java.lang.String toolCmdLine)
Method Detail

execTool

public final byte[] execTool(BT747Hashtable tokens)
                      throws java.io.IOException,
                             java.lang.InterruptedException
Execute tool and use tokens to replace arguments

Throws:
java.lang.InterruptedException
java.io.IOException