org.codehaus.griffon.cli.shell.command
[Java] Class CompileCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.CompileCommand
@Command(scope = "griffon",
name = "compile",
description = "Compiles project sources")
public class CompileCommand
extends AbstractGriffonCommand
- Authors:
- Andres Almiray
- Since:
- 0.9.5
Field Summary |
private boolean |
clean
|
clean
@Option(name = "--clean",
description = "Clean project before compiling.",
required = false)
private boolean clean
-
CompileCommand
CompileCommand()
-
Groovy Documentation