ij3d.utils
Class Shell

java.lang.Object
  extended by ij3d.utils.Shell

public class Shell
extends java.lang.Object

Interface avec le shell (lancement de commandes)

Author:
thomas

Constructor Summary
Shell()
           
 
Method Summary
 void LanceCommande(java.lang.String cmd)
          Description of the Method
 void LanceCommande(java.lang.String cmd, boolean verbose)
          Lancement de commandes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell

public Shell()
Method Detail

LanceCommande

public void LanceCommande(java.lang.String cmd,
                          boolean verbose)
Lancement de commandes

Parameters:
cmd - La commande
verbose - Description of the Parameter

LanceCommande

public void LanceCommande(java.lang.String cmd)
Description of the Method

Parameters:
cmd - Description of the Parameter