|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
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 |
---|
@Option(name = "--ant", description = "Generates a build.xml file.", required = false) private String ant
@Option(name = "--eclipse", description = "Generates Eclipse .project and .classpath files.", required = false) private String eclipse
@Option(name = "--gradle", description = "Generates a build.gradle file.", required = false) private String gradle
@Option(name = "--idea", aliases = {"--intellij"}, description = "Generates IntelliJ IDEA project files.", required = false) private String idea
@Option(name = "--sublimetext2", description = "Generates Sublime Text 2 project files.", required = false) private String sublimetext2
@Option(name = "--textmate", description = "Generates TextMate project files.", required = false) private String textmate
Constructor Detail |
---|
IntegrateWithCommand()
Groovy Documentation