| java.lang.Object isql.IsqlUtil
IsqlUtil | public class IsqlUtil (Code) | | utilities specific to this application.
author: Rahul Kumar $Author: rahul_kumar $ author: $Id: IsqlUtil.java,v 1.4 2004/01/01 06:52:48 rahul_kumar Exp $ |
getExecOutput | public static String getExecOutput(String[] command) throws java.io.IOException(Code) | | executes the given command and returns the output in a string.
command and its arguments to come in string array. this uses
exec(String[]) method of java.lang.Runtime class.
|
|
|