JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.glassfish.pfl.basic.tools.argparser
ArgParser
TestInterface1
Contents
Description
Method Summary
Method Details
value()
lake()
color()
Hide sidebar
Show sidebar
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
()