| Package | Description |
|---|---|
| org.appng.tools.os |
| Modifier and Type | Class and Description |
|---|---|
class |
StringConsumer
Basic
StringConsumer-implementation which reads from an InputStream line-by-line and stores the
result in a List of Strings. |
| Modifier and Type | Method and Description |
|---|---|
static int |
Command.execute(OperatingSystem os,
String command,
Command.StreamConsumer<?> outputConsumer,
Command.StreamConsumer<?> errorConsumer)
Executes the given command, but only if the given
OperatingSystem matches. |
static int |
Command.execute(OperatingSystem os,
String command,
Command.StreamConsumer<?> outputConsumer,
Command.StreamConsumer<?> errorConsumer)
Executes the given command, but only if the given
OperatingSystem matches. |
static int |
Command.execute(String command,
Command.StreamConsumer<?> outputConsumer,
Command.StreamConsumer<?> errorConsumer)
Executes the given command.
|
static int |
Command.execute(String command,
Command.StreamConsumer<?> outputConsumer,
Command.StreamConsumer<?> errorConsumer)
Executes the given command.
|
Copyright © 2011–2023 aiticon GmbH. All rights reserved.