Class CompileCommand
java.lang.Object
de.esoco.gwt.gradle.command.AbstractCommand
de.esoco.gwt.gradle.command.CompileCommand
-
Constructor Summary
ConstructorsConstructorDescriptionCompileCommand(org.gradle.api.Project project, org.gradle.process.ExecOperations execOperations, CompilerOption compilerOptions, org.gradle.api.file.FileCollection sources, File war, Collection<String> modules) -
Method Summary
Methods inherited from class AbstractCommand
addArg, addArg, addArg, addArg, addArgIf, addArgIf, addClassPath, addClassPath, addJavaArgs, configureJavaArgs, execute, getDependencySourceDirs
-
Constructor Details
-
CompileCommand
public CompileCommand(org.gradle.api.Project project, org.gradle.process.ExecOperations execOperations, CompilerOption compilerOptions, org.gradle.api.file.FileCollection sources, File war, Collection<String> modules)
-