| Interface | Description |
|---|---|
| Platform |
The Platform interface defines methods that are expected to differ slightly
between operating systems, e.g.
|
| ProcessLauncher.OutputListener |
Classes implementing this interface can receive output generated by
processes launched using the ProcessLauncher.
|
| Class | Description |
|---|---|
| DefaultPlatform | |
| PlatformBase |
Utility base class for Platform implementations.
|
| PlatformFactory |
PlatformFactory creates a Platform instance corresponding with the current
platform.
|
| ProcessLauncher |
Launches a process, redirecting the output of that sub-process to the output
of this (the parent) process.
|
| Exception | Description |
|---|---|
| ProcessLauncher.CommandNotExistsException |
Exception that is thrown when a command could not be executed because it
(probably) does not exist at all.
|
Copyright © 2001–2015 Aduna. All rights reserved.