JavaCommand
Create a command to execute using builder patternpublic class AbstractGwtShellMojo.JavaCommand extends Object
| Constructor and Description |
|---|
AbstractGwtShellMojo.JavaCommand(String className)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGwtShellMojo.JavaCommand |
arg(boolean condition,
String arg)
Deprecated.
|
AbstractGwtShellMojo.JavaCommand |
arg(String arg)
Deprecated.
|
AbstractGwtShellMojo.JavaCommand |
arg(String arg,
String value)
Deprecated.
|
AbstractGwtShellMojo.JavaCommand |
environment(String name,
String value)
Deprecated.
|
void |
execute()
Deprecated.
|
AbstractGwtShellMojo.JavaCommand |
systemProperty(String name,
String value)
Deprecated.
|
AbstractGwtShellMojo.JavaCommand |
withinClasspath(File... path)
Deprecated.
|
void |
withinClasspathFirst(File oophmJar)
Deprecated.
|
AbstractGwtShellMojo.JavaCommand |
withinScope(String scope)
Deprecated.
|
public AbstractGwtShellMojo.JavaCommand(String className)
public AbstractGwtShellMojo.JavaCommand withinScope(String scope) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic AbstractGwtShellMojo.JavaCommand withinClasspath(File... path)
public AbstractGwtShellMojo.JavaCommand arg(String arg)
public AbstractGwtShellMojo.JavaCommand arg(String arg, String value)
public AbstractGwtShellMojo.JavaCommand arg(boolean condition, String arg)
public AbstractGwtShellMojo.JavaCommand systemProperty(String name, String value)
public AbstractGwtShellMojo.JavaCommand environment(String name, String value)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void withinClasspathFirst(File oophmJar)
Copyright © 2007-2014 Codehaus. All Rights Reserved.