| Interface | Description |
|---|---|
| Command.StreamConsumer<T> |
Interface for a type consuming and
InputStream. |
| Class | Description |
|---|---|
| Command |
Utility class to conveniently execute command via
Runtime.exec(String). |
| StringConsumer |
Basic
StringConsumer-implementation which reads from an InputStream line-by-line and stores the
result in a List of Strings. |
| Enum | Description |
|---|---|
| OperatingSystem |
Enum type for different operating systems.
|
Copyright © 2011–2017 aiticon GmbH. All rights reserved.