public interface ExecHandle
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
addListener(ExecHandleListener listener) |
List<String> |
getArguments() |
String |
getCommand() |
File |
getDirectory() |
Map<String,String> |
getEnvironment() |
ExecHandleState |
getState() |
void |
removeListener(ExecHandleListener listener) |
ExecHandle |
start()
Starts this process, blocking until the process has started.
|
ExecResult |
waitForFinish() |
File getDirectory()
String getCommand()
ExecHandle start()
ExecHandleState getState()
void abort()
ExecResult waitForFinish()
void addListener(ExecHandleListener listener)
void removeListener(ExecHandleListener listener)
Copyright © 2013. All rights reserved