org.codehaus.griffon.cli.shell.command
[Java] Class ListArchetypesCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.ListArchetypesCommand
@Command(scope = "griffon",
name = "list-archetypes",
description = "Lists all archetypes available in an artifact repository")
public class ListArchetypesCommand
extends AbstractGriffonCommand
- Authors:
- Andres Almiray
- Since:
- 0.9.5
installed
@Option(name = "--installed",
description = "Lists all installed archetypes only.",
required = false)
private boolean installed
-
repository
@Option(name = "--repository",
description = "Name of an specific repository where the search will be performed.",
required = false)
private String repository
-
ListArchetypesCommand
ListArchetypesCommand()
-
Groovy Documentation