Uses of Interface
org.evoludo.util.CLOption.CLODelegate
Packages that use CLOption.CLODelegate
-
Uses of CLOption.CLODelegate in org.evoludo.util
Fields in org.evoludo.util declared as CLOption.CLODelegateModifier and TypeFieldDescriptionprivate CLOption.CLODelegateCLOption.delegateThe delegate for parsing arguments, reporting settings and retrieving customized descriptions.Constructors in org.evoludo.util with parameters of type CLOption.CLODelegateModifierConstructorDescriptionCLOption(String name, String defaultArg, String description, CLOption.CLODelegate delegate) Creates command line option with the namename(with required argument), which defaults todefaultArg, and brief descriptiondescriptionas well as the delegatedelegateto process the argument and optionally retrieve the description.CLOption(String name, String defaultArg, CLOption.Argument type, String description, CLOption.CLODelegate delegate) Creates command line option with the namenameof typetype, which defaults todefaultArg, and brief descriptiondescriptionas well as the delegatedelegateto process the argument and optionally retrieve the description.CLOption(String name, String defaultArg, CLOption.Argument type, CLOption.Category category, String description, CLOption.CLODelegate delegate) Creates command line option with the namenameof typetype, which defaults todefaultArg, in categorycategoryand brief descriptiondescriptionas well as the delegatedelegateto process the argument and optionally retrieve the description.CLOption(String name, String defaultArg, CLOption.Argument type, CLOption.Category category, CLOption.CLODelegate delegate) Creates command line option with the namenameof typetype, which defaults todefaultArg, and catgeorycategoryas well as the delegatedelegateto process the argument and retrieve the description.CLOption(String name, String defaultArg, CLOption.Argument type, CLOption.CLODelegate delegate) Creates command line option with the namenameof typetype, which defaults todefaultArg, as well as the delegatedelegateto process the argument and retrieve the description.CLOption(String name, String defaultArg, CLOption.Category category, String description, CLOption.CLODelegate delegate) Creates command line option with the namename(with required argument), which defaults todefaultArg, of catgeorycategoryand brief descriptiondescriptionas well as the delegatedelegateto process the argument and optionally retrieve the description.CLOption(String name, String description, CLOption.CLODelegate delegate) Creates command line option with the namename(no arguments) and short descriptiondescriptionas well as the delegatedelegateto process the argument and optionally retrieve the description.CLOption(String name, CLOption.Category category, String description, CLOption.CLODelegate delegate) Creates command line option with the namename(no arguments) with categorycategoryand brief descriptiondescriptionas well as the delegatedelegateto process the argument and optionally retrieve the description.CLOption(String name, CLOption.Category category, CLOption.CLODelegate delegate) Creates command line option with the namename(no arguments) with categorycategoryand thedelegateto process the argument and retrieve the description.CLOption(String name, CLOption.CLODelegate delegate) Creates command line option with the namenameand thedelegateto process the argument and provide the description.