@groovy.util.logging.Slf4j class GDKExternalProcessExecutor extends java.lang.Object
Type | Name and description |
---|---|
boolean |
printToConsole |
Constructor and description |
---|
GDKExternalProcessExecutor
(boolean printToConsole = true) |
Type Params | Return Type | Name and description |
---|---|---|
|
ExternalProcessExecutionResult |
execute(java.util.List<java.lang.String> commands) |
|
ExternalProcessExecutionResult |
execute(java.util.List<java.lang.String> commands, java.util.List envp, java.io.File dir) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation