Griffon 1.2.0

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

 
Fields inherited from class AbstractGriffonCommand
env, nonInteractive
 
Constructor Summary
CompileCommand()

 

Field Detail

clean

@Option(name = "--clean",
            description = "Clean project before compiling.",
            required = false)
private boolean clean


 
Constructor Detail

CompileCommand

CompileCommand()


 

Groovy Documentation