| 程序包 | 说明 |
|---|---|
| com.jn.langx.commandline |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecuteException |
DefaultExecuteResultHandler.getException()
Get the
exception causing the process execution to fail. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExecuteResultHandler.onProcessFailed(ExecuteException e)
The asynchronous execution failed.
|
void |
DefaultExecuteResultHandler.onProcessFailed(ExecuteException e) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
DefaultCommandLineExecutor.execute(CommandLine command) |
int |
CommandLineExecutor.execute(CommandLine command)
Methods for starting synchronous execution.
|
void |
DefaultCommandLineExecutor.execute(CommandLine command,
ExecuteResultHandler handler) |
void |
CommandLineExecutor.execute(CommandLine command,
ExecuteResultHandler handler)
Methods for starting asynchronous execution.
|
int |
DefaultCommandLineExecutor.execute(CommandLine command,
Map<String,String> environment) |
int |
CommandLineExecutor.execute(CommandLine command,
Map<String,String> environment)
Methods for starting synchronous execution.
|
void |
DefaultCommandLineExecutor.execute(CommandLine command,
Map<String,String> environment,
ExecuteResultHandler handler) |
void |
CommandLineExecutor.execute(CommandLine command,
Map<String,String> environment,
ExecuteResultHandler handler)
Methods for starting asynchronous execution.
|
Copyright © 2021. All rights reserved.