mainframe
Class RunCommand

java.lang.Object
  extended by mainframe.RunCommand

public class RunCommand
extends java.lang.Object

Version:
Jan 2, 2004 Class used to run native binaries This one is for Linux - hopefully at the end all will be in Java
Author:
Martin Lukac

Constructor Summary
RunCommand()
          Constructor
 
Method Summary
 void runCommand(java.lang.String flags)
          Executes a External command on the console and catches its output
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunCommand

public RunCommand()
Constructor

Method Detail

runCommand

public void runCommand(java.lang.String flags)
Executes a External command on the console and catches its output