Uses of Class
org.smallmind.nutsnbolts.command.template.Option
-
Packages that use Option Package Description org.smallmind.nutsnbolts.command.sax org.smallmind.nutsnbolts.command.template -
-
Uses of Option in org.smallmind.nutsnbolts.command.sax
Methods in org.smallmind.nutsnbolts.command.sax that return Option Modifier and Type Method Description OptionOptionElementExtender. getOption()Methods in org.smallmind.nutsnbolts.command.sax that return types with arguments of type Option Modifier and Type Method Description LinkedList<Option>OptionsElementExtender. getOptionList() -
Uses of Option in org.smallmind.nutsnbolts.command.template
Methods in org.smallmind.nutsnbolts.command.template that return Option Modifier and Type Method Description OptionOption. getParent()Methods in org.smallmind.nutsnbolts.command.template that return types with arguments of type Option Modifier and Type Method Description LinkedList<Option>Option. getChildren()Set<Option>Template. getOptionSet()List<Option>Template. getRootOptionList()Methods in org.smallmind.nutsnbolts.command.template with parameters of type Option Modifier and Type Method Description voidTemplate. addOptions(Option... options)voidOption. setParent(Option parent)Method parameters in org.smallmind.nutsnbolts.command.template with type arguments of type Option Modifier and Type Method Description voidTemplate. addOptions(List<Option> optionList)voidOption. setChildren(LinkedList<Option> children)Constructors in org.smallmind.nutsnbolts.command.template with parameters of type Option Constructor Description Option(String name, Character flag, boolean required, Argument argument, Option... children)Option(String name, Character flag, boolean required, Option... children)Option(Option parent, String name, Character flag, boolean required, Argument argument, Option... children)Option(Option parent, String name, Character flag, boolean required, Option... children)Template(String shortName, Option... options)
-