public class OptionSpec extends Object
| Constructor and Description |
|---|
OptionSpec(String fullName) |
OptionSpec(String fullName,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getFullName() |
String |
getShortName() |
boolean |
matches(String option) |
public OptionSpec(String fullName)
Copyright © 2018 The Apache Software Foundation. All rights reserved.