public class RunningInvoker extends MavenProcessInvoker
stop() is called.| Constructor and Description |
|---|
RunningInvoker(File basedir,
boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.shared.invoker.InvocationResult |
execute(org.apache.maven.shared.invoker.InvocationRequest request) |
MavenProcessInvocationResult |
execute(List<String> goals,
Map<String,String> envVars) |
MavenProcessInvocationResult |
execute(List<String> goals,
Map<String,String> envVars,
Properties properties) |
MavenProcessInvocationResult |
getResult() |
String |
log() |
void |
stop() |
getLocalRepositoryDirectory, getLogger, getMavenExecutable, getMavenHome, getWorkingDirectory, setErrorHandler, setInputStream, setLocalRepositoryDirectory, setLogger, setMavenExecutable, setMavenHome, setOutputHandler, setWorkingDirectorypublic RunningInvoker(File basedir, boolean debug)
public void stop()
public MavenProcessInvocationResult execute(List<String> goals, Map<String,String> envVars) throws org.apache.maven.shared.invoker.MavenInvocationException
org.apache.maven.shared.invoker.MavenInvocationExceptionpublic MavenProcessInvocationResult execute(List<String> goals, Map<String,String> envVars, Properties properties) throws org.apache.maven.shared.invoker.MavenInvocationException
org.apache.maven.shared.invoker.MavenInvocationExceptionpublic org.apache.maven.shared.invoker.InvocationResult execute(org.apache.maven.shared.invoker.InvocationRequest request)
throws org.apache.maven.shared.invoker.MavenInvocationException
execute in interface org.apache.maven.shared.invoker.Invokerexecute in class MavenProcessInvokerorg.apache.maven.shared.invoker.MavenInvocationExceptionpublic String log() throws IOException
IOExceptionpublic MavenProcessInvocationResult getResult()
Copyright © 2020 JBoss by Red Hat. All rights reserved.