Griffon 1.2.0

org.codehaus.griffon.cli.shell.command
[Java] Class IntegrateWithCommand

java.lang.Object
  org.codehaus.griffon.cli.shell.AbstractGriffonCommand
      org.codehaus.griffon.cli.shell.command.IntegrateWithCommand

@Command(scope = "griffon",
        name = "integrate-with",
        description = "Generates tool specific files for a Griffon project")
public class IntegrateWithCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private String ant

private String eclipse

private String gradle

private String idea

private String sublimetext2

private String textmate

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

 

Field Detail

ant

@Option(name = "--ant",
            description = "Generates a build.xml file.",
            required = false)
private String ant


eclipse

@Option(name = "--eclipse",
            description = "Generates Eclipse .project and .classpath files.",
            required = false)
private String eclipse


gradle

@Option(name = "--gradle",
            description = "Generates a build.gradle file.",
            required = false)
private String gradle


idea

@Option(name = "--idea",
            aliases = {"--intellij"},
            description = "Generates IntelliJ IDEA project files.",
            required = false)
private String idea


sublimetext2

@Option(name = "--sublimetext2",
            description = "Generates Sublime Text 2 project files.",
            required = false)
private String sublimetext2


textmate

@Option(name = "--textmate",
            description = "Generates TextMate project files.",
            required = false)
private String textmate


 
Constructor Detail

IntegrateWithCommand

IntegrateWithCommand()


 

Groovy Documentation