JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.glassfish.pfl.basic.tools.argparser
Interface ArgParser.TestInterface1
Enclosing class:
ArgParser
private static interface
ArgParser.TestInterface1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ArgParser.PrimaryColor
color
()
String
lake
()
int
value
()
Method Details
value
@DefaultValue
("27")
@Help
("An integer value")
int
value
()
lake
@DefaultValue
("Michigan")
@Help
("The name of a lake")
String
lake
()
color
@DefaultValue
("RED")
@Help
("Pick a color")
ArgParser.PrimaryColor
color
()