Uses of Class
org.codehaus.mojo.gwt.shell.JavaCommand
-
Packages that use JavaCommand Package Description org.codehaus.mojo.gwt.shell -
-
Uses of JavaCommand in org.codehaus.mojo.gwt.shell
Methods in org.codehaus.mojo.gwt.shell that return JavaCommand Modifier and Type Method Description JavaCommandJavaCommand. addClassPathProcessors(ClassPathProcessor classPathProcessor)JavaCommandJavaCommand. addToClasspath(File file)JavaCommandJavaCommand. addToClasspath(Collection<File> elements)JavaCommandJavaCommand. arg(boolean condition, String arg)JavaCommandJavaCommand. arg(String arg)JavaCommandJavaCommand. arg(String arg, String value)protected JavaCommandAbstractGwtShellMojo. createJavaCommand()JavaCommandJavaCommand. environment(String name, String value)JavaCommandJavaCommand. prependToClasspath(Collection<File> elements)JavaCommandJavaCommand. setArgs(List<String> args)JavaCommandJavaCommand. setClasspath(List<File> classpath)JavaCommandJavaCommand. setClassPathProcessors(List<ClassPathProcessor> classPathProcessors)JavaCommandJavaCommand. setEnv(Properties env)JavaCommandJavaCommand. setJvm(String jvm)JavaCommandJavaCommand. setJvmArgs(List<String> jvmArgs)JavaCommandJavaCommand. setLog(org.apache.maven.plugin.logging.Log log)JavaCommandJavaCommand. setMainClass(String mainClass)JavaCommandJavaCommand. setOut(org.codehaus.plexus.util.cli.StreamConsumer out)JavaCommandJavaCommand. setSystemProperties(Properties systemProperties)JavaCommandJavaCommand. setTimeOut(int timeOut)JavaCommandJavaCommand. systemProperty(String name, String value)Methods in org.codehaus.mojo.gwt.shell with parameters of type JavaCommand Modifier and Type Method Description protected voidAbstractGwtShellMojo. addArgumentDeploy(JavaCommand cmd)protected voidAbstractGwtShellMojo. addArgumentGen(JavaCommand cmd)protected voidAbstractGwtShellMojo. addCompileSourceArtifacts(JavaCommand cmd)Add sources.jar artifacts for project dependencies listed as compileSourcesArtifacts.protected voidAbstractGwtShellMojo. addPersistentUnitCache(JavaCommand cmd)
-