| Package | Description |
|---|---|
| de.mklinger.commons.exec |
| Modifier and Type | Method and Description |
|---|---|
CmdSettings |
JavaCmdBuilderBase.toCmdSettings() |
CmdSettings |
CmdBuilderBase.toCmdSettings() |
| Modifier and Type | Method and Description |
|---|---|
static String |
CmdOutputUtil.executeForOutput(CmdSettings cmdSettings)
Execute a Cmd for the given settings and return its stdout and stderr output
as a String using the default charset of this Java virtual machine.
|
static String |
CmdOutputUtil.executeForStderr(CmdSettings cmdSettings)
Execute a Cmd for the given settings and return its stderr output as a String
using the default charset of this Java virtual machine.
|
static String |
CmdOutputUtil.executeForStdout(CmdSettings cmdSettings)
Execute a Cmd for the given settings and return its stdout output as a String
using the default charset of this Java virtual machine.
|
| Constructor and Description |
|---|
Cmd(CmdSettings cmdSettings) |
CmdSettings(CmdSettings cmdSettings)
Create a copy of the given CmdSettings.
|
Copyright © 2013–2019 mklinger GmbH. All rights reserved.