| Package | Description |
|---|---|
| org.bremersee.dccon.repository.cli |
Command line executor staff.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandExecutorResponse |
CommandExecutor.exec(List<String> commands,
Map<String,String> env,
String dir)
Exec command executor.
|
static CommandExecutorResponse |
CommandExecutor.exec(List<String> commands,
String dir)
Exec command executor.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.bremersee.dccon.model.DhcpLease> |
DhcpLeaseParser.Default.parse(CommandExecutorResponse response) |
T |
CommandExecutorResponseParser.parse(CommandExecutorResponse response)
Parses the response of the command executor.
|
default Object |
CommandExecutorResponseValidator.parse(CommandExecutorResponse response) |
org.bremersee.dccon.model.PasswordInformation |
PasswordInformationParser.Default.parse(CommandExecutorResponse response) |
static String |
CommandExecutorResponse.toExceptionMessage(CommandExecutorResponse response)
Return
toOneLine() if response is not null. |
void |
CommandExecutorResponseValidator.validate(CommandExecutorResponse response)
Validate command executor response.
|
Copyright © 2020 bremersee.org. All rights reserved.