public class OptionSpec extends Object
| Constructor and Description |
|---|
OptionSpec(String optionName,
String optionType,
int optionRequired,
String optionDesc,
String optionDefault) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptionDefault() |
String |
getOptionDesc() |
String |
getOptionName() |
int |
getOptionRequired() |
String |
getOptionType() |
Copyright © 2011-2012. All Rights Reserved.