| Package | Description |
|---|---|
| org.apache.kerby |
| Modifier and Type | Method and Description |
|---|---|
KOptionType |
KOptionInfo.getType()
Get koption type.
|
static KOptionType |
KOptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KOptionType[] |
KOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KOptionInfo.setType(KOptionType type)
Set koption type.
|
| Constructor and Description |
|---|
KOptionInfo(String name,
String description,
KOptionGroup group,
KOptionType type) |
KOptionInfo(String name,
String description,
KOptionType type) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.