|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.cli.parsing.Option
public class Option
Represents a command line option.
Field Summary | |
---|---|
private String |
description
|
private String |
name
|
Constructor Summary | |
Option(String name, String description)
|
Method Summary | |
---|---|
String
|
getDescription()
|
String
|
getName()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String description
private String name
Constructor Detail |
---|
public Option(String name, String description)
Method Detail |
---|
public String getDescription()
public String getName()
Groovy Documentation