Class CommandeShell

java.lang.Object
  |
  +--CommandeShell

public class CommandeShell
extends java.lang.Object

Cette classe gère une commande Shell . Une commande est une chaine de caractères que l'on passe en paramètre . Elle fournit une méthode permettant d'executer et éventuellement de récuperer le résultat de cette commande .


Constructor Summary
CommandeShell(java.lang.String commande)
           
 
Method Summary
 java.lang.String getResultat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandeShell

public CommandeShell(java.lang.String commande)
Method Detail

getResultat

public java.lang.String getResultat()