Package es.bsc.dataclay.test
Class RuntimeExec
- java.lang.Object
-
- es.bsc.dataclay.test.RuntimeExec
-
public class RuntimeExec extends Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeExec()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
execCommand(String command)
es.bsc.dataclay.test.RuntimeExec.StreamWrapper
getStreamWrapper(InputStream is, String type)
-
-
-
Method Detail
-
getStreamWrapper
public es.bsc.dataclay.test.RuntimeExec.StreamWrapper getStreamWrapper(InputStream is, String type)
-
execCommand
public static void execCommand(String command)
-
-