public class WeaveTestCommandlineExecutor extends Object
| Constructor and Description |
|---|
WeaveTestCommandlineExecutor(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log,
String classpath,
String[] args,
WeaveTestMojoConfig mojoConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute() |
protected int |
executeCommandLine(org.codehaus.plexus.util.cli.Commandline cli) |
String[] |
getArgs() |
String |
getClasspath() |
org.apache.maven.plugin.logging.Log |
getLog() |
WeaveTestMojoConfig |
getMojoConfig() |
org.apache.maven.project.MavenProject |
getProject() |
public WeaveTestCommandlineExecutor(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log,
String classpath,
String[] args,
WeaveTestMojoConfig mojoConfig)
public boolean execute()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic org.apache.maven.project.MavenProject getProject()
public org.apache.maven.plugin.logging.Log getLog()
public String getClasspath()
public String[] getArgs()
public WeaveTestMojoConfig getMojoConfig()
protected int executeCommandLine(org.codehaus.plexus.util.cli.Commandline cli)
throws org.codehaus.plexus.util.cli.CommandLineException
org.codehaus.plexus.util.cli.CommandLineExceptionCopyright © 2022. All rights reserved.