public abstract class Executor extends Object
| Constructor and Description |
|---|
Executor() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(String cmd) |
abstract String |
execute(String cmd,
Map<String,String> params) |
public abstract String execute(String cmd, Map<String,String> params) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String execute(String cmd) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2022. All rights reserved.