Package info.aduna.platform

Interface Summary
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 Summary
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 Summary
ProcessLauncher.CommandNotExistsException Exception that is thrown when a command could not be executed because it (probably) does not exist at all.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.