org.mactor.framework.commandexecutors.shell
Class ExecUtil

java.lang.Object
  extended by org.mactor.framework.commandexecutors.shell.ExecUtil

public class ExecUtil
extends java.lang.Object


Constructor Summary
ExecUtil()
           
 
Method Summary
static void executeCommand(java.lang.String command)
           
static java.lang.String executeCommandWithOutput(java.lang.String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecUtil

public ExecUtil()
Method Detail

executeCommand

public static void executeCommand(java.lang.String command)
                           throws MactorException
Throws:
MactorException

executeCommandWithOutput

public static java.lang.String executeCommandWithOutput(java.lang.String command)
                                                 throws MactorException
Throws:
MactorException


Copyright © 2008. All Rights Reserved.