public static final class CommandTypes.OptionInfo.Builder extends Object
CommandTypes.OptionInfo.| Constructor and Description |
|---|
CommandTypes.OptionInfo.Builder(String longOption,
String fieldName,
String description,
String type,
CommandTypes.GenericType generic)
Constructor with parameters for the required properties of
CommandTypes.OptionInfo. |
| Modifier and Type | Method and Description |
|---|---|
CommandTypes.OptionInfo |
build() |
CommandTypes.OptionInfo.Builder |
setShortOption(String shortOption)
The single character value option name.
|
public CommandTypes.OptionInfo.Builder(String longOption, String fieldName, String description, String type, CommandTypes.GenericType generic)
CommandTypes.OptionInfo.public CommandTypes.OptionInfo.Builder setShortOption(String shortOption)
shortOption - New value for the property.public CommandTypes.OptionInfo build()
Copyright © 2016. All Rights Reserved.