Contents
Class CommandLineParser.CommandLineItem
java.lang.Object
org.jlab.utils.system.CommandLineParser.CommandLineItem
- Enclosing class:
CommandLineParser
internal class implementing items to be stored in the parser.
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescriptionString
(int legth, boolean isFlag) getItemString
(int legth, boolean isFlag) getName()
getValue()
boolean
void
setDefaultValue
(String value) void
setDescription
(String desc) void
void
setRequired
(boolean flag) void