org.codehaus.mojo.gwt.shell
Class AbstractGwtShellMojo.JavaCommand

java.lang.Object
  extended by org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo.JavaCommand
Enclosing class:
AbstractGwtShellMojo

Deprecated. use the new JavaCommand Create a command to execute using builder pattern

public class AbstractGwtShellMojo.JavaCommand
extends Object

Author:
Nicolas De Loof

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

AbstractGwtShellMojo.JavaCommand

public AbstractGwtShellMojo.JavaCommand(String className)
Deprecated. 
Method Detail

withinScope

public AbstractGwtShellMojo.JavaCommand withinScope(String scope)
                                             throws MojoExecutionException
Deprecated. 
Throws:
MojoExecutionException

withinClasspath

public AbstractGwtShellMojo.JavaCommand withinClasspath(File... path)
Deprecated. 

arg

public AbstractGwtShellMojo.JavaCommand arg(String arg)
Deprecated. 

arg

public AbstractGwtShellMojo.JavaCommand arg(String arg,
                                            String value)
Deprecated. 

arg

public AbstractGwtShellMojo.JavaCommand arg(boolean condition,
                                            String arg)
Deprecated. 

systemProperty

public AbstractGwtShellMojo.JavaCommand systemProperty(String name,
                                                       String value)
Deprecated. 

environment

public AbstractGwtShellMojo.JavaCommand environment(String name,
                                                    String value)
Deprecated. 

execute

public void execute()
             throws MojoExecutionException
Deprecated. 
Throws:
MojoExecutionException

withinClasspathFirst

public void withinClasspathFirst(File oophmJar)
Deprecated. 


Copyright © 2007-2012 Codehaus. All Rights Reserved.