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.CLODelegate
CLOption.delegate
The 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 descriptiondescription
as well as the delegatedelegate
to 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 namename
of typetype
, which defaults todefaultArg
, and brief descriptiondescription
as well as the delegatedelegate
to 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 namename
of typetype
, which defaults todefaultArg
, in categorycategory
and brief descriptiondescription
as well as the delegatedelegate
to 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 namename
of typetype
, which defaults todefaultArg
, and catgeorycategory
as well as the delegatedelegate
to process the argument and retrieve the description.CLOption
(String name, String defaultArg, CLOption.Argument type, CLOption.CLODelegate delegate) Creates command line option with the namename
of typetype
, which defaults todefaultArg
, as well as the delegatedelegate
to 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 catgeorycategory
and brief descriptiondescription
as well as the delegatedelegate
to 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 descriptiondescription
as well as the delegatedelegate
to 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 categorycategory
and brief descriptiondescription
as well as the delegatedelegate
to 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 categorycategory
and thedelegate
to process the argument and retrieve the description.CLOption
(String name, CLOption.CLODelegate delegate) Creates command line option with the namename
and thedelegate
to process the argument and provide the description.