| 程序包 | 说明 |
|---|---|
| com.jn.langx.commandline |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultExecuteResultHandler
A default implementation of 'ExecuteResultHandler' used for asynchronous
process handling.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExecuteResultHandler |
DefaultCommandLineExecutor.getResultHandler() |
ExecuteResultHandler |
CommandLineExecutor.getResultHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
DefaultCommandLineExecutor.execute(boolean async,
CommandLine command,
ExecuteResultHandler handler) |
int |
CommandLineExecutor.execute(boolean async,
CommandLine command,
ExecuteResultHandler handler) |
int |
DefaultCommandLineExecutor.execute(boolean async,
CommandLine command,
Map<String,String> environment,
File workingDir,
ExecuteStreamHandler executeStreamHandler,
ExecuteResultHandler resultHandler) |
int |
CommandLineExecutor.execute(boolean async,
CommandLine command,
Map<String,String> environment,
File workingDirectory,
ExecuteStreamHandler streamHandler,
ExecuteResultHandler handler) |
int |
DefaultCommandLineExecutor.execute(CommandLine command,
ExecuteResultHandler handler) |
int |
CommandLineExecutor.execute(CommandLine command,
ExecuteResultHandler handler)
Methods for starting asynchronous execution.
|
int |
DefaultCommandLineExecutor.execute(CommandLine command,
Map<String,String> environment,
File workingDirectory,
ExecuteStreamHandler streamHandler,
ExecuteResultHandler handler) |
int |
CommandLineExecutor.execute(CommandLine command,
Map<String,String> environment,
File workingDirectory,
ExecuteStreamHandler streamHandler,
ExecuteResultHandler handler)
Methods for starting asynchronous execution.
|
void |
DefaultCommandLineExecutor.setResultHandler(ExecuteResultHandler resultHandler) |
void |
CommandLineExecutor.setResultHandler(ExecuteResultHandler resultHandler) |
Copyright © 2022. All rights reserved.