public class HelpEntry extends Object
| Constructor and Description |
|---|
HelpEntry(String shortOption,
String abbreviatedOption,
String longOption,
String argumentType,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviatedOption() |
String |
getArgumentType() |
String |
getDescription() |
String |
getLongOption() |
String |
getShortOption() |
@Nullable public String getShortOption()
@Nullable public String getAbbreviatedOption()
@Nullable public String getLongOption()
@Nullable public String getArgumentType()
@NonNull public String getDescription()
Copyright © 2017–2021 DataStax. All rights reserved.