org.redhat.vmtruckloader.util
Class ExecUtils

java.lang.Object
  extended by org.redhat.vmtruckloader.util.ExecUtils

public final class ExecUtils
extends Object

Author:
Romain Pelisse -

Field Summary
static String COMMAND_LINE_SEPARATOR
           
 
Method Summary
static boolean executeScript(String commandLine)
           
static List<String> executeScriptAndReturnsResult(String commandLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_LINE_SEPARATOR

public static final String COMMAND_LINE_SEPARATOR
See Also:
Constant Field Values
Method Detail

executeScript

public static boolean executeScript(String commandLine)

executeScriptAndReturnsResult

public static List<String> executeScriptAndReturnsResult(String commandLine)


Copyright © 2013. All Rights Reserved.