public class Template extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addOptions(LinkedList<Option> optionList) |
static Template |
createTemplate(Class entryClass) |
Set<Option> |
getOptionSet() |
List<Option> |
getRootOptionList() |
String |
getShortName() |
void |
setOptionList(LinkedList<Option> optionList) |
String |
toString() |
public Template(Class entryClass)
public static Template createTemplate(Class entryClass) throws CommandLineException
CommandLineExceptionpublic String getShortName()
public void setOptionList(LinkedList<Option> optionList) throws CommandLineException
CommandLineExceptionpublic void addOptions(LinkedList<Option> optionList) throws CommandLineException
CommandLineExceptionCopyright © 2019. All rights reserved.