public interface ExecutionInfo
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCommandLineArguments() |
HashMap<String,String> |
getEnvironmentVariables() |
File |
getWorkingDirectory() |
void |
processExecutionComplete()
Notification that execution has completed.
|
String[] getCommandLineArguments()
File getWorkingDirectory()
HashMap<String,String> getEnvironmentVariables()
void processExecutionComplete()
Copyright © 2013. All rights reserved