|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.gwt.shell.AbstractGwtShellMojo.JavaCommand
JavaCommand
Create a command to execute using builder pattern
public class AbstractGwtShellMojo.JavaCommand
Constructor Summary | |
---|---|
AbstractGwtShellMojo.JavaCommand(String className)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractGwtShellMojo.JavaCommand(String className)
Method Detail |
---|
public AbstractGwtShellMojo.JavaCommand withinScope(String scope) throws MojoExecutionException
MojoExecutionException
public 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 MojoExecutionException
MojoExecutionException
public void withinClasspathFirst(File oophmJar)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |