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 |
---|---|
AbstractPlatform |
Utility base class for Platform implementations.
|
DefaultPlatform | |
PlatformBase | Deprecated
since 4.0.
|
PlatformFactory |
PlatformFactory creates a Platform instance corresponding with the current platform.
|
ProcessLauncher | Deprecated |
Exception | Description |
---|---|
ProcessLauncher.CommandNotExistsException |
Exception that is thrown when a command could not be executed because it (probably) does not exist at all.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.