public class RuntimeUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeUtil.Response |
| Constructor and Description |
|---|
RuntimeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeUtil.Response |
execute(String... command)
Executes an external command and provides results of execution.
|
public static RuntimeUtil.Response execute(String... command)
command - array containing the command to call and its arguments.RuntimeUtil.Response with result of execution.Copyright © 2018 JavaLite. All rights reserved.