public class ExecProcess extends Object
| Constructor and Description |
|---|
ExecProcess(String name,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
execute(File workingDirectory,
Map<String,String> environment,
List<String> args) |
String |
getName() |
void |
setProcessLogFile(File emoLogFile) |
public ExecProcess(String name, org.apache.maven.plugin.logging.Log log)
public void setProcessLogFile(File emoLogFile)
public String getName()
public void execute(File workingDirectory, Map<String,String> environment, List<String> args) throws IOException
IOExceptionpublic void destroy()
Copyright © 2017. All rights reserved.