dap.util
Class Unix

java.lang.Object
  extended by dap.util.Unix

public class Unix
extends java.lang.Object

Author:
flavioesposito

Constructor Summary
Unix(RIBImpl rib)
          constructor
 
Method Summary
 void execute(java.lang.String command)
          Runs any mininet command using Runtime.exec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unix

public Unix(RIBImpl rib)
constructor

Parameters:
rib -
Method Detail

execute

public void execute(java.lang.String command)
Runs any mininet command using Runtime.exec

Parameters:
command -