Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCondition - Class in org.refcodes.cli
-
The
AbstractConditionis an abstract implementation of theConditioninterface providing the boiler plate when implementing theConditioninterface as done by theAbstractCondition's sub-classes. - AbstractCondition(String, Term...) - Constructor for class org.refcodes.cli.AbstractCondition
-
Instantiates an
AbstractCondition' s sub-class with the according arguments. - AbstractDirective<T> - Class in org.refcodes.cli
-
The
AbstractDirectiveis an abstract implementation of anDirectiveproviding the boiler plate when implementing theDirectiveinterface. - AbstractDirective(String, Class<T>, String) - Constructor for class org.refcodes.cli.AbstractDirective
-
Constructs an
AbstractDirectivewith the given arguments. - AbstractDirective(String, Class<T>, String, String) - Constructor for class org.refcodes.cli.AbstractDirective
-
Constructs an
AbstractDirectivewith the given arguments. - AbstractDirective(String, Class<T>, String, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractDirective
-
Constructs an
AbstractDirectivewith the given arguments. - AbstractDirective(String, Class<T>, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractDirective
-
Constructs an
AbstractDirectivewith the given arguments. - AbstractDirective(Relation<String, T>, Class<T>) - Constructor for class org.refcodes.cli.AbstractDirective
-
Constructs an
AbstractDirectivewith the given arguments. - AbstractDirective(Relation<String, T>, Class<T>, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractDirective
-
Constructs an
AbstractDirectivewith the given arguments. - AbstractOperand<T> - Class in org.refcodes.cli
-
The
AbstractOperandis an abstract implementation of anOperandproviding the boiler plate when implementing theOperandinterface. - AbstractOperand(Class<T>, String, String) - Constructor for class org.refcodes.cli.AbstractOperand
-
Constructs an
Operandwith the given arguments. - AbstractOperand(Class<T>, String, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractOperand
-
Constructs an
Operandwith the given arguments. - AbstractOperand(Relation<String, T>, Class<T>) - Constructor for class org.refcodes.cli.AbstractOperand
-
Constructs an
Operandwith the given arguments. - AbstractOperand(Relation<String, T>, Class<T>, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractOperand
-
Constructs an
Operandwith the given arguments. - AbstractOption<T> - Class in org.refcodes.cli
-
The
AbstractOptionis an abstract implementation of anOptionproviding the boiler plate when implementing theOptioninterface. - AbstractOption(Character, String, Class<T>, String) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(Character, String, Class<T>, String, String) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(Character, String, Class<T>, String, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(Character, String, Class<T>, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(String, Class<T>, String) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(String, Class<T>, String, String) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(String, Class<T>, String, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(String, Class<T>, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(Relation<String, T>, Class<T>) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractOption(Relation<String, T>, Class<T>, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractOption
-
Constructs an
AbstractOptionwith the given arguments. - AbstractProperty<T> - Class in org.refcodes.cli
-
The
AbstractPropertyis an abstract implementation of aPropertyproviding the boiler plate when implementing thePropertyinterface. - AbstractProperty(Character, String, Class<T>, String) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(Character, String, Class<T>, String, String) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(Character, String, Class<T>, String, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(Character, String, Class<T>, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(String, Class<T>, String) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(String, Class<T>, String, String) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(String, Class<T>, String, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(String, Class<T>, String, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(Relation<String, T>, Class<T>) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - AbstractProperty(Relation<String, T>, Class<T>, Consumer<? extends Operand<T>>) - Constructor for class org.refcodes.cli.AbstractProperty
-
Instantiates the class
AbstractProperty. - addExample(String, Operand<?>...) - Method in interface org.refcodes.cli.ArgsParser
-
Adds a usage example by providing a description of the example and the command line arguments required by the example.
- addExample(Example) - Method in interface org.refcodes.cli.ArgsParser
-
Adds a usage example by providing a description of the example and the command line arguments required by the example.
- addExample(Example) - Method in class org.refcodes.cli.CliArgsParser
-
Adds a usage example by providing a description of the example and the command line arguments required by the example.
- ALIAS - Static variable in class org.refcodes.cli.CleanFlag
- ALIAS - Static variable in class org.refcodes.cli.ConfigOption
- ALIAS - Static variable in class org.refcodes.cli.ConfigProperty
- ALIAS - Static variable in class org.refcodes.cli.DaemonFlag
- ALIAS - Static variable in class org.refcodes.cli.DebugFlag
- ALIAS - Static variable in class org.refcodes.cli.ForceFlag
- ALIAS - Static variable in class org.refcodes.cli.HelpFlag
- ALIAS - Static variable in class org.refcodes.cli.InitFlag
- ALIAS - Static variable in class org.refcodes.cli.NoneOperand
- ALIAS - Static variable in class org.refcodes.cli.QuietFlag
- ALIAS - Static variable in class org.refcodes.cli.SysInfoFlag
- ALIAS - Static variable in class org.refcodes.cli.VerboseFlag
- all(Term) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
AllConditionwith theTerm. - AllCondition - Class in org.refcodes.cli
-
The
AllConditionenforces that the encapsulatedTermconsumes all arguments passed via invoking itsTerm.parseArgs(String[], CliContext), else aSuperfluousArgsExceptionis thrown. - AllCondition(Term) - Constructor for class org.refcodes.cli.AllCondition
- AmbiguousArgsException - Exception Class in org.refcodes.cli
-
Thrown in case the command line arguments do not match the required syntax.
- AmbiguousArgsException(String[], Throwable) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String[], Throwable, String) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String, String[], String) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String, String[], Throwable) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String, String[], Term) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String, String[], Term, String) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String, String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
Instantiates the class
AmbiguousArgsException. - AmbiguousArgsException(String, String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.AmbiguousArgsException
-
ArgsSyntaxException#ArgsSyntaxException(String, String[], Term, Throwable, String)
- and(Term...) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
AndConditionwith theTerm. - AndCondition - Class in org.refcodes.cli
-
An
AndConditioncontains (represents) a list ofCondition(Term) instances (nested by theAndCondition) of which all are to be parsed successfully as of invoking theTerm.parseArgs(String[], String[], CliContext)methods. - AndCondition(Term...) - Constructor for class org.refcodes.cli.AndCondition
- any(Term...) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
AnyConditionwith theTerm. - AnyCondition - Class in org.refcodes.cli
-
Any of the nested
Conditionconditions may match for theAnyConditionto match, e.g. all of the nested conditions are optional. - AnyCondition(Term...) - Constructor for class org.refcodes.cli.AnyCondition
- approve() - Method in class org.refcodes.cli.AbstractOperand
-
In case this
Termparticipated in successful parsing command line arguments, then thisTermgets approved by theCliArgsParser. - ArgsAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a command line arguments (short "args") array.
- ArgsAccessor.ArgsMutator - Interface in org.refcodes.cli
-
Provides a mutator for a args property.
- ArgsAccessor.ArgsProperty - Interface in org.refcodes.cli
-
Provides a args property.
- ArgsFilter - Enum Class in org.refcodes.cli
-
Enumeration declaring command line argument filter.
- argsParser(String[]) - Method in interface org.refcodes.cli.Term
-
Parses the given command line arguments using this
Termas the root of the syntax tree. - ArgsParser - Interface in org.refcodes.cli
-
The
ArgsParserprovides means for parsing command line arguments and constructing a command line utility's help output. - ArgsParserAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a
ArgsParserproperty. - ArgsParserAccessor.ArgsParserBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a
ArgsParserproperty returning the builder for applying multiple build operations. - ArgsParserAccessor.ArgsParserMutator - Interface in org.refcodes.cli
-
Provides a mutator for a
ArgsParserproperty. - ArgsParserAccessor.ArgsParserProperty - Interface in org.refcodes.cli
-
Provides a
ArgsParserproperty. - ArgsParserBuilder<B> - Interface in org.refcodes.cli
-
This mixin provides builder additions (as of the builder pattern for chained configuring method calls) for parsing command line arguments.
- ArgsProcessorBuilder<B> - Interface in org.refcodes.cli
-
The
ArgsProcessorBuilderprovides common minimum builder functionality required by to build an argument processing instance. - ArgsProvidierBuilder<B> - Interface in org.refcodes.cli
-
The
ArgsProvidierBuilderinterface provides builder methods for feeding command line arguments. - ArgsSyntaxAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a (root)
Termproperty. - ArgsSyntaxAccessor.ArgsSyntaxBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a (root)
Termproperty returning the builder for applying multiple build operations. - ArgsSyntaxAccessor.ArgsSyntaxMutator - Interface in org.refcodes.cli
-
Provides a mutator for a (root)
Termproperty. - ArgsSyntaxAccessor.ArgsSyntaxProperty - Interface in org.refcodes.cli
-
Provides a (root)
Termproperty. - ArgsSyntaxException - Exception Class in org.refcodes.cli
-
Thrown in case of a command line arguments mismatch regarding provided and expected args.
- ArgsSyntaxException(String[], Throwable) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String[], Throwable, String) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[]) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[], String) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[], Throwable) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[], Term) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[], Term, String) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgsSyntaxException(String, String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.ArgsSyntaxException
-
Instantiates the class
ArgsSyntaxException. - ArgumentEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a argument Escape-Code property.
- ArgumentEscapeCodeAccessor.ArgumentEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a argument Escape-Code property returning the builder for applying multiple build operations.
- ArgumentEscapeCodeAccessor.ArgumentEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a argument Escape-Code property.
- ArgumentEscapeCodeAccessor.ArgumentEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a argument Escape-Code property.
- ArgumentPrefixAccessor - Interface in org.refcodes.cli
-
Provides an accessor for an argument prefix property.
- ArgumentPrefixAccessor.ArgumentPrefixBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for an argument prefix property returning the builder for applying multiple build operations.
- ArgumentPrefixAccessor.ArgumentPrefixMutator - Interface in org.refcodes.cli
-
Provides a mutator for an argument prefix property.
- ArgumentPrefixAccessor.ArgumentPrefixProperty - Interface in org.refcodes.cli
-
Provides an argument prefix property.
- ArgumentSuffixAccessor - Interface in org.refcodes.cli
-
Provides an accessor for an argument suffix property.
- ArgumentSuffixAccessor.ArgumentSuffixBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for an argument suffix property returning the builder for applying multiple build operations.
- ArgumentSuffixAccessor.ArgumentSuffixMutator - Interface in org.refcodes.cli
-
Provides a mutator for an argument suffix property.
- ArgumentSuffixAccessor.ArgumentSuffixProperty - Interface in org.refcodes.cli
-
Provides an argument suffix property.
- ArrayDirective<T> - Class in org.refcodes.cli
-
Creates an array representation facade for the encapsulated
Directive. - ArrayDirective(Directive<T>) - Constructor for class org.refcodes.cli.ArrayDirective
-
Constructs the
ArrayDirectiveby encapsulating the givenDirectiveand providing its definition as array definition to the CLI. - ArrayDirective(Directive<T>, int) - Constructor for class org.refcodes.cli.ArrayDirective
-
Constructs the
ArrayDirectiveby encapsulating the givenDirectiveand providing its definition as array definition to the CLI. - ArrayDirective(Directive<T>, int, int) - Constructor for class org.refcodes.cli.ArrayDirective
-
Constructs the
ArrayDirectiveby encapsulating the givenDirectiveand providing its definition as array definition to the CLI. - ArrayOperand<T> - Class in org.refcodes.cli
-
Creates an array representation facade for the encapsulated
Operand. - ArrayOperand(Operand<T>) - Constructor for class org.refcodes.cli.ArrayOperand
-
Constructs the
ArrayOperandby encapsulating the givenOperandand providing its definition as array definition to the CLI. - ArrayOperand(Operand<T>, int) - Constructor for class org.refcodes.cli.ArrayOperand
-
Constructs the
ArrayOperandby encapsulating the givenOperandand providing its definition as array definition to the CLI. - ArrayOperand(Operand<T>, int, int) - Constructor for class org.refcodes.cli.ArrayOperand
-
Constructs the
ArrayOperandby encapsulating the givenOperandand providing its definition as array definition to the CLI. - ArrayOption<T> - Class in org.refcodes.cli
-
Creates an array representation facade for the encapsulated
Option. - ArrayOption(Option<T>) - Constructor for class org.refcodes.cli.ArrayOption
-
Constructs the
ArrayOptionby encapsulating the givenOptionand providing its definition as array definition to the CLI. - ArrayOption(Option<T>, int) - Constructor for class org.refcodes.cli.ArrayOption
-
Constructs the
ArrayOptionby encapsulating the givenOptionand providing its definition as array definition to the CLI. - ArrayOption(Option<T>, int, int) - Constructor for class org.refcodes.cli.ArrayOption
-
Constructs the
ArrayOptionby encapsulating the givenOptionand providing its definition as array definition to the CLI. - asArray(Directive<T>) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Directive. - asArray(Directive<T>, int) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Directive. - asArray(Directive<T>, int, int) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Directive. - asArray(Operand<T>) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Operand. - asArray(Operand<T>, int) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Operand. - asArray(Operand<T>, int, int) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Operand. - asArray(Option<T>) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Option. - asArray(Option<T>, int) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Option. - asArray(Option<T>, int, int) - Static method in class org.refcodes.cli.CliSugar
-
Creates an array representation facade for the encapsulated
Option.
B
- BannerBorderEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a banner border Escape-Code property.
- BannerBorderEscapeCodeAccessor.BannerBorderEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a banner border Escape-Code property returning the builder for applying multiple build operations.
- BannerBorderEscapeCodeAccessor.BannerBorderEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a banner border Escape-Code property.
- BannerBorderEscapeCodeAccessor.BannerBorderEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a banner border Escape-Code property.
- BannerEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a banner Escape-Code property.
- BannerEscapeCodeAccessor.BannerEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a banner Escape-Code property returning the builder for applying multiple build operations.
- BannerEscapeCodeAccessor.BannerEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a banner Escape-Code property.
- BannerEscapeCodeAccessor.BannerEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a banner Escape-Code property.
- BannerFontAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a banner
Fontproperty. - BannerFontAccessor.BannerFontBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a banner
Fontproperty returning the builder for applying multiple build operations. - BannerFontAccessor.BannerFontMutator - Interface in org.refcodes.cli
-
Provides a mutator for a banner
Fontproperty. - BannerFontAccessor.BannerFontProperty - Interface in org.refcodes.cli
-
Provides a banner
Fontproperty. - BannerFontPaletteAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a banner font palette property.
- BannerFontPaletteAccessor.BannerFontPaletteBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a banner font palette property returning the builder for applying multiple build operations.
- BannerFontPaletteAccessor.BannerFontPaletteMutator - Interface in org.refcodes.cli
-
Provides a mutator for a banner font palette property.
- BannerFontPaletteAccessor.BannerFontPaletteProperty - Interface in org.refcodes.cli
-
Provides a banner font palette property.
- booleanDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanDirectivewith the given arguments. - booleanDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanDirectivewith the given arguments. - booleanDirective(String, String, String, Consumer<BooleanDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanDirectivewith the given arguments. - booleanDirective(String, String, Consumer<BooleanDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanDirectivewith the given arguments. - BooleanDirective - Class in org.refcodes.cli
- BooleanDirective(String, String) - Constructor for class org.refcodes.cli.BooleanDirective
-
Instantiates a new
BooleanDirectivewith the given arguments. - BooleanDirective(String, String, String) - Constructor for class org.refcodes.cli.BooleanDirective
-
Instantiates a new
BooleanDirectivewith the given arguments. - BooleanDirective(String, String, String, Consumer<BooleanDirective>) - Constructor for class org.refcodes.cli.BooleanDirective
-
Instantiates a new
BooleanDirectivewith the given arguments. - BooleanDirective(String, String, Consumer<BooleanDirective>) - Constructor for class org.refcodes.cli.BooleanDirective
-
Instantiates a new
BooleanDirectivewith the given arguments. - BooleanDirective(Relation<String, Boolean>) - Constructor for class org.refcodes.cli.BooleanDirective
-
Instantiates a new
BooleanDirectivewith the alias being the proerty's key and the value being the property's value. - BooleanDirective(Relation<String, Boolean>, Consumer<BooleanDirective>) - Constructor for class org.refcodes.cli.BooleanDirective
-
Instantiates a new
BooleanDirectivewith the alias being the proerty's key and the value being the property's value. - booleanOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - booleanOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - booleanOption(Character, String, String, String, Consumer<BooleanOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - booleanOption(Character, String, String, Consumer<BooleanOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - booleanOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - booleanOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - booleanOption(String, String, String, Consumer<BooleanOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - booleanOption(String, String, Consumer<BooleanOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanOptionwith the given arguments. - BooleanOption - Class in org.refcodes.cli
- BooleanOption(Character, String, String) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates a new
BooleanOptionwith the given arguments. - BooleanOption(Character, String, String, String) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates the class
BooleanOption. - BooleanOption(Character, String, String, String, Consumer<BooleanOption>) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates the class
BooleanOption. - BooleanOption(Character, String, String, Consumer<BooleanOption>) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates a new
BooleanOptionwith the given arguments. - BooleanOption(String, String) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates a new
BooleanOptionwith the given arguments. - BooleanOption(String, String, String) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates the class
BooleanOption. - BooleanOption(String, String, String, Consumer<BooleanOption>) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates the class
BooleanOption. - BooleanOption(String, String, Consumer<BooleanOption>) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates a new
BooleanOptionwith the given arguments. - BooleanOption(Relation<String, Boolean>) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates a new
BooleanOptionwith the alias being the proerty's key and the value being the property's value. - BooleanOption(Relation<String, Boolean>, Consumer<BooleanOption>) - Constructor for class org.refcodes.cli.BooleanOption
-
Instantiates a new
BooleanOptionwith the alias being the proerty's key and the value being the property's value. - booleanProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - booleanProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - booleanProperty(Character, String, String, String, Consumer<BooleanProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - booleanProperty(Character, String, String, Consumer<BooleanProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - booleanProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - booleanProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - booleanProperty(String, String, String, Consumer<BooleanProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - booleanProperty(String, String, Consumer<BooleanProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
BooleanPropertywith the given arguments. - BooleanProperty - Class in org.refcodes.cli
- BooleanProperty(Character, String, String) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates a new
BooleanPropertywith the given arguments. - BooleanProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates the class
BooleanProperty. - BooleanProperty(Character, String, String, String, Consumer<BooleanProperty>) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates the class
BooleanProperty. - BooleanProperty(Character, String, String, Consumer<BooleanProperty>) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates a new
BooleanPropertywith the given arguments. - BooleanProperty(String, String) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates a new
BooleanPropertywith the given arguments. - BooleanProperty(String, String, String) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates the class
BooleanProperty. - BooleanProperty(String, String, String, Consumer<BooleanProperty>) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates the class
BooleanProperty. - BooleanProperty(String, String, Consumer<BooleanProperty>) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates a new
BooleanPropertywith the given arguments. - BooleanProperty(Relation<String, Boolean>) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates a new
BooleanPropertywith the alias being the proerty's key and the value being the property's value. - BooleanProperty(Relation<String, Boolean>, Consumer<BooleanProperty>) - Constructor for class org.refcodes.cli.BooleanProperty
-
Instantiates a new
BooleanPropertywith the alias being the proerty's key and the value being the property's value. - build() - Method in class org.refcodes.cli.CliContext.Builder
-
CliContext.Builderfor fluently building aCliContextinstances. - build() - Method in class org.refcodes.cli.CliSchema.Builder
-
Builder method of the builder.
- build() - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
SyntaxMetricsBuilder.Builderfor fluently building aSyntaxMetricsinstances. - builder() - Static method in class org.refcodes.cli.CliContext
-
Creates a
CliContext.Builderused to fluently constructCliContextinstances. - builder() - Static method in class org.refcodes.cli.CliSchema
-
Creates builder to build
CliSchema. - builder() - Static method in interface org.refcodes.cli.SyntaxMetrics
-
Creates a
SyntaxMetricsBuilder.Builderused to fluently constructSyntaxMetricsinstances. - builder() - Static method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Creates a
SyntaxMetricsBuilder.Builderused to fluently constructSyntaxMetricsinstances.
C
- cases(Term...) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CasesConditionwith theTerm. - CasesCondition - Class in org.refcodes.cli
-
The
CasesConditionis anXorConditionmaking sure that all possible cases inside theXorConditionmust(!) - CasesCondition(Term...) - Constructor for class org.refcodes.cli.CasesCondition
- charDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharDirectivewith the given arguments. - charDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharDirectivewith the given arguments. - charDirective(String, String, String, Consumer<CharDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharDirectivewith the given arguments. - charDirective(String, String, Consumer<CharDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharDirectivewith the given arguments. - CharDirective - Class in org.refcodes.cli
- CharDirective(String, String) - Constructor for class org.refcodes.cli.CharDirective
-
Instantiates a new
CharDirectivewith the given arguments. - CharDirective(String, String, String) - Constructor for class org.refcodes.cli.CharDirective
-
Instantiates a new
CharDirectivewith the given arguments. - CharDirective(String, String, String, Consumer<CharDirective>) - Constructor for class org.refcodes.cli.CharDirective
-
Instantiates a new
CharDirectivewith the given arguments. - CharDirective(String, String, Consumer<CharDirective>) - Constructor for class org.refcodes.cli.CharDirective
-
Instantiates a new
CharDirectivewith the given arguments. - CharDirective(Relation<String, Character>) - Constructor for class org.refcodes.cli.CharDirective
-
Instantiates a new
CharDirectivewith the alias being the proerty's key and the value being the property's value. - CharDirective(Relation<String, Character>, Consumer<CharDirective>) - Constructor for class org.refcodes.cli.CharDirective
-
Instantiates a new
CharDirectivewith the alias being the proerty's key and the value being the property's value. - charOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - charOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - charOption(Character, String, String, String, Consumer<CharOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - charOption(Character, String, String, Consumer<CharOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - charOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - charOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - charOption(String, String, String, Consumer<CharOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - charOption(String, String, Consumer<CharOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharOptionwith the given arguments. - CharOption - Class in org.refcodes.cli
- CharOption(Character, String, String) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates a new
CharOptionwith the given arguments. - CharOption(Character, String, String, String) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates the class
CharOption. - CharOption(Character, String, String, String, Consumer<CharOption>) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates the class
CharOption. - CharOption(Character, String, String, Consumer<CharOption>) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates a new
CharOptionwith the given arguments. - CharOption(String, String) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates a new
CharOptionwith the given arguments. - CharOption(String, String, String) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates the class
CharOption. - CharOption(String, String, String, Consumer<CharOption>) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates the class
CharOption. - CharOption(String, String, Consumer<CharOption>) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates a new
CharOptionwith the given arguments. - CharOption(Relation<String, Character>) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates a new
CharOptionwith the alias being the proerty's key and the value being the property's value. - CharOption(Relation<String, Character>, Consumer<CharOption>) - Constructor for class org.refcodes.cli.CharOption
-
Instantiates a new
CharOptionwith the alias being the proerty's key and the value being the property's value. - charProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - charProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - charProperty(Character, String, String, String, Consumer<CharProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - charProperty(Character, String, String, Consumer<CharProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - charProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - charProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - charProperty(String, String, String, Consumer<CharProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - charProperty(String, String, Consumer<CharProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
CharPropertywith the given arguments. - CharProperty - Class in org.refcodes.cli
- CharProperty(Character, String, String) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates a new
CharPropertywith the given arguments. - CharProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates the class
CharProperty. - CharProperty(Character, String, String, String, Consumer<CharProperty>) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates the class
CharProperty. - CharProperty(Character, String, String, Consumer<CharProperty>) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates a new
CharPropertywith the given arguments. - CharProperty(String, String) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates a new
CharPropertywith the given arguments. - CharProperty(String, String, String) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates the class
CharProperty. - CharProperty(String, String, String, Consumer<CharProperty>) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates the class
CharProperty. - CharProperty(String, String, Consumer<CharProperty>) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates a new
CharPropertywith the given arguments. - CharProperty(Relation<String, Character>) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates a new
CharPropertywith the alias being the proerty's key and the value being the property's value. - CharProperty(Relation<String, Character>, Consumer<CharProperty>) - Constructor for class org.refcodes.cli.CharProperty
-
Instantiates a new
CharPropertywith the alias being the proerty's key and the value being the property's value. - cleanFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined clean
Flag. - cleanFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined clean
Flag. - cleanFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined clean
Flag. - CleanFlag - Class in org.refcodes.cli
-
A predefined clean
Flag: A predefinedFlaggives itsCleanFlag.SHORT_OPTION, itsCleanFlag.LONG_OPTIONas well as itsCleanFlag.ALIASan according semantics regarded by other subsystems. - CleanFlag() - Constructor for class org.refcodes.cli.CleanFlag
-
Constructs the predefined clean
Flag. - CleanFlag(boolean) - Constructor for class org.refcodes.cli.CleanFlag
-
Instantiates the class
CleanFlag. - CleanFlag(String) - Constructor for class org.refcodes.cli.CleanFlag
-
Constructs the predefined clean
Flag. - CleanFlag(String, boolean) - Constructor for class org.refcodes.cli.CleanFlag
-
Instantiates the class
CleanFlag. - CliArgsException(String[], Throwable) - Constructor for exception class org.refcodes.cli.CliException.CliArgsException
-
Instantiates the class
CliException.CliArgsException. - CliArgsException(String[], Throwable, String) - Constructor for exception class org.refcodes.cli.CliException.CliArgsException
-
Instantiates the class
CliException.CliArgsException. - CliArgsException(String, String[]) - Constructor for exception class org.refcodes.cli.CliException.CliArgsException
-
Instantiates the class
CliException.CliArgsException. - CliArgsException(String, String[], String) - Constructor for exception class org.refcodes.cli.CliException.CliArgsException
-
Instantiates the class
CliException.CliArgsException. - CliArgsException(String, String[], Throwable) - Constructor for exception class org.refcodes.cli.CliException.CliArgsException
-
Instantiates the class
CliException.CliArgsException. - CliArgsException(String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.CliException.CliArgsException
-
Instantiates the class
CliException.CliArgsException. - CliArgsParser - Class in org.refcodes.cli
-
A straightforward implementation of the
ArgsParserinterface. - CliArgsParser() - Constructor for class org.refcodes.cli.CliArgsParser
-
Constructs the
ArgsParserinstance without any restrictions to the parsed arguments. - CliArgsParser(CliContext) - Constructor for class org.refcodes.cli.CliArgsParser
-
Constructs the
ArgsParserinstance without any restrictions to the parsed arguments. - CliArgsParser(Term) - Constructor for class org.refcodes.cli.CliArgsParser
-
Constructs the
ArgsParserinstance with the given rootConditionand the defaultSyntaxNotation.LOGICAL. - CliArgsParser(Term, CliContext) - Constructor for class org.refcodes.cli.CliArgsParser
-
Constructs the
ArgsParserinstance with the given rootConditionand the defaultSyntaxNotation.LOGICAL. - CliContext - Class in org.refcodes.cli
-
The
CliContextdescribes the context in which anArgsParseris running. - CliContext() - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly preconfigured
CliContextinstance. - CliContext(boolean) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(String, String, String) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(CliMetrics) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(CliMetrics, SyntaxMetrics) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(CliMetrics, SyntaxMetrics, boolean) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(SyntaxMetrics) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(SyntaxMetrics, boolean) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(SyntaxMetrics, Character, String, boolean, String, String, String) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext(SyntaxMetrics, String, String, String) - Constructor for class org.refcodes.cli.CliContext
-
Constructs an accordingly configured
CliContextinstance. - CliContext.Builder - Class in org.refcodes.cli
-
Builder to build
SyntaxMetricsAccessor.SyntaxMetricsBuilderinstances. - CliContextAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a
CliContextproperty. - CliContextAccessor.CliContextBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a
CliContextproperty returning the builder for applying multiple build operations. - CliContextAccessor.CliContextMutator - Interface in org.refcodes.cli
-
Provides a mutator for a
CliContextproperty. - CliContextAccessor.CliContextProperty - Interface in org.refcodes.cli
-
Provides a
CliContextproperty. - CliException - Exception Class in org.refcodes.cli
-
Base exception for the CLI artifact.
- CliException(String) - Constructor for exception class org.refcodes.cli.CliException
-
Instantiates the class
CliException. - CliException(String, String) - Constructor for exception class org.refcodes.cli.CliException
-
Instantiates the class
CliException. - CliException(String, Throwable) - Constructor for exception class org.refcodes.cli.CliException
-
Instantiates the class
CliException. - CliException(String, Throwable, String) - Constructor for exception class org.refcodes.cli.CliException
-
Instantiates the class
CliException. - CliException(Throwable) - Constructor for exception class org.refcodes.cli.CliException
-
Instantiates the class
CliException. - CliException(Throwable, String) - Constructor for exception class org.refcodes.cli.CliException
-
Instantiates the class
CliException. - CliException.CliArgsException - Exception Class in org.refcodes.cli
-
This abstract exception is the base exception for all command line argument related exceptions.
- CliMetrics - Interface in org.refcodes.cli
- CliSchema - Class in org.refcodes.cli
- CliSchema(String, String, String, Class<?>, Integer, String, Object, Throwable, String, Schema, Schema[]) - Constructor for class org.refcodes.cli.CliSchema
-
Instantiates the class
CliSchema. - CliSchema.Builder - Class in org.refcodes.cli
-
CliSchema.Builderto buildCliSchema. - CliSugar - Class in org.refcodes.cli
- clone() - Method in class org.refcodes.cli.AbstractDirective
- clone() - Method in class org.refcodes.cli.AbstractOperand
- clone() - Method in class org.refcodes.cli.AbstractOption
- clone() - Method in class org.refcodes.cli.ArrayOperand
- clone() - Method in class org.refcodes.cli.Operation
- CommandEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a command Escape-Code property.
- CommandEscapeCodeAccessor.CommandEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a command Escape-Code property returning the builder for applying multiple build operations.
- CommandEscapeCodeAccessor.CommandEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a command Escape-Code property.
- CommandEscapeCodeAccessor.CommandEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a command Escape-Code property.
- compareTo(Operand<?>) - Method in class org.refcodes.cli.AbstractOperand
- compareTo(Operand<?>) - Method in class org.refcodes.cli.ArrayOperand
- Condition - Interface in org.refcodes.cli
- configOption() - Static method in class org.refcodes.cli.CliSugar
-
Creates a
ConfigOptionrepresenting value specifying a configuration resource (file). - configOption(String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new config (file)
Option. - ConfigOption - Class in org.refcodes.cli
-
The
ConfigOptionrepresents anOptionholding a value specifying a configuration resource (file). - ConfigOption() - Constructor for class org.refcodes.cli.ConfigOption
-
Constructs the predefined config (file)
Option. - ConfigOption(boolean) - Constructor for class org.refcodes.cli.ConfigOption
-
Instantiates the class
ConfigOption. - ConfigOption(String) - Constructor for class org.refcodes.cli.ConfigOption
-
Instantiates a new config (file)
Option. - ConfigOption(String, boolean) - Constructor for class org.refcodes.cli.ConfigOption
-
Instantiates the class
ConfigOption. - ConfigProperty - Class in org.refcodes.cli
-
The
ConfigPropertyrepresents anPropertyholding a value specifying a configuration resource (file). - ConfigProperty() - Constructor for class org.refcodes.cli.ConfigProperty
-
Constructs the predefined config (file)
Property. - ConfigProperty(boolean) - Constructor for class org.refcodes.cli.ConfigProperty
-
Instantiates the class
ConfigProperty. - ConfigProperty(String) - Constructor for class org.refcodes.cli.ConfigProperty
-
Instantiates a new config (file)
Property. - ConfigProperty(String, boolean) - Constructor for class org.refcodes.cli.ConfigProperty
-
Instantiates the class
ConfigProperty. - contains(String[], String) - Static method in class org.refcodes.cli.AbstractDirective
- contains(String[], String) - Static method in class org.refcodes.cli.AbstractOption
- CopyrightAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a copyright property.
- CopyrightAccessor.CopyrightBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a copyright property returning the builder for applying multiple build operations.
- CopyrightAccessor.CopyrightMutator - Interface in org.refcodes.cli
-
Provides a mutator for a copyright property.
- CopyrightAccessor.CopyrightProperty - Interface in org.refcodes.cli
-
Provides a copyright property.
D
- D - Enum constant in enum class org.refcodes.cli.ArgsFilter
-
Java system properties are to be filtered.
- D_XX - Enum constant in enum class org.refcodes.cli.ArgsFilter
-
Matches
ArgsFilter.Das well asArgsFilter.XX. - daemonFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined daemon
Flag. - daemonFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined daemon
Flag. - daemonFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined daemon
Flag. - DaemonFlag - Class in org.refcodes.cli
-
A predefined daemon
Flag: A predefinedFlaggives itsDaemonFlag.SHORT_OPTION, itsDaemonFlag.LONG_OPTIONas well as itsDaemonFlag.ALIASan according semantics regarded by other subsystems. - DaemonFlag() - Constructor for class org.refcodes.cli.DaemonFlag
-
Constructs the predefined daemon
Flag. - DaemonFlag(boolean) - Constructor for class org.refcodes.cli.DaemonFlag
-
Instantiates the class
DaemonFlag. - DaemonFlag(String) - Constructor for class org.refcodes.cli.DaemonFlag
-
Constructs the predefined daemon
Flag. - DaemonFlag(String, boolean) - Constructor for class org.refcodes.cli.DaemonFlag
-
Instantiates the class
DaemonFlag. - debugFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined debug
Flag. - debugFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined debug
Flag. - debugFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined debug
Flag. - DebugFlag - Class in org.refcodes.cli
-
A predefined debug
Flag: A predefinedFlaggives itsDebugFlag.SHORT_OPTION, itsDebugFlag.LONG_OPTIONas well as itsDebugFlag.ALIASan according semantics regarded by other subsystems. - DebugFlag() - Constructor for class org.refcodes.cli.DebugFlag
-
Constructs the predefined debug
Flag. - DebugFlag(boolean) - Constructor for class org.refcodes.cli.DebugFlag
-
Instantiates the class
DebugFlag. - DebugFlag(String) - Constructor for class org.refcodes.cli.DebugFlag
-
Constructs the predefined debug
Flag. - DebugFlag(String, boolean) - Constructor for class org.refcodes.cli.DebugFlag
-
Instantiates the class
DebugFlag. - DEFAULT - Static variable in enum class org.refcodes.cli.SyntaxNotation
- DescriptionEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a description Escape-Code property.
- DescriptionEscapeCodeAccessor.DescriptionEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a description Escape-Code property returning the builder for applying multiple build operations.
- DescriptionEscapeCodeAccessor.DescriptionEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a description Escape-Code property.
- DescriptionEscapeCodeAccessor.DescriptionEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a description Escape-Code property.
- Directive<T> - Interface in org.refcodes.cli
-
An
Directiverepresents a command line operation with the according operation's operand (value). - doubleDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleDirectivewith the given arguments. - doubleDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleDirectivewith the given arguments. - doubleDirective(String, String, String, Consumer<DoubleDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleDirectivewith the given arguments. - doubleDirective(String, String, Consumer<DoubleDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleDirectivewith the given arguments. - DoubleDirective - Class in org.refcodes.cli
- DoubleDirective(String, String) - Constructor for class org.refcodes.cli.DoubleDirective
-
Instantiates a new
DoubleDirectivewith the given arguments. - DoubleDirective(String, String, String) - Constructor for class org.refcodes.cli.DoubleDirective
-
Instantiates a new
DoubleDirectivewith the given arguments. - DoubleDirective(String, String, String, Consumer<DoubleDirective>) - Constructor for class org.refcodes.cli.DoubleDirective
-
Instantiates a new
DoubleDirectivewith the given arguments. - DoubleDirective(String, String, Consumer<DoubleDirective>) - Constructor for class org.refcodes.cli.DoubleDirective
-
Instantiates a new
DoubleDirectivewith the given arguments. - DoubleDirective(Relation<String, Double>) - Constructor for class org.refcodes.cli.DoubleDirective
-
Instantiates a new
DoubleDirectivewith the alias being the proerty's key and the value being the property's value. - DoubleDirective(Relation<String, Double>, Consumer<DoubleDirective>) - Constructor for class org.refcodes.cli.DoubleDirective
-
Instantiates a new
DoubleDirectivewith the alias being the proerty's key and the value being the property's value. - doubleOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - doubleOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - doubleOption(Character, String, String, String, Consumer<DoubleOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - doubleOption(Character, String, String, Consumer<DoubleOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - doubleOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - doubleOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - doubleOption(String, String, String, Consumer<DoubleOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - doubleOption(String, String, Consumer<DoubleOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoubleOptionwith the given arguments. - DoubleOption - Class in org.refcodes.cli
- DoubleOption(Character, String, String) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates a new
DoubleOptionwith the given arguments. - DoubleOption(Character, String, String, String) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates the class
DoubleOption. - DoubleOption(Character, String, String, String, Consumer<DoubleOption>) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates the class
DoubleOption. - DoubleOption(Character, String, String, Consumer<DoubleOption>) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates a new
DoubleOptionwith the given arguments. - DoubleOption(String, String) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates a new
DoubleOptionwith the given arguments. - DoubleOption(String, String, String) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates the class
DoubleOption. - DoubleOption(String, String, String, Consumer<DoubleOption>) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates the class
DoubleOption. - DoubleOption(String, String, Consumer<DoubleOption>) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates a new
DoubleOptionwith the given arguments. - DoubleOption(Relation<String, Double>) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates a new
DoubleOptionwith the alias being the proerty's key and the value being the property's value. - DoubleOption(Relation<String, Double>, Consumer<DoubleOption>) - Constructor for class org.refcodes.cli.DoubleOption
-
Instantiates a new
DoubleOptionwith the alias being the proerty's key and the value being the property's value. - doubleProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - doubleProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - doubleProperty(Character, String, String, String, Consumer<DoubleProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - doubleProperty(Character, String, String, Consumer<DoubleProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - doubleProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - doubleProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - doubleProperty(String, String, String, Consumer<DoubleProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - doubleProperty(String, String, Consumer<DoubleProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
DoublePropertywith the given arguments. - DoubleProperty - Class in org.refcodes.cli
- DoubleProperty(Character, String, String) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates a new
DoublePropertywith the given arguments. - DoubleProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates the class
DoubleProperty. - DoubleProperty(Character, String, String, String, Consumer<DoubleProperty>) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates the class
DoubleProperty. - DoubleProperty(Character, String, String, Consumer<DoubleProperty>) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates a new
DoublePropertywith the given arguments. - DoubleProperty(String, String) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates a new
DoublePropertywith the given arguments. - DoubleProperty(String, String, String) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates the class
DoubleProperty. - DoubleProperty(String, String, String, Consumer<DoubleProperty>) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates the class
DoubleProperty. - DoubleProperty(String, String, Consumer<DoubleProperty>) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates a new
DoublePropertywith the given arguments. - DoubleProperty(Relation<String, Double>) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates a new
DoublePropertywith the alias being the proerty's key and the value being the property's value. - DoubleProperty(Relation<String, Double>, Consumer<DoubleProperty>) - Constructor for class org.refcodes.cli.DoubleProperty
-
Instantiates a new
DoublePropertywith the alias being the proerty's key and the value being the property's value.
E
- enumDirective(String, Class<T>, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumDirectivewith the given arguments. - enumDirective(String, Class<T>, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumDirectivewith the given arguments. - enumDirective(String, Class<T>, String, String, Consumer<EnumDirective<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumDirectivewith the given arguments. - enumDirective(String, Class<T>, String, Consumer<EnumDirective<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumDirectivewith the given arguments. - EnumDirective<T> - Class in org.refcodes.cli
-
The
EnumDirectiverepresents aDirectiveof enumeration types. - EnumDirective(String, Class<T>, String) - Constructor for class org.refcodes.cli.EnumDirective
-
Instantiates a new
EnumDirectivewith the given arguments. - EnumDirective(String, Class<T>, String, String) - Constructor for class org.refcodes.cli.EnumDirective
-
Instantiates a new
EnumDirectivewith the given arguments. - EnumDirective(String, Class<T>, String, String, Consumer<EnumDirective<T>>) - Constructor for class org.refcodes.cli.EnumDirective
-
Instantiates a new
EnumDirectivewith the given arguments. - EnumDirective(String, Class<T>, String, Consumer<EnumDirective<T>>) - Constructor for class org.refcodes.cli.EnumDirective
-
Instantiates a new
EnumDirectivewith the given arguments. - EnumDirective(Relation<String, T>, Class<T>) - Constructor for class org.refcodes.cli.EnumDirective
-
Instantiates a new
EnumDirectivewith the alias being the proerty's key and the value being the property's value. - EnumDirective(Relation<String, T>, Class<T>, Consumer<EnumDirective<T>>) - Constructor for class org.refcodes.cli.EnumDirective
-
Instantiates a new
EnumDirectivewith the alias being the proerty's key and the value being the property's value. - enumOption(Character, String, Class<T>, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - enumOption(Character, String, Class<T>, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - enumOption(Character, String, Class<T>, String, String, Consumer<EnumOption<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - enumOption(Character, String, Class<T>, String, Consumer<EnumOption<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - enumOption(String, Class<T>, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - enumOption(String, Class<T>, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - enumOption(String, Class<T>, String, String, Consumer<EnumOption<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - enumOption(String, Class<T>, String, Consumer<EnumOption<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumOptionwith the given arguments. - EnumOption<T> - Class in org.refcodes.cli
-
The
EnumOptionrepresents anOptionof enumeration types. - EnumOption(Character, String, Class<T>, String) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates a new
EnumOptionwith the given arguments. - EnumOption(Character, String, Class<T>, String, String) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates the class
EnumOption. - EnumOption(Character, String, Class<T>, String, String, Consumer<EnumOption<T>>) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates the class
EnumOption. - EnumOption(Character, String, Class<T>, String, Consumer<EnumOption<T>>) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates a new
EnumOptionwith the given arguments. - EnumOption(String, Class<T>, String) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates a new
EnumOptionwith the given arguments. - EnumOption(String, Class<T>, String, String) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates the class
EnumOption. - EnumOption(String, Class<T>, String, String, Consumer<EnumOption<T>>) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates the class
EnumOption. - EnumOption(String, Class<T>, String, Consumer<EnumOption<T>>) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates a new
EnumOptionwith the given arguments. - EnumOption(Relation<String, T>, Class<T>) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates a new
EnumOptionwith the alias being the proerty's key and the value being the property's value. - EnumOption(Relation<String, T>, Class<T>, Consumer<EnumOption<T>>) - Constructor for class org.refcodes.cli.EnumOption
-
Instantiates a new
EnumOptionwith the alias being the proerty's key and the value being the property's value. - enumProperty(Character, String, Class<T>, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - enumProperty(Character, String, Class<T>, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - enumProperty(Character, String, Class<T>, String, String, Consumer<EnumProperty<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - enumProperty(Character, String, Class<T>, String, Consumer<EnumProperty<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - enumProperty(String, Class<T>, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - enumProperty(String, Class<T>, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - enumProperty(String, Class<T>, String, String, Consumer<EnumProperty<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - enumProperty(String, Class<T>, String, Consumer<EnumProperty<T>>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
EnumPropertywith the given arguments. - EnumProperty<T> - Class in org.refcodes.cli
-
The
EnumPropertyrepresents anPropertyof enumeration types. - EnumProperty(Character, String, Class<T>, String) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates a new
EnumPropertywith the given arguments. - EnumProperty(Character, String, Class<T>, String, String) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates the class
EnumProperty. - EnumProperty(Character, String, Class<T>, String, String, Consumer<EnumProperty<T>>) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates the class
EnumProperty. - EnumProperty(Character, String, Class<T>, String, Consumer<EnumProperty<T>>) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates a new
EnumPropertywith the given arguments. - EnumProperty(String, Class<T>, String) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates a new
EnumPropertywith the given arguments. - EnumProperty(String, Class<T>, String, String) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates the class
EnumProperty. - EnumProperty(String, Class<T>, String, String, Consumer<EnumProperty<T>>) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates the class
EnumProperty. - EnumProperty(String, Class<T>, String, Consumer<EnumProperty<T>>) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates a new
EnumPropertywith the given arguments. - EnumProperty(Relation<String, T>, Class<T>) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates a new
EnumPropertywith the alias being the proerty's key and the value being the property's value. - EnumProperty(Relation<String, T>, Class<T>, Consumer<EnumProperty<T>>) - Constructor for class org.refcodes.cli.EnumProperty
-
Instantiates a new
EnumPropertywith the alias being the proerty's key and the value being the property's value. - errorLn(String) - Method in interface org.refcodes.cli.ArgsParser
-
Prints the given line to standard error with regards to the console width as specified by the
ArgsParser.withConsoleWidth(int)method. - errorLn(String) - Method in class org.refcodes.cli.CliArgsParser
-
Prints the given line to standard error with regards to the console width as specified by the
ArgsParser.withConsoleWidth(int)method. - evalArgs(String[]) - Method in interface org.refcodes.cli.ArgsParser
-
Evaluates the provided command line arguments and determines the according values by evaluating the root
Condition. - evalArgs(String[]) - Method in class org.refcodes.cli.CliArgsParser
-
Evaluates the provided command line arguments and determines the according values by evaluating the root
Condition. - evalArgs(String[], Pattern) - Method in interface org.refcodes.cli.ArgsParser
-
Evaluates the provided command line arguments as of
ArgsParser.evalArgs(String[]), additionally filtering (excluding) the arguments matching the providedPattern. - evalArgs(String[], ArgsFilter) - Method in interface org.refcodes.cli.ArgsParser
-
Evaluates the provided command line arguments as of
ArgsParser.evalArgs(String[]), additionally filtering (excluding) the arguments matching the providedArgsFilter. - evalArgs(List<String>) - Method in interface org.refcodes.cli.ArgsParser
-
Same as
ArgsParser.evalArgs(String[])with the difference that the elements representing the arguments are passed as a list instead of an array. - evalArgs(List<String>, Pattern) - Method in interface org.refcodes.cli.ArgsParser
-
Evaluates the provided command line arguments as of
ArgsParser.evalArgs(String[]), additionally filtering (excluding) the arguments matching the providedPattern. - evalArgs(List<String>, ArgsFilter) - Method in interface org.refcodes.cli.ArgsParser
-
Evaluates the provided command line arguments as of
ArgsParser.evalArgs(String[]), additionally filtering (excluding) the arguments matching the providedArgsFilter. - example(String, Operand<?>...) - Static method in class org.refcodes.cli.CliSugar
- Example - Class in org.refcodes.cli
-
An example usage item describing a usage scenario.
- Example(String, Operand<?>...) - Constructor for class org.refcodes.cli.Example
-
Constructs an example usage.
- examples(Example...) - Static method in class org.refcodes.cli.CliSugar
-
Sugar for creating an
Examplearray from a varargs argument. - ExamplesAccessor - Interface in org.refcodes.cli
-
Provides an accessor for an
Exampleinstances property. - ExamplesAccessor.ExamplesBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for an
Exampleinstances property returning the builder for applying multiple build operations. - ExamplesAccessor.ExamplesMutator - Interface in org.refcodes.cli
-
Provides a mutator for an
Exampleinstances property. - ExamplesAccessor.ExamplesProperty - Interface in org.refcodes.cli
-
Provides an
Exampleinstances property.
F
- fileDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileDirectivewith the given arguments. - fileDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileDirectivewith the given arguments. - fileDirective(String, String, String, Consumer<FileDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileDirectivewith the given arguments. - fileDirective(String, String, Consumer<FileDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileDirectivewith the given arguments. - FileDirective - Class in org.refcodes.cli
- FileDirective(String, String) - Constructor for class org.refcodes.cli.FileDirective
-
Instantiates a new
FileDirectivewith the given arguments. - FileDirective(String, String, String) - Constructor for class org.refcodes.cli.FileDirective
-
Instantiates a new
FileDirectivewith the given arguments. - FileDirective(String, String, String, Consumer<FileDirective>) - Constructor for class org.refcodes.cli.FileDirective
-
Instantiates a new
FileDirectivewith the given arguments. - FileDirective(String, String, Consumer<FileDirective>) - Constructor for class org.refcodes.cli.FileDirective
-
Instantiates a new
FileDirectivewith the given arguments. - FileDirective(Relation<String, File>) - Constructor for class org.refcodes.cli.FileDirective
-
Instantiates a new
FileDirectivewith the alias being the proerty's key and the value being the property's value. - FileDirective(Relation<String, File>, Consumer<FileDirective>) - Constructor for class org.refcodes.cli.FileDirective
-
Instantiates a new
FileDirectivewith the alias being the proerty's key and the value being the property's value. - fileOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - fileOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - fileOption(Character, String, String, String, Consumer<FileOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - fileOption(Character, String, String, Consumer<FileOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - fileOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - fileOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - fileOption(String, String, String, Consumer<FileOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - fileOption(String, String, Consumer<FileOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FileOptionwith the given arguments. - FileOption - Class in org.refcodes.cli
- FileOption(Character, String, String) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates a new
FileOptionwith the given arguments. - FileOption(Character, String, String, String) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates the class
FileOption. - FileOption(Character, String, String, String, Consumer<FileOption>) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates the class
FileOption. - FileOption(Character, String, String, Consumer<FileOption>) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates a new
FileOptionwith the given arguments. - FileOption(String, String) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates a new
FileOptionwith the given arguments. - FileOption(String, String, String) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates the class
FileOption. - FileOption(String, String, String, Consumer<FileOption>) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates the class
FileOption. - FileOption(String, String, Consumer<FileOption>) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates a new
FileOptionwith the given arguments. - FileOption(Relation<String, File>) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates a new
FileOptionwith the alias being the proerty's key and the value being the property's value. - FileOption(Relation<String, File>, Consumer<FileOption>) - Constructor for class org.refcodes.cli.FileOption
-
Instantiates a new
FileOptionwith the alias being the proerty's key and the value being the property's value. - fileProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - fileProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - fileProperty(Character, String, String, String, Consumer<FileProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - fileProperty(Character, String, String, Consumer<FileProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - fileProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - fileProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - fileProperty(String, String, String, Consumer<FileProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - fileProperty(String, String, Consumer<FileProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FilePropertywith the given arguments. - FileProperty - Class in org.refcodes.cli
- FileProperty(Character, String, String) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates a new
FilePropertywith the given arguments. - FileProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates the class
FileProperty. - FileProperty(Character, String, String, String, Consumer<FileProperty>) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates the class
FileProperty. - FileProperty(Character, String, String, Consumer<FileProperty>) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates a new
FilePropertywith the given arguments. - FileProperty(String, String) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates a new
FilePropertywith the given arguments. - FileProperty(String, String, String) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates the class
FileProperty. - FileProperty(String, String, String, Consumer<FileProperty>) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates the class
FileProperty. - FileProperty(String, String, Consumer<FileProperty>) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates a new
FilePropertywith the given arguments. - FileProperty(Relation<String, File>) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates a new
FilePropertywith the alias being the proerty's key and the value being the property's value. - FileProperty(Relation<String, File>, Consumer<FileProperty>) - Constructor for class org.refcodes.cli.FileProperty
-
Instantiates a new
FilePropertywith the alias being the proerty's key and the value being the property's value. - flag(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - flag(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - flag(Character, String, String, String, Consumer<Flag>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - flag(Character, String, String, Consumer<Flag>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - flag(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - flag(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - flag(String, String, String, Consumer<Flag>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - flag(String, String, Consumer<Flag>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
Flagwith the given arguments. - Flag - Class in org.refcodes.cli
-
The
Flagclass implements theOptioninterface for representing either atrueor afalsestate: When a flag is provided to your command line arguments, then it is considered to betrue, when it is omitted, then it is considered to befalseas ofFlag.isEnabled(). - Flag(Character, String, String) - Constructor for class org.refcodes.cli.Flag
-
Instantiates a new
Flagwith the given arguments. - Flag(Character, String, String, String) - Constructor for class org.refcodes.cli.Flag
-
Instantiates the class
Flag. - Flag(Character, String, String, String, Consumer<Flag>) - Constructor for class org.refcodes.cli.Flag
-
Instantiates the class
Flag. - Flag(Character, String, String, Consumer<Flag>) - Constructor for class org.refcodes.cli.Flag
-
Instantiates a new
Flagwith the given arguments. - Flag(String, String) - Constructor for class org.refcodes.cli.Flag
-
Instantiates a new
Flagwith the given arguments. - Flag(String, String, String) - Constructor for class org.refcodes.cli.Flag
-
Instantiates the class
Flag. - Flag(String, String, String, Consumer<Flag>) - Constructor for class org.refcodes.cli.Flag
-
Instantiates the class
Flag. - Flag(String, String, Consumer<Flag>) - Constructor for class org.refcodes.cli.Flag
-
Instantiates a new
Flagwith the given arguments. - Flag(Relation<String, Boolean>) - Constructor for class org.refcodes.cli.Flag
-
Instantiates a new
Flagwith the alias being the proerty's key and the value being the property's value. - Flag(Relation<String, Boolean>, Consumer<Flag>) - Constructor for class org.refcodes.cli.Flag
-
Instantiates a new
Flagwith the alias being the proerty's key and the value being the property's value. - floatDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatDirectivewith the given arguments. - floatDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatDirectivewith the given arguments. - floatDirective(String, String, String, Consumer<FloatDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatDirectivewith the given arguments. - floatDirective(String, String, Consumer<FloatDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatDirectivewith the given arguments. - FloatDirective - Class in org.refcodes.cli
- FloatDirective(String, String) - Constructor for class org.refcodes.cli.FloatDirective
-
Instantiates a new
FloatDirectivewith the given arguments. - FloatDirective(String, String, String) - Constructor for class org.refcodes.cli.FloatDirective
-
Instantiates a new
FloatDirectivewith the given arguments. - FloatDirective(String, String, String, Consumer<FloatDirective>) - Constructor for class org.refcodes.cli.FloatDirective
-
Instantiates a new
FloatDirectivewith the given arguments. - FloatDirective(String, String, Consumer<FloatDirective>) - Constructor for class org.refcodes.cli.FloatDirective
-
Instantiates a new
FloatDirectivewith the given arguments. - FloatDirective(Relation<String, Float>) - Constructor for class org.refcodes.cli.FloatDirective
-
Instantiates a new
FloatDirectivewith the alias being the proerty's key and the value being the property's value. - FloatDirective(Relation<String, Float>, Consumer<FloatDirective>) - Constructor for class org.refcodes.cli.FloatDirective
-
Instantiates a new
FloatDirectivewith the alias being the proerty's key and the value being the property's value. - floatOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - floatOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - floatOption(Character, String, String, String, Consumer<FloatOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - floatOption(Character, String, String, Consumer<FloatOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - floatOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - floatOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - floatOption(String, String, String, Consumer<FloatOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - floatOption(String, String, Consumer<FloatOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatOptionwith the given arguments. - FloatOption - Class in org.refcodes.cli
- FloatOption(Character, String, String) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates a new
FloatOptionwith the given arguments. - FloatOption(Character, String, String, String) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates the class
FloatOption. - FloatOption(Character, String, String, String, Consumer<FloatOption>) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates the class
FloatOption. - FloatOption(Character, String, String, Consumer<FloatOption>) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates a new
FloatOptionwith the given arguments. - FloatOption(String, String) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates a new
FloatOptionwith the given arguments. - FloatOption(String, String, String) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates the class
FloatOption. - FloatOption(String, String, String, Consumer<FloatOption>) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates the class
FloatOption. - FloatOption(String, String, Consumer<FloatOption>) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates a new
FloatOptionwith the given arguments. - FloatOption(Relation<String, Float>) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates a new
FloatOptionwith the alias being the proerty's key and the value being the property's value. - FloatOption(Relation<String, Float>, Consumer<FloatOption>) - Constructor for class org.refcodes.cli.FloatOption
-
Instantiates a new
FloatOptionwith the alias being the proerty's key and the value being the property's value. - floatProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - floatProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - floatProperty(Character, String, String, String, Consumer<FloatProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - floatProperty(Character, String, String, Consumer<FloatProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - floatProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - floatProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - floatProperty(String, String, String, Consumer<FloatProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - floatProperty(String, String, Consumer<FloatProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
FloatPropertywith the given arguments. - FloatProperty - Class in org.refcodes.cli
- FloatProperty(Character, String, String) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates a new
FloatPropertywith the given arguments. - FloatProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates the class
FloatProperty. - FloatProperty(Character, String, String, String, Consumer<FloatProperty>) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates the class
FloatProperty. - FloatProperty(Character, String, String, Consumer<FloatProperty>) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates a new
FloatPropertywith the given arguments. - FloatProperty(String, String) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates a new
FloatPropertywith the given arguments. - FloatProperty(String, String, String) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates the class
FloatProperty. - FloatProperty(String, String, String, Consumer<FloatProperty>) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates the class
FloatProperty. - FloatProperty(String, String, Consumer<FloatProperty>) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates a new
FloatPropertywith the given arguments. - FloatProperty(Relation<String, Float>) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates a new
FloatPropertywith the alias being the proerty's key and the value being the property's value. - FloatProperty(Relation<String, Float>, Consumer<FloatProperty>) - Constructor for class org.refcodes.cli.FloatProperty
-
Instantiates a new
FloatPropertywith the alias being the proerty's key and the value being the property's value. - forceFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined force
Flag. - forceFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined force
Flag. - forceFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined force
Flag. - ForceFlag - Class in org.refcodes.cli
-
A predefined force
Flag: A predefinedFlaggives itsForceFlag.SHORT_OPTION, itsForceFlag.LONG_OPTIONas well as itsForceFlag.ALIASan according semantics regarded by other subsystems. - ForceFlag() - Constructor for class org.refcodes.cli.ForceFlag
-
Constructs the predefined force
Flag. - ForceFlag(boolean) - Constructor for class org.refcodes.cli.ForceFlag
-
Instantiates the class
ForceFlag. - ForceFlag(String) - Constructor for class org.refcodes.cli.ForceFlag
-
Instantiates the class
ForceFlag. - fromFilter(String[]) - Method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by including the args matching this enumerations criteria.
- fromFilter(String[], Pattern) - Static method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by including the args matching the provided
Pattern(opposite ofArgsFilter.toFiltered(String[], Pattern). - fromFilter(List<String>) - Method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by including the args matching this enumerations criteria.
- fromFilter(List<String>, Pattern) - Static method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by including the args matching the provided
Pattern(opposite ofArgsFilter.toFiltered(List, Pattern).
G
- getAlias() - Method in class org.refcodes.cli.AbstractOperand
- getAlias() - Method in class org.refcodes.cli.ArrayOperand
- getAlias() - Method in interface org.refcodes.cli.Operand
- getAllSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol for representing an ALL condition.
- getAllSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol for representing an ALL condition.
- getAllSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol for representing an ALL condition.
- getAndSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol for representing an AND condition.
- getAndSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol for representing an AND condition.
- getAndSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol for representing an AND condition.
- getAnySymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol for representing an OPTIONAL condition.
- getAnySymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol for representing an OPTIONAL condition.
- getAnySymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol for representing an OPTIONAL condition.
- getArgs() - Method in interface org.refcodes.cli.ArgsAccessor
-
Retrieves the command line arguments from the args property.
- getArgs() - Method in exception class org.refcodes.cli.CliException.CliArgsException
-
Retrieves the command line arguments from the args property.
- getArgsParser() - Method in interface org.refcodes.cli.ArgsParserAccessor
-
Retrieves the args-parser from the
ArgsParserproperty. - getArgsSyntax() - Method in interface org.refcodes.cli.ArgsParser
- getArgsSyntax() - Method in interface org.refcodes.cli.ArgsSyntaxAccessor
- getArgsSyntax() - Method in class org.refcodes.cli.CliArgsParser
- getArgumentEscapeCode() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the argument Escape-Code from the argument Escape-Code property.
- getArgumentEscapeCode() - Method in interface org.refcodes.cli.ArgumentEscapeCodeAccessor
-
Retrieves the argument Escape-Code from the argument Escape-Code property.
- getArgumentEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the argument Escape-Code from the argument Escape-Code property.
- getArgumentEscapeCode() - Method in class org.refcodes.cli.CliContext
-
Retrieves the argument Escape-Code from the argument Escape-Code property.
- getArgumentPrefix() - Method in interface org.refcodes.cli.ArgumentPrefixAccessor
-
Retrieves the argument prefix from the argument prefix property.
- getArgumentPrefix() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the argument prefix from the argument prefix property.
- getArgumentPrefix() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the argument prefix from the argument prefix property.
- getArgumentSuffix() - Method in interface org.refcodes.cli.ArgumentSuffixAccessor
-
Retrieves the argument suffix from the argument suffix property.
- getArgumentSuffix() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the argument suffix from the argument suffix property.
- getArgumentSuffix() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the argument suffix from the argument suffix property.
- getAssignmentOperator() - Method in interface org.refcodes.cli.SyntaxMetrics
-
The assignment operator to be used in the syntax for separating a name from a value.
- getAssignmentOperator() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
The assignment operator to be used in the syntax for separating a name from a value.
- getAssignmentOperator() - Method in enum class org.refcodes.cli.SyntaxNotation
-
The assignment operator to be used in the syntax for separating a name from a value.
- getBannerBorderEscapeCode() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the banner border Escape-Code from the banner border Escape-Code property.
- getBannerBorderEscapeCode() - Method in interface org.refcodes.cli.BannerBorderEscapeCodeAccessor
-
Retrieves the banner border Escape-Code from the banner border Escape-Code property.
- getBannerBorderEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the banner border Escape-Code from the banner border Escape-Code property.
- getBannerEscapeCode() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the banner Escape-Code from the banner Escape-Code property.
- getBannerEscapeCode() - Method in interface org.refcodes.cli.BannerEscapeCodeAccessor
-
Retrieves the banner Escape-Code from the banner Escape-Code property.
- getBannerEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the banner Escape-Code from the banner Escape-Code property.
- getBannerFont() - Method in interface org.refcodes.cli.BannerFontAccessor
-
Retrieves the banner
Fontfrom the bannerFontproperty. - getBannerFont() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the banner
Fontfrom the bannerFontproperty. - getBannerFontPalette() - Method in interface org.refcodes.cli.BannerFontPaletteAccessor
-
Retrieves the banner font palette from the banner font palette property.
- getBannerFontPalette() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the banner font palette from the banner font palette property.
- getBeginArraySymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the beginning of an array, e.g. an opening square brace.
- getBeginArraySymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the beginning of an array, e.g. an opening square brace.
- getBeginArraySymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the beginning of an array, e.g. an opening square brace.
- getBeginListSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the beginning of a list, e.g. an opening brace.
- getBeginListSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the beginning of a list, e.g. an opening brace.
- getBeginListSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the beginning of a list, e.g. an opening brace.
- getBeginOptionalSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the beginning of optional elements, e.g. an opening square brace.
- getBeginOptionalSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the beginning of optional elements, e.g. an opening square brace.
- getBeginOptionalSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the beginning of optional elements, e.g. an opening square brace.
- getBeginRangeSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the beginning of a range, e.g. an opening curly brace.
- getBeginRangeSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the beginning of a range, e.g. an opening curly brace.
- getBeginRangeSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the beginning of a range, e.g. an opening curly brace.
- getChild() - Method in class org.refcodes.cli.AllCondition
-
Returns the one and only child of this
Term. - getChildren() - Method in class org.refcodes.cli.AbstractCondition
- getCliContext() - Method in interface org.refcodes.cli.CliContextAccessor
-
Retrieves the
CliContextfrom theCliContextproperty. - getCommandEscapeCode() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the command Escape-Code from the command Escape-Code property.
- getCommandEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the command Escape-Code from the command Escape-Code property.
- getCommandEscapeCode() - Method in interface org.refcodes.cli.CommandEscapeCodeAccessor
-
Retrieves the command Escape-Code from the command Escape-Code property.
- getConsoleWidth() - Method in class org.refcodes.cli.CliArgsParser
- getCopyright() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the copyright from the copyright property.
- getCopyright() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the copyright from the copyright property.
- getCopyright() - Method in interface org.refcodes.cli.CopyrightAccessor
-
Retrieves the copyright from the copyright property.
- getDelimiter() - Method in class org.refcodes.cli.CliArgsParser
-
The delimiter to be used for colliding command line args when creating non colliding arg's aliases (keys for key/value-pairs).
- getDescription() - Method in class org.refcodes.cli.AbstractCondition
- getDescription() - Method in class org.refcodes.cli.AbstractDirective
- getDescription() - Method in class org.refcodes.cli.AbstractOperand
- getDescription() - Method in class org.refcodes.cli.AbstractOption
- getDescription() - Method in class org.refcodes.cli.AbstractProperty
- getDescription() - Method in class org.refcodes.cli.AllCondition
- getDescription() - Method in class org.refcodes.cli.AndCondition
- getDescription() - Method in class org.refcodes.cli.AnyCondition
- getDescription() - Method in class org.refcodes.cli.BooleanDirective
- getDescription() - Method in class org.refcodes.cli.BooleanOption
- getDescription() - Method in class org.refcodes.cli.BooleanProperty
- getDescription() - Method in class org.refcodes.cli.CasesCondition
- getDescription() - Method in class org.refcodes.cli.CharDirective
- getDescription() - Method in class org.refcodes.cli.CharOption
- getDescription() - Method in class org.refcodes.cli.CharProperty
- getDescription() - Method in class org.refcodes.cli.CleanFlag
- getDescription() - Method in class org.refcodes.cli.ConfigOption
- getDescription() - Method in class org.refcodes.cli.ConfigProperty
- getDescription() - Method in class org.refcodes.cli.DaemonFlag
- getDescription() - Method in class org.refcodes.cli.DebugFlag
- getDescription() - Method in class org.refcodes.cli.DoubleDirective
- getDescription() - Method in class org.refcodes.cli.DoubleOption
- getDescription() - Method in class org.refcodes.cli.DoubleProperty
- getDescription() - Method in class org.refcodes.cli.EnumDirective
- getDescription() - Method in class org.refcodes.cli.EnumOption
- getDescription() - Method in class org.refcodes.cli.EnumProperty
- getDescription() - Method in class org.refcodes.cli.FileDirective
- getDescription() - Method in class org.refcodes.cli.FileOption
- getDescription() - Method in class org.refcodes.cli.FileProperty
- getDescription() - Method in class org.refcodes.cli.Flag
- getDescription() - Method in class org.refcodes.cli.FloatDirective
- getDescription() - Method in class org.refcodes.cli.FloatOption
- getDescription() - Method in class org.refcodes.cli.FloatProperty
- getDescription() - Method in class org.refcodes.cli.ForceFlag
- getDescription() - Method in class org.refcodes.cli.HelpFlag
- getDescription() - Method in class org.refcodes.cli.InitFlag
- getDescription() - Method in class org.refcodes.cli.IntDirective
- getDescription() - Method in class org.refcodes.cli.IntOption
- getDescription() - Method in class org.refcodes.cli.IntProperty
- getDescription() - Method in class org.refcodes.cli.LongDirective
- getDescription() - Method in class org.refcodes.cli.LongOption
- getDescription() - Method in class org.refcodes.cli.LongProperty
- getDescription() - Method in class org.refcodes.cli.NoneOperand
- getDescription() - Method in class org.refcodes.cli.Operation
- getDescription() - Method in class org.refcodes.cli.OrCondition
- getDescription() - Method in class org.refcodes.cli.QuietFlag
- getDescription() - Method in class org.refcodes.cli.StringDirective
- getDescription() - Method in class org.refcodes.cli.StringOperand
- getDescription() - Method in class org.refcodes.cli.StringOption
- getDescription() - Method in class org.refcodes.cli.StringProperty
- getDescription() - Method in class org.refcodes.cli.SysInfoFlag
- getDescription() - Method in class org.refcodes.cli.VerboseFlag
- getDescription() - Method in class org.refcodes.cli.XorCondition
- getDescription() - Method in interface org.refcodes.cli.ArgsParser
- getDescription() - Method in class org.refcodes.cli.ArrayOperand
- getDescription() - Method in class org.refcodes.cli.CliArgsParser
- getDescription() - Method in class org.refcodes.cli.Example
- getDescriptionEscapeCode() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the description Escape-Code from the description Escape-Code property.
- getDescriptionEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the description Escape-Code from the description Escape-Code property.
- getDescriptionEscapeCode() - Method in interface org.refcodes.cli.DescriptionEscapeCodeAccessor
-
Retrieves the description Escape-Code from the description Escape-Code property.
- getEmptySymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol for representing an EMPTY condition (no args).
- getEmptySymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol for representing an EMPTY condition (no args).
- getEmptySymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol for representing an EMPTY condition (no args).
- getEndArraySymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the end of an array, e.g. a closing square brace.
- getEndArraySymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the end of an array, e.g. a closing square brace.
- getEndArraySymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the end of an array, e.g. a closing square brace.
- getEndListSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the end of a list, e.g. a closing brace.
- getEndListSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the end of a list, e.g. a closing brace.
- getEndListSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the end of a list, e.g. a closing brace.
- getEndOptionalSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the end of optional elements, e.g. a closing square brace.
- getEndOptionalSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the end of optional elements, e.g. a closing square brace.
- getEndOptionalSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the end of optional elements, e.g. a closing square brace.
- getEndRangeSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing the end of a range, e.g. a closing curly brace.
- getEndRangeSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing the end of a range, e.g. a closing curly brace.
- getEndRangeSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing the end of a range, e.g. a closing curly brace.
- getExamples() - Method in interface org.refcodes.cli.ArgsParser
- getExamples() - Method in class org.refcodes.cli.CliArgsParser
- getExamples() - Method in interface org.refcodes.cli.ExamplesAccessor
- getException() - Method in class org.refcodes.cli.AbstractCondition
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.AbstractDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.AbstractOperand
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.AbstractOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.AbstractProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.AllCondition
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.AndCondition
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.ArrayDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.ArrayOperand
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.ArrayOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.BooleanDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.BooleanOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.BooleanProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.CasesCondition
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.CharDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.CharOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.CharProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.CleanFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.ConfigOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.ConfigProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.DaemonFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.DebugFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.DoubleDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.DoubleOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.DoubleProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.EnumDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.EnumOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.EnumProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.FileDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.FileOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.FileProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.Flag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.FloatDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.FloatOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.FloatProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.ForceFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.HelpFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.InitFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.IntDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.IntOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.IntProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.LongDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.LongOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.LongProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.NoneOperand
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.Operation
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.OrCondition
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.QuietFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.StringDirective
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.StringOperand
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.StringOption
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.StringProperty
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.SysInfoFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.VerboseFlag
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.XorCondition
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getException() - Method in class org.refcodes.cli.AnyCondition
-
Retrieves the
ArgsSyntaxExceptionexception caught while invoking theTerm.parseArgs(String[], CliContext)method. - getException() - Method in interface org.refcodes.cli.Term
-
Retrieves the
ArgsSyntaxExceptionexception in case invokingTerm.parseArgs(String[], CliContext)failed. - getFilter() - Method in enum class org.refcodes.cli.ArgsFilter
-
Returns the args
Patternused to filter (exclude) the according args. - getIntervalSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol representing an interval, e.g. "..." or "-".
- getIntervalSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol representing an interval, e.g. "..." or "-".
- getIntervalSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol representing an interval, e.g. "..." or "-".
- getKeywordEscapeCode() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the keyword (e.g. short- and long-options) Escape-Code from the option Escape-Code property.
- getKeywordEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the keyword (e.g. short- and long-options) Escape-Code from the option Escape-Code property.
- getKeywordEscapeCode() - Method in class org.refcodes.cli.CliContext
-
Retrieves the keyword (e.g. short- and long-options) Escape-Code from the option Escape-Code property.
- getKeywordEscapeCode() - Method in interface org.refcodes.cli.KeywordEscapeCodeAccessor
-
Retrieves the keyword (e.g. short- and long-options) Escape-Code from the option Escape-Code property.
- getLicense() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the license from the license property.
- getLicense() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the license from the license property.
- getLicense() - Method in interface org.refcodes.cli.LicenseAccessor
-
Retrieves the license from the license property.
- getLineBreak() - Method in class org.refcodes.cli.CliArgsParser
- getLineSeparatorEscapeCode() - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves the line separator Escape-Code from the line separator Escape-Code property.
- getLineSeparatorEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the line separator Escape-Code from the line separator Escape-Code property.
- getLineSeparatorEscapeCode() - Method in interface org.refcodes.cli.LineSeparatorEscapeCodeAccessor
-
Retrieves the line separator Escape-Code from the line separator Escape-Code property.
- getLongOption() - Method in class org.refcodes.cli.AbstractOption
-
Returns the long-option representing an
Optioninstance. - getLongOption() - Method in class org.refcodes.cli.ArrayOption
-
Returns the long-option representing an
Optioninstance. - getLongOption() - Method in interface org.refcodes.cli.LongOptionAccessor
-
Retrieves the long option from the long option property.
- getLongOption() - Method in interface org.refcodes.cli.Option
-
Returns the long-option representing an
Optioninstance. - getLongOption() - Method in exception class org.refcodes.cli.ParseOptionArgsException
-
Retrieves the long option from the long option property.
- getLongOption() - Method in exception class org.refcodes.cli.UnknownOptionArgsException
-
Retrieves the long option from the long option property.
- getLongOptionPrefix() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the long option prefix from the long option prefix property.
- getLongOptionPrefix() - Method in interface org.refcodes.cli.LongOptionPrefixAccessor
-
Retrieves the long option prefix from the long option prefix property.
- getLongOptionPrefix() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the long option prefix from the long option prefix property.
- getLongOptionPrefix() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the long option prefix from the long option prefix property.
- getLongPropertyPrefix() - Method in interface org.refcodes.cli.LongPropertyPrefixAccessor
-
Retrieves the long option prefix from the long option prefix property.
- getMatchCount() - Method in class org.refcodes.cli.AbstractCondition
-
Determines the number of args being matched by the
Term.parseArgs(String[], CliContext)(and similar) method(s) of the according syntax. - getMatchCount() - Method in class org.refcodes.cli.AbstractOperand
-
Determines the number of args being matched by the
Term.parseArgs(String[], CliContext)(and similar) method(s) of the according syntax. - getMatchCount() - Method in exception class org.refcodes.cli.ArgsSyntaxException
-
Determines the number of args being matched upon encountering this exception.
- getMatchCount() - Method in class org.refcodes.cli.ArrayOperand
-
Determines the number of args being matched by the
Term.parseArgs(String[], CliContext)(and similar) method(s) of the according syntax. - getMatchCount() - Method in interface org.refcodes.cli.MatchCountAccessor
-
Retrieves the match-count from the match-count property.
- getMatchCount() - Method in interface org.refcodes.cli.Term
-
Determines the number of args being matched by the
Term.parseArgs(String[], CliContext)(and similar) method(s) of the according syntax. - getMaxConsoleWidth() - Method in class org.refcodes.cli.CliArgsParser
- getMaxLength() - Method in class org.refcodes.cli.ArrayOperand
-
Retrieves the maximum number of array elements to be present, e.g.
- getMinLength() - Method in class org.refcodes.cli.ArrayOperand
-
Retrieves the minimum number of array elements to be present, e.g.
- getName() - Method in class org.refcodes.cli.CliArgsParser
- getOperand() - Method in class org.refcodes.cli.ArrayOperand
-
Hook for accessing the encapsulated
Operand. - getOperands() - Method in class org.refcodes.cli.Example
-
Retrieves the command line arguments required by the example.
- getOperation() - Method in class org.refcodes.cli.AbstractDirective
-
Returns the operation assigned to the
Directiveinstance. - getOperation() - Method in class org.refcodes.cli.ArrayDirective
-
Returns the operation assigned to the
Directiveinstance. - getOperation() - Method in interface org.refcodes.cli.Directive
-
Returns the operation assigned to the
Directiveinstance. - getOperation() - Method in class org.refcodes.cli.Operation
-
Returns the operation's name.
- getOperation() - Method in interface org.refcodes.cli.OperationAccessor
-
Retrieves the operation from the operation property.
- getOperation() - Method in exception class org.refcodes.cli.ParseDirectiveArgsException
-
Retrieves the operation from the operation property.
- getOperation() - Method in exception class org.refcodes.cli.UnknownOperationArgsException
-
Retrieves the operation from the operation property.
- getOrSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol for representing an OR condition.
- getOrSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol for representing an OR condition.
- getOrSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol for representing an OR condition.
- getParsedArgs() - Method in class org.refcodes.cli.AbstractOperand
-
Retrieves the (command line) args which represent this
Operandafter being "parsed" (provided with command line args). - getParsedArgs() - Method in class org.refcodes.cli.ArrayOperand
-
Retrieves the (command line) args which represent this
Operandafter being "parsed" (provided with command line args). - getParsedArgs() - Method in interface org.refcodes.cli.Operand
-
Retrieves the (command line) args which represent this
Operandafter being "parsed" (provided with command line args). - getParsedArgs() - Method in interface org.refcodes.cli.ParsedArgsAccessor
-
Retrieves the command line arguments from the parsed args property.
- getPatternArguments() - Method in exception class org.refcodes.cli.ArgsSyntaxException
- getPatternArguments() - Method in exception class org.refcodes.cli.CliException.CliArgsException
- getPatternArguments() - Method in exception class org.refcodes.cli.ParseDirectiveArgsException
- getPatternArguments() - Method in exception class org.refcodes.cli.ParseOptionArgsException
- getPatternArguments() - Method in exception class org.refcodes.cli.UnknownOperationArgsException
- getPatternArguments() - Method in exception class org.refcodes.cli.UnknownOptionArgsException
- getPropertyEscapeCode() - Method in interface org.refcodes.cli.PropertyEscapeCodeAccessor
-
Retrieves the option Escape-Code from the option Escape-Code property.
- getResetEscapeCode() - Method in class org.refcodes.cli.CliArgsParser
- getResetEscapeCode() - Method in class org.refcodes.cli.CliContext
- getSeparatorLnChar() - Method in interface org.refcodes.cli.ArgsParser
-
Gets the character to be used when printing a separator line with the
ArgsParser.printSeparatorLn()method. - getSeparatorLnChar() - Method in class org.refcodes.cli.CliArgsParser
-
Gets the character to be used when printing a separator line with the
ArgsParser.printSeparatorLn()method. - getShortOption() - Method in class org.refcodes.cli.AbstractOption
-
Returns the short-option representing an
Optioninstance. - getShortOption() - Method in class org.refcodes.cli.ArrayOption
-
Returns the short-option representing an
Optioninstance. - getShortOption() - Method in interface org.refcodes.cli.Option
-
Returns the short-option representing an
Optioninstance. - getShortOption() - Method in exception class org.refcodes.cli.ParseOptionArgsException
-
Retrieves the short option from the short option property.
- getShortOption() - Method in interface org.refcodes.cli.ShortOptionAccessor
-
Retrieves the short option from the short option property.
- getShortOption() - Method in exception class org.refcodes.cli.UnknownOptionArgsException
-
Retrieves the short option from the short option property.
- getShortOptionPrefix() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the short option prefix from the short option prefix property.
- getShortOptionPrefix() - Method in interface org.refcodes.cli.ShortOptionPrefixAccessor
-
Retrieves the short option prefix from the short option prefix property.
- getShortOptionPrefix() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the short option prefix from the short option prefix property.
- getShortOptionPrefix() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the short option prefix from the short option prefix property.
- getShortPropertyPrefix() - Method in interface org.refcodes.cli.ShortPropertyPrefixAccessor
-
Retrieves the short option prefix from the short option prefix property.
- getSource() - Method in exception class org.refcodes.cli.ArgsSyntaxException
-
Returns the
Termresponsible for this exception. - getSyntaxMetrics() - Method in class org.refcodes.cli.CliArgsParser
-
Retrieves the
SyntaxMetricsfrom theSyntaxMetricsproperty. - getSyntaxMetrics() - Method in class org.refcodes.cli.CliContext
-
Retrieves the
SyntaxMetricsfrom theSyntaxMetricsproperty. - getSyntaxMetrics() - Method in interface org.refcodes.cli.SyntaxMetricsAccessor
-
Retrieves the
SyntaxMetricsfrom theSyntaxMetricsproperty. - getTextBoxGrid() - Method in class org.refcodes.cli.CliArgsParser
- getTitle() - Method in class org.refcodes.cli.CliArgsParser
- getType() - Method in class org.refcodes.cli.AbstractOperand
- getType() - Method in class org.refcodes.cli.ArrayOperand
- getUndefinedSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
In case of unknowingly (name, alias, value), the provided symbol should be used
- getUndefinedSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
In case of unknowingly (name, alias, value), the provided symbol should be used
- getUndefinedSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
In case of unknowingly (name, alias, value), the provided symbol should be used
- getValue() - Method in class org.refcodes.cli.AbstractOperand
- getValue() - Method in class org.refcodes.cli.ArrayOperand
- getValue() - Method in class org.refcodes.cli.BooleanDirective
- getValue() - Method in class org.refcodes.cli.BooleanOption
- getValue() - Method in class org.refcodes.cli.BooleanProperty
- getValue() - Method in interface org.refcodes.cli.Operand
- getXorSymbol() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Retrieves the symbol for representing an XOR condition.
- getXorSymbol() - Method in class org.refcodes.cli.SyntaxMetricsBuilder
-
Retrieves the symbol for representing an XOR condition.
- getXorSymbol() - Method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves the symbol for representing an XOR condition.
- GNU_POSIX - Enum constant in enum class org.refcodes.cli.SyntaxNotation
-
A syntax notation derived from GNU and POSIX utility conventions and utility argument syntax.
H
- HAS_VALUE_KEY - Static variable in class org.refcodes.cli.CliSchema
- hasChild(Term) - Method in interface org.refcodes.cli.Condition
- hasValue() - Method in interface org.refcodes.cli.Operand
-
When being parsed via the
Term.parseArgs(String[], String[], CliContext)method, use this method to determine whether theOperand.getValue()method contains parsed value. - helpFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined help
Flag. - helpFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined help
Flag. - helpFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined help
Flag. - HelpFlag - Class in org.refcodes.cli
-
A predefined help
Flag: A predefinedFlaggives itsHelpFlag.SHORT_OPTION, itsHelpFlag.LONG_OPTIONas well as itsHelpFlag.ALIASan according semantics regarded by other subsystems. - HelpFlag() - Constructor for class org.refcodes.cli.HelpFlag
-
Constructs the predefined help
Flag. - HelpFlag(boolean) - Constructor for class org.refcodes.cli.HelpFlag
-
Instantiates the class
HelpFlag. - HelpFlag(String) - Constructor for class org.refcodes.cli.HelpFlag
-
Constructs the predefined help
Flag. - HelpFlag(String, boolean) - Constructor for class org.refcodes.cli.HelpFlag
-
Instantiates the class
HelpFlag.
I
- initFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined init
Flag. - initFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined init
Flag. - initFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined init
Flag. - InitFlag - Class in org.refcodes.cli
-
A predefined init
Flag: A predefinedFlaggives itsInitFlag.SHORT_OPTION, itsInitFlag.LONG_OPTIONas well as itsInitFlag.ALIASan according semantics regarded by other subsystems. - InitFlag() - Constructor for class org.refcodes.cli.InitFlag
-
Constructs the predefined init
Flag. - InitFlag(boolean) - Constructor for class org.refcodes.cli.InitFlag
-
Instantiates the class
InitFlag. - InitFlag(String) - Constructor for class org.refcodes.cli.InitFlag
-
Constructs the predefined init
Flag. - InitFlag(String, boolean) - Constructor for class org.refcodes.cli.InitFlag
-
Instantiates the class
InitFlag. - intDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntDirectivewith the given arguments. - intDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntDirectivewith the given arguments. - intDirective(String, String, String, Consumer<IntDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntDirectivewith the given arguments. - intDirective(String, String, Consumer<IntDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntDirectivewith the given arguments. - IntDirective - Class in org.refcodes.cli
- IntDirective(String, String) - Constructor for class org.refcodes.cli.IntDirective
-
Instantiates a new
IntDirectivewith the given arguments. - IntDirective(String, String, String) - Constructor for class org.refcodes.cli.IntDirective
-
Instantiates a new
IntDirectivewith the given arguments. - IntDirective(String, String, String, Consumer<IntDirective>) - Constructor for class org.refcodes.cli.IntDirective
-
Instantiates a new
IntDirectivewith the given arguments. - IntDirective(String, String, Consumer<IntDirective>) - Constructor for class org.refcodes.cli.IntDirective
-
Instantiates a new
IntDirectivewith the given arguments. - IntDirective(Relation<String, Integer>) - Constructor for class org.refcodes.cli.IntDirective
-
Instantiates a new
IntDirectivewith the alias being the proerty's key and the value being the property's value. - IntDirective(Relation<String, Integer>, Consumer<IntDirective>) - Constructor for class org.refcodes.cli.IntDirective
-
Instantiates a new
IntDirectivewith the alias being the proerty's key and the value being the property's value. - intOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - intOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - intOption(Character, String, String, String, Consumer<IntOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - intOption(Character, String, String, Consumer<IntOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - intOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - intOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - intOption(String, String, String, Consumer<IntOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - intOption(String, String, Consumer<IntOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntOptionwith the given arguments. - IntOption - Class in org.refcodes.cli
- IntOption(Character, String, String) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates a new
IntOptionwith the given arguments. - IntOption(Character, String, String, String) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates the class
IntOption. - IntOption(Character, String, String, String, Consumer<IntOption>) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates the class
IntOption. - IntOption(Character, String, String, Consumer<IntOption>) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates a new
IntOptionwith the given arguments. - IntOption(String, String) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates a new
IntOptionwith the given arguments. - IntOption(String, String, String) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates the class
IntOption. - IntOption(String, String, String, Consumer<IntOption>) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates the class
IntOption. - IntOption(String, String, Consumer<IntOption>) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates a new
IntOptionwith the given arguments. - IntOption(Relation<String, Integer>) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates a new
IntOptionwith the alias being the proerty's key and the value being the property's value. - IntOption(Relation<String, Integer>, Consumer<IntOption>) - Constructor for class org.refcodes.cli.IntOption
-
Instantiates a new
IntOptionwith the alias being the proerty's key and the value being the property's value. - intProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - intProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - intProperty(Character, String, String, String, Consumer<IntProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - intProperty(Character, String, String, Consumer<IntProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - intProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - intProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - intProperty(String, String, String, Consumer<IntProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - intProperty(String, String, Consumer<IntProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
IntPropertywith the given arguments. - IntProperty - Class in org.refcodes.cli
- IntProperty(Character, String, String) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates a new
IntPropertywith the given arguments. - IntProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates the class
IntProperty. - IntProperty(Character, String, String, String, Consumer<IntProperty>) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates the class
IntProperty. - IntProperty(Character, String, String, Consumer<IntProperty>) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates a new
IntPropertywith the given arguments. - IntProperty(String, String) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates a new
IntPropertywith the given arguments. - IntProperty(String, String, String) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates the class
IntProperty. - IntProperty(String, String, String, Consumer<IntProperty>) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates the class
IntProperty. - IntProperty(String, String, Consumer<IntProperty>) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates a new
IntPropertywith the given arguments. - IntProperty(Relation<String, Integer>) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates a new
IntPropertywith the alias being the proerty's key and the value being the property's value. - IntProperty(Relation<String, Integer>, Consumer<IntProperty>) - Constructor for class org.refcodes.cli.IntProperty
-
Instantiates a new
IntPropertywith the alias being the proerty's key and the value being the property's value. - isChild(Term) - Method in interface org.refcodes.cli.Condition
- isEnabled() - Method in class org.refcodes.cli.Flag
-
Returns true if the switch has been set (enabled).
- isEnabled() - Method in class org.refcodes.cli.NoneOperand
-
Determines whether none arguments have been passed.
- isEnabled() - Method in class org.refcodes.cli.Operation
-
Returns true if the switch has been set (enabled).
- isEscapeCodesEnabled() - Method in class org.refcodes.cli.CliArgsParser
- isEscapeCodesEnabled() - Method in class org.refcodes.cli.CliContext
- isOption(String) - Method in class org.refcodes.cli.CliContext
-
Determines whether the given argument is an option in terms of this context, e.g. whether it starts either with a short option prefix (as of
ShortOptionPrefixAccessor.getShortOptionPrefix()or a long option prefix (as ofLongOptionPrefixAccessor.getLongOptionPrefix()). - isVisible() - Method in class org.refcodes.cli.AbstractCondition
- isVisible() - Method in class org.refcodes.cli.AbstractDirective
- isVisible() - Method in class org.refcodes.cli.AbstractOperand
- isVisible() - Method in class org.refcodes.cli.AbstractOption
- isVisible() - Method in class org.refcodes.cli.AbstractProperty
- isVisible() - Method in class org.refcodes.cli.ArrayDirective
- isVisible() - Method in class org.refcodes.cli.ArrayOperand
- isVisible() - Method in class org.refcodes.cli.ArrayOption
- isVisible() - Method in class org.refcodes.cli.BooleanDirective
- isVisible() - Method in class org.refcodes.cli.BooleanOption
- isVisible() - Method in class org.refcodes.cli.BooleanProperty
- isVisible() - Method in class org.refcodes.cli.CharDirective
- isVisible() - Method in class org.refcodes.cli.CharOption
- isVisible() - Method in class org.refcodes.cli.CharProperty
- isVisible() - Method in class org.refcodes.cli.CleanFlag
- isVisible() - Method in class org.refcodes.cli.ConfigOption
- isVisible() - Method in class org.refcodes.cli.ConfigProperty
- isVisible() - Method in class org.refcodes.cli.DaemonFlag
- isVisible() - Method in class org.refcodes.cli.DebugFlag
- isVisible() - Method in class org.refcodes.cli.DoubleDirective
- isVisible() - Method in class org.refcodes.cli.DoubleOption
- isVisible() - Method in class org.refcodes.cli.DoubleProperty
- isVisible() - Method in class org.refcodes.cli.EnumDirective
- isVisible() - Method in class org.refcodes.cli.EnumOption
- isVisible() - Method in class org.refcodes.cli.EnumProperty
- isVisible() - Method in class org.refcodes.cli.FileDirective
- isVisible() - Method in class org.refcodes.cli.FileOption
- isVisible() - Method in class org.refcodes.cli.FileProperty
- isVisible() - Method in class org.refcodes.cli.Flag
- isVisible() - Method in class org.refcodes.cli.FloatDirective
- isVisible() - Method in class org.refcodes.cli.FloatOption
- isVisible() - Method in class org.refcodes.cli.FloatProperty
- isVisible() - Method in class org.refcodes.cli.ForceFlag
- isVisible() - Method in class org.refcodes.cli.HelpFlag
- isVisible() - Method in class org.refcodes.cli.InitFlag
- isVisible() - Method in class org.refcodes.cli.IntDirective
- isVisible() - Method in class org.refcodes.cli.IntOption
- isVisible() - Method in class org.refcodes.cli.IntProperty
- isVisible() - Method in class org.refcodes.cli.LongDirective
- isVisible() - Method in class org.refcodes.cli.LongOption
- isVisible() - Method in class org.refcodes.cli.LongProperty
- isVisible() - Method in class org.refcodes.cli.NoneOperand
- isVisible() - Method in class org.refcodes.cli.Operation
- isVisible() - Method in class org.refcodes.cli.QuietFlag
- isVisible() - Method in class org.refcodes.cli.StringDirective
- isVisible() - Method in class org.refcodes.cli.StringOperand
- isVisible() - Method in class org.refcodes.cli.StringOption
- isVisible() - Method in class org.refcodes.cli.StringProperty
- isVisible() - Method in class org.refcodes.cli.SysInfoFlag
- isVisible() - Method in class org.refcodes.cli.VerboseFlag
- isVisible() - Method in interface org.refcodes.cli.Term
K
- KeywordEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a keyword (e.g. short- and long-options) Escape-Code property.
- KeywordEscapeCodeAccessor.KeywordEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a keyword (e.g. short- and long-options) Escape-Code property returning the builder for applying multiple build operations.
- KeywordEscapeCodeAccessor.KeywordEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a keyword (e.g. short- and long-options) Escape-Code property.
- KeywordEscapeCodeAccessor.KeywordEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a keyword (e.g. short- and long-options) Escape-Code property.
L
- letArgs(String[]) - Method in interface org.refcodes.cli.ArgsAccessor.ArgsProperty
-
This method stores and passes through the given arguments, which is very useful for builder APIs: Sets the given
Stringarray (setter) as ofArgsAccessor.ArgsMutator.setArgs(String[])and returns the very same value (getter). - letArgsParser(ArgsParser) - Method in interface org.refcodes.cli.ArgsParserAccessor.ArgsParserProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
ArgsParser(setter) as ofArgsParserAccessor.ArgsParserMutator.setArgsParser(ArgsParser)and returns the very same value (getter). - letArgsSyntax(Term) - Method in interface org.refcodes.cli.ArgsSyntaxAccessor.ArgsSyntaxProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
Condition(setter) as ofArgsSyntaxAccessor.ArgsSyntaxMutator.setArgsSyntax(Term)and returns the very same value (getter). - letArgumentEscapeCode(String) - Method in interface org.refcodes.cli.ArgumentEscapeCodeAccessor.ArgumentEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofArgumentEscapeCodeAccessor.ArgumentEscapeCodeMutator.setArgumentEscapeCode(String)and returns the very same value (getter). - letArgumentPrefix(String) - Method in interface org.refcodes.cli.ArgumentPrefixAccessor.ArgumentPrefixProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofArgumentPrefixAccessor.ArgumentPrefixMutator.setArgumentPrefix(String)and returns the very same value (getter). - letArgumentSuffix(String) - Method in interface org.refcodes.cli.ArgumentSuffixAccessor.ArgumentSuffixProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofArgumentSuffixAccessor.ArgumentSuffixMutator.setArgumentSuffix(String)and returns the very same value (getter). - letBannerBorderEscapeCode(String) - Method in interface org.refcodes.cli.BannerBorderEscapeCodeAccessor.BannerBorderEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofBannerBorderEscapeCodeAccessor.BannerBorderEscapeCodeMutator.setBannerBorderEscapeCode(String)and returns the very same value (getter). - letBannerEscapeCode(String) - Method in interface org.refcodes.cli.BannerEscapeCodeAccessor.BannerEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofBannerEscapeCodeAccessor.BannerEscapeCodeMutator.setBannerEscapeCode(String)and returns the very same value (getter). - letBannerFont(Font) - Method in interface org.refcodes.cli.BannerFontAccessor.BannerFontProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
Font(setter) as ofBannerFontAccessor.BannerFontMutator.setBannerFont(Font)and returns the very same value (getter). - letBannerFontPalette(char[]) - Method in interface org.refcodes.cli.BannerFontPaletteAccessor.BannerFontPaletteProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given palette (setter) as of
BannerFontPaletteAccessor.BannerFontPaletteMutator.setBannerFontPalette(char[])and returns the very same value (getter). - letCliContext(CliContext) - Method in interface org.refcodes.cli.CliContextAccessor.CliContextProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
CliContext(setter) as ofCliContextAccessor.CliContextMutator.setCliContext(CliContext)and returns the very same value (getter). - letCommandEscapeCode(String) - Method in interface org.refcodes.cli.CommandEscapeCodeAccessor.CommandEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofCommandEscapeCodeAccessor.CommandEscapeCodeMutator.setCommandEscapeCode(String)and returns the very same value (getter). - letCopyright(String) - Method in interface org.refcodes.cli.CopyrightAccessor.CopyrightProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given width (setter) as of
CopyrightAccessor.CopyrightMutator.setCopyright(String)and returns the very same value (getter). - letDescriptionEscapeCode(String) - Method in interface org.refcodes.cli.DescriptionEscapeCodeAccessor.DescriptionEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofDescriptionEscapeCodeAccessor.DescriptionEscapeCodeMutator.setDescriptionEscapeCode(String)and returns the very same value (getter). - letExamples(Example[]) - Method in interface org.refcodes.cli.ExamplesAccessor.ExamplesProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
Condition(setter) as ofExamplesAccessor.ExamplesMutator.setExamples(Example[])and returns the very same value (getter). - letKeywordEscapeCode(String) - Method in interface org.refcodes.cli.KeywordEscapeCodeAccessor.KeywordEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofKeywordEscapeCodeAccessor.KeywordEscapeCodeMutator.setKeywordEscapeCode(String)and returns the very same value (getter). - letLicense(String) - Method in interface org.refcodes.cli.LicenseAccessor.LicenseProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given width (setter) as of
LicenseAccessor.LicenseMutator.setLicense(String)and returns the very same value (getter). - letLineSeparatorEscapeCode(String) - Method in interface org.refcodes.cli.LineSeparatorEscapeCodeAccessor.LineSeparatorEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofLineSeparatorEscapeCodeAccessor.LineSeparatorEscapeCodeMutator.setLineSeparatorEscapeCode(String)and returns the very same value (getter). - letLongOption(String) - Method in interface org.refcodes.cli.LongOptionAccessor.LongOptionProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofLongOptionAccessor.LongOptionMutator.setLongOption(String)and returns the very same value (getter). - letLongOptionPrefix(String) - Method in interface org.refcodes.cli.LongOptionPrefixAccessor.LongOptionPrefixProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofLongOptionPrefixAccessor.LongOptionPrefixMutator.setLongOptionPrefix(String)and returns the very same value (getter). - letLongPropertyPrefix(String) - Method in interface org.refcodes.cli.LongPropertyPrefixAccessor.LongPropertyPrefixProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofLongPropertyPrefixAccessor.LongPropertyPrefixMutator.setLongPropertyPrefix(String)and returns the very same value (getter). - letMatchCount(int) - Method in interface org.refcodes.cli.MatchCountAccessor.MatchCountProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of
MatchCountAccessor.MatchCountMutator.setMatchCount(int)and returns the very same value (getter). - letOperation(String) - Method in interface org.refcodes.cli.OperationAccessor.OperationProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofOperationAccessor.OperationMutator.setOperation(String)and returns the very same value (getter). - letParsedArgs(String[]) - Method in interface org.refcodes.cli.ParsedArgsAccessor.ParsedArgsProperty
-
This method stores and passes through the given arguments, which is very useful for builder APIs: Sets the given
Stringarray (setter) as ofParsedArgsAccessor.ParsedArgsMutator.setParsedArgs(String[])and returns the very same value (getter). - letPropertyEscapeCode(String) - Method in interface org.refcodes.cli.PropertyEscapeCodeAccessor.PropertyEscapeCodeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofPropertyEscapeCodeAccessor.PropertyEscapeCodeMutator.setPropertyEscapeCode(String)and returns the very same value (getter). - letShortOption(String) - Method in interface org.refcodes.cli.ShortOptionAccessor.ShortOptionProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
String(setter) as ofsetShortOption(String)and returns the very same value (getter). - letShortOptionPrefix(Character) - Method in interface org.refcodes.cli.ShortOptionPrefixAccessor.ShortOptionPrefixProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
Character(setter) as ofShortOptionPrefixAccessor.ShortOptionPrefixMutator.setShortOptionPrefix(Character)and returns the very same value (getter). - letShortPropertyPrefix(Character) - Method in interface org.refcodes.cli.ShortPropertyPrefixAccessor.ShortPropertyPrefixProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
Character(setter) as ofShortPropertyPrefixAccessor.ShortPropertyPrefixMutator.setShortPropertyPrefix(Character)and returns the very same value (getter). - letSyntaxMetrics(SyntaxMetrics) - Method in interface org.refcodes.cli.SyntaxMetricsAccessor.SyntaxMetricsProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
SyntaxMetrics(setter) as ofSyntaxMetricsAccessor.SyntaxMetricsMutator.setSyntaxMetrics(SyntaxMetrics)and returns the very same value (getter). - letSyntaxMetrics(SyntaxNotation) - Method in interface org.refcodes.cli.SyntaxMetricsAccessor.SyntaxMetricsProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
SyntaxNotation(setter) as ofSyntaxMetricsAccessor.SyntaxMetricsMutator.setSyntaxMetrics(SyntaxNotation)and returns the very same value (getter). - LicenseAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a license property.
- LicenseAccessor.LicenseBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a license property returning the builder for applying multiple build operations.
- LicenseAccessor.LicenseMutator - Interface in org.refcodes.cli
-
Provides a mutator for a license property.
- LicenseAccessor.LicenseProperty - Interface in org.refcodes.cli
-
Provides a license property.
- LineSeparatorEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a line separator Escape-Code property.
- LineSeparatorEscapeCodeAccessor.LineSeparatorEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a line separator Escape-Code property returning the builder for applying multiple build operations.
- LineSeparatorEscapeCodeAccessor.LineSeparatorEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a line separator Escape-Code property.
- LineSeparatorEscapeCodeAccessor.LineSeparatorEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a line separator Escape-Code property.
- LOGICAL - Enum constant in enum class org.refcodes.cli.SyntaxNotation
-
A notation which the author of this code believes to unambiguously describe a command line utility's argument syntax; as defined by the means of this
refcodes-cliartifact. - LONG_OPTION - Static variable in class org.refcodes.cli.CleanFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.ConfigOption
- LONG_OPTION - Static variable in class org.refcodes.cli.ConfigProperty
- LONG_OPTION - Static variable in class org.refcodes.cli.DaemonFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.DebugFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.ForceFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.HelpFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.InitFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.QuietFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.SysInfoFlag
- LONG_OPTION - Static variable in class org.refcodes.cli.VerboseFlag
- longDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongDirectivewith the given arguments. - longDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongDirectivewith the given arguments. - longDirective(String, String, String, Consumer<LongDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongDirectivewith the given arguments. - longDirective(String, String, Consumer<LongDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongDirectivewith the given arguments. - LongDirective - Class in org.refcodes.cli
- LongDirective(String, String) - Constructor for class org.refcodes.cli.LongDirective
-
Instantiates a new
LongDirectivewith the given arguments. - LongDirective(String, String, String) - Constructor for class org.refcodes.cli.LongDirective
-
Instantiates a new
LongDirectivewith the given arguments. - LongDirective(String, String, String, Consumer<LongDirective>) - Constructor for class org.refcodes.cli.LongDirective
-
Instantiates a new
LongDirectivewith the given arguments. - LongDirective(String, String, Consumer<LongDirective>) - Constructor for class org.refcodes.cli.LongDirective
-
Instantiates a new
LongDirectivewith the given arguments. - LongDirective(Relation<String, Long>) - Constructor for class org.refcodes.cli.LongDirective
-
Instantiates a new
LongDirectivewith the alias being the proerty's key and the value being the property's value. - LongDirective(Relation<String, Long>, Consumer<LongDirective>) - Constructor for class org.refcodes.cli.LongDirective
-
Instantiates a new
LongDirectivewith the alias being the proerty's key and the value being the property's value. - longOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - longOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - longOption(Character, String, String, String, Consumer<LongOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - longOption(Character, String, String, Consumer<LongOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - longOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - longOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - longOption(String, String, String, Consumer<LongOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - longOption(String, String, Consumer<LongOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongOptionwith the given arguments. - LongOption - Class in org.refcodes.cli
- LongOption(Character, String, String) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates a new
LongOptionwith the given arguments. - LongOption(Character, String, String, String) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates the class
LongOption. - LongOption(Character, String, String, String, Consumer<LongOption>) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates the class
LongOption. - LongOption(Character, String, String, Consumer<LongOption>) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates a new
LongOptionwith the given arguments. - LongOption(String, String) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates a new
LongOptionwith the given arguments. - LongOption(String, String, String) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates the class
LongOption. - LongOption(String, String, String, Consumer<LongOption>) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates the class
LongOption. - LongOption(String, String, Consumer<LongOption>) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates a new
LongOptionwith the given arguments. - LongOption(Relation<String, Long>) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates a new
LongOptionwith the alias being the proerty's key and the value being the property's value. - LongOption(Relation<String, Long>, Consumer<LongOption>) - Constructor for class org.refcodes.cli.LongOption
-
Instantiates a new
LongOptionwith the alias being the proerty's key and the value being the property's value. - LongOptionAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a long option property.
- LongOptionAccessor.LongOptionBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a long option property returning the builder for applying multiple build operations.
- LongOptionAccessor.LongOptionMutator - Interface in org.refcodes.cli
-
Provides a mutator for a long option property.
- LongOptionAccessor.LongOptionProperty - Interface in org.refcodes.cli
-
Provides a long option property.
- LongOptionPrefixAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a long option prefix property.
- LongOptionPrefixAccessor.LongOptionPrefixBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a long option prefix property returning the builder for applying multiple build operations.
- LongOptionPrefixAccessor.LongOptionPrefixMutator - Interface in org.refcodes.cli
-
Provides a mutator for a long option prefix property.
- LongOptionPrefixAccessor.LongOptionPrefixProperty - Interface in org.refcodes.cli
-
Provides a long option prefix property.
- longProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - longProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - longProperty(Character, String, String, String, Consumer<LongProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - longProperty(Character, String, String, Consumer<LongProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - longProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - longProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - longProperty(String, String, String, Consumer<LongProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - longProperty(String, String, Consumer<LongProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
LongPropertywith the given arguments. - LongProperty - Class in org.refcodes.cli
- LongProperty(Character, String, String) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates a new
LongPropertywith the given arguments. - LongProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates the class
LongProperty. - LongProperty(Character, String, String, String, Consumer<LongProperty>) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates the class
LongProperty. - LongProperty(Character, String, String, Consumer<LongProperty>) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates a new
LongPropertywith the given arguments. - LongProperty(String, String) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates a new
LongPropertywith the given arguments. - LongProperty(String, String, String) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates the class
LongProperty. - LongProperty(String, String, String, Consumer<LongProperty>) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates the class
LongProperty. - LongProperty(String, String, Consumer<LongProperty>) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates a new
LongPropertywith the given arguments. - LongProperty(Relation<String, Long>) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates a new
LongPropertywith the alias being the proerty's key and the value being the property's value. - LongProperty(Relation<String, Long>, Consumer<LongProperty>) - Constructor for class org.refcodes.cli.LongProperty
-
Instantiates a new
LongPropertywith the alias being the proerty's key and the value being the property's value. - LongPropertyPrefixAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a long option prefix property.
- LongPropertyPrefixAccessor.LongPropertyPrefixBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a long option prefix property returning the builder for applying multiple build operations.
- LongPropertyPrefixAccessor.LongPropertyPrefixMutator - Interface in org.refcodes.cli
-
Provides a mutator for a long option prefix property.
- LongPropertyPrefixAccessor.LongPropertyPrefixProperty - Interface in org.refcodes.cli
-
Provides a long option prefix property.
M
- MATCH_COUNT - Static variable in class org.refcodes.cli.CliSchema
- MatchCountAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a match-count property.
- MatchCountAccessor.MatchCountBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a match-count property returning the builder for applying multiple build operations.
- MatchCountAccessor.MatchCountMutator - Interface in org.refcodes.cli
-
Provides a mutator for a match-count property.
- MatchCountAccessor.MatchCountProperty - Interface in org.refcodes.cli
-
Provides a match-count property.
N
- none(String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
NoneOperand. - none(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
NoneOperand. - none(String, String, Consumer<NoneOperand>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
NoneOperand. - none(String, Consumer<NoneOperand>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
NoneOperand. - none(Relation<String, Boolean>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
NoneOperand. - none(Relation<String, Boolean>, Consumer<NoneOperand>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
NoneOperand. - NONE - Enum constant in enum class org.refcodes.cli.ArgsFilter
-
No arguments are filtered.
- NoneOperand - Class in org.refcodes.cli
-
The
NoneOperandrepresents an empty set of arguments, e.g. no command line argument is being passed. - NoneOperand(String) - Constructor for class org.refcodes.cli.NoneOperand
-
Instantiates the class
NoneOperand. - NoneOperand(String, String) - Constructor for class org.refcodes.cli.NoneOperand
-
Instantiates the class
NoneOperand. - NoneOperand(String, String, Consumer<NoneOperand>) - Constructor for class org.refcodes.cli.NoneOperand
-
Instantiates the class
NoneOperand. - NoneOperand(String, Consumer<NoneOperand>) - Constructor for class org.refcodes.cli.NoneOperand
-
Instantiates the class
NoneOperand. - NoneOperand(Relation<String, Boolean>) - Constructor for class org.refcodes.cli.NoneOperand
-
Instantiates the class
NoneOperand. - NoneOperand(Relation<String, Boolean>, Consumer<NoneOperand>) - Constructor for class org.refcodes.cli.NoneOperand
-
Instantiates the class
NoneOperand.
O
- Operand<T> - Interface in org.refcodes.cli
-
An
Operandrepresents a value parsed from command line arguments. - operation(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs a
Operationwith the given arguments. - operation(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs a
Operationwith the given arguments. - operation(String, String, String, Consumer<Operation>) - Static method in class org.refcodes.cli.CliSugar
-
Constructs a
Operationwith the given arguments. - operation(String, String, Consumer<Operation>) - Static method in class org.refcodes.cli.CliSugar
-
Constructs a
Operationwith the given arguments. - Operation - Class in org.refcodes.cli
-
The
Operationis an argument representing an action of functioning or the fact of being active or in effect and is either provided (as command line argument) or not provided as ofOperation.isEnabled(). - Operation(String, String) - Constructor for class org.refcodes.cli.Operation
-
Constructs a
Operationwith the given arguments. - Operation(String, String, String) - Constructor for class org.refcodes.cli.Operation
-
Constructs a
Operationwith the given arguments. - Operation(String, String, String, Consumer<Operation>) - Constructor for class org.refcodes.cli.Operation
-
Instantiates the class
Operation. - Operation(String, String, Consumer<Operation>) - Constructor for class org.refcodes.cli.Operation
-
Constructs a
Operationwith the given arguments. - OperationAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a operation property.
- OperationAccessor.OperationBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a operation property returning the builder for applying multiple build operations.
- OperationAccessor.OperationMutator - Interface in org.refcodes.cli
-
Provides a mutator for a operation property.
- OperationAccessor.OperationProperty - Interface in org.refcodes.cli
-
Provides a operation property.
- Option<T> - Interface in org.refcodes.cli
-
An
Optionrepresents a command line option with the according option's value. - Optionable - Interface in org.refcodes.cli
-
Provides means to determine context specific information on
Optioninstances. - optional(Term...) - Static method in class org.refcodes.cli.CliSugar
-
Semantically identical synonym for the
CliSugar.optional(Term...). - or(Term...) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
OrConditionwith theTerm. - OrCondition - Class in org.refcodes.cli
-
An
OrConditionrepresents a list ofCondition(Term) instances of which at least one must be parsed successfully when theTerms'Term.parseArgs(String[], String[], CliContext)methods are invoked. - OrCondition(Term...) - Constructor for class org.refcodes.cli.OrCondition
- org.refcodes.cli - module org.refcodes.cli
- org.refcodes.cli - package org.refcodes.cli
-
This artifact defines some helpful toolkit to parse your command line arguments (as passed to your
public static void main( String[] args) { ... }method.
P
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.AbstractDirective
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.AbstractOperand
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.AbstractOption
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.AbstractProperty
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.AllCondition
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.AndCondition
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.AnyCondition
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.ArrayOperand
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.Flag
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.NoneOperand
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.Operation
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.OrCondition
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in interface org.refcodes.cli.Term
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], String[], CliContext) - Method in class org.refcodes.cli.XorCondition
-
Parses the given command line arguments using the provided keyword set and CLI context.
- parseArgs(String[], CliContext) - Method in interface org.refcodes.cli.Term
-
Parses the given command line arguments using the provided CLI context deriving its keyword.
- ParseArgsException - Exception Class in org.refcodes.cli
-
Thrown in case the provided command line arguments do not respect the required semantics or cannot be converted to the required type.
- ParseArgsException(String[], Throwable) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String[], Throwable, String) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[]) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[], String) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[], Throwable) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[], Term) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[], Term, String) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParseArgsException(String, String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.ParseArgsException
-
Instantiates the class
ParseArgsException. - ParsedArgsAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a command line arguments (short "args") array.
- ParsedArgsAccessor.ParsedArgsMutator - Interface in org.refcodes.cli
-
Provides a mutator for a parsed args property.
- ParsedArgsAccessor.ParsedArgsProperty - Interface in org.refcodes.cli
-
Provides a parsed args property.
- ParseDirectiveArgsException - Exception Class in org.refcodes.cli
-
Thrown in case the provided command line arguments do not respect the required semantics or cannot be converted to the required type by a
Directive(having an operation alongside an expected operand), e.g. - ParseDirectiveArgsException(String[], String, Throwable) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String[], String, Throwable, String) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String[], String, Throwable, Term) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String[], String, Throwable, Term, String) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String, String) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String, Throwable) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String, Throwable, String) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String, Throwable, Term) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String, Throwable, Term, String) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String, Term) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseDirectiveArgsException(String, String[], String, Term, String) - Constructor for exception class org.refcodes.cli.ParseDirectiveArgsException
-
Instantiates the class
ParseDirectiveArgsException. - ParseOptionArgsException - Exception Class in org.refcodes.cli
-
Thrown in case the provided command line arguments do not respect the required semantics or cannot be converted to the required type by an
Option(having a short- and/or a long-option), e.g. the arguments were rejected as them did not work for the according syntax. - ParseOptionArgsException(String[], String, String, Throwable) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String[], String, String, Throwable, String) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String[], String, String, Throwable, Term) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String[], String, String, Throwable, Term, String) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String, String) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String, Throwable) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String, Throwable, String) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String, Throwable, Term) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String, Throwable, Term, String) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String, Term) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - ParseOptionArgsException(String, String[], String, String, Term, String) - Constructor for exception class org.refcodes.cli.ParseOptionArgsException
-
Instantiates the class
ParseOptionArgsException. - printBanner() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the banner; the banner most probably is an ASCII_HEADER_ASCII_BODY art text block which's look depends strongly on the taste of the author implementing this interface.
- printBanner() - Method in class org.refcodes.cli.CliArgsParser
-
Prints the banner; the banner most probably is an ASCII_HEADER_ASCII_BODY art text block which's look depends strongly on the taste of the author implementing this interface.
- printBody() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the help as of
ArgsParser.printHelp()without the banner. - printCopyright() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the copyright note as specified by the
ArgsParser.withCopyright(String)method; with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printCopyright() - Method in class org.refcodes.cli.CliArgsParser
-
Prints the copyright note as specified by the
ArgsParser.withCopyright(String)method; with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printDescription() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the description as set by the
ArgsParser.withDescription(String)method with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printDescription() - Method in class org.refcodes.cli.CliArgsParser
-
Prints the description as set by the
ArgsParser.withDescription(String)method with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printExamples() - Method in interface org.refcodes.cli.ArgsParser
-
Prints example usages as as added by the
ArgsParser.addExample(String, Operand...)method with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printExamples() - Method in class org.refcodes.cli.CliArgsParser
-
Prints example usages as as added by the
ArgsParser.addExample(String, Operand...)method with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printHeader() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the header, which might be a simplified banner: Can be used when overriding methods such as
ArgsParser.printHelp()orArgsParser.printBanner(). - printHeader() - Method in class org.refcodes.cli.CliArgsParser
-
Prints the header, which might be a simplified banner: Can be used when overriding methods such as
ArgsParser.printHelp()orArgsParser.printBanner(). - printHelp() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the help to the standard output specified by the
ArgsParser.withStandardOut(PrintStream)method. - printLicense() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the license note as specified by the
ArgsParser.withLicense(String)method; with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printLicense() - Method in class org.refcodes.cli.CliArgsParser
-
Prints the license note as specified by the
ArgsParser.withLicense(String)method; with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printLn() - Method in interface org.refcodes.cli.ArgsParser
-
Prints an empty line / a line break.
- printLn() - Method in class org.refcodes.cli.CliArgsParser
-
Prints an empty line / a line break.
- printLn(String) - Method in interface org.refcodes.cli.ArgsParser
-
Prints the given line to standard out with regards to the console width as specified by the
ArgsParser.withConsoleWidth(int)method. - printLn(String) - Method in class org.refcodes.cli.CliArgsParser
-
Prints the given line to standard out with regards to the console width as specified by the
ArgsParser.withConsoleWidth(int)method. - printOptions() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the
Options (short- and the long-options), theFlages and theOperandand their description with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printOptions() - Method in class org.refcodes.cli.CliArgsParser
-
Prints the
Options (short- and the long-options), theFlages and theOperandand their description with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printSeparatorLn() - Method in interface org.refcodes.cli.ArgsParser
-
Prints a separator line using the separator character as specified by the
ArgsParser.withSeparatorLnChar(char)method; with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printSeparatorLn() - Method in class org.refcodes.cli.CliArgsParser
-
Prints a separator line using the separator character as specified by the
ArgsParser.withSeparatorLnChar(char)method; with regards to the console width as specified by theArgsParser.withConsoleWidth(int)method. - printSynopsis() - Method in interface org.refcodes.cli.ArgsParser
-
Prints the syntax as retrieved by the root
Conditionelement as ofSynopsisable.toSynopsis(SyntaxNotation)with regards to theSyntaxNotationset by theArgsParser.withSyntaxMetrics(SyntaxMetrics)method. - printSynopsis() - Method in class org.refcodes.cli.CliArgsParser
-
Prints the syntax as retrieved by the root
Conditionelement as ofSynopsisable.toSynopsis(SyntaxNotation)with regards to theSyntaxNotationset by theArgsParser.withSyntaxMetrics(SyntaxMetrics)method. - Property<T> - Interface in org.refcodes.cli
-
An
Propertyrepresents an option property with the according porperty's key and value separated by a=(and no whitespace inbetween). - PropertyEscapeCodeAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a option Escape-Code property.
- PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a option Escape-Code property returning the builder for applying multiple build operations.
- PropertyEscapeCodeAccessor.PropertyEscapeCodeMutator - Interface in org.refcodes.cli
-
Provides a mutator for a option Escape-Code property.
- PropertyEscapeCodeAccessor.PropertyEscapeCodeProperty - Interface in org.refcodes.cli
-
Provides a option Escape-Code property.
Q
- quietFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined quiet
Flag. - quietFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined quiet
Flag. - quietFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined quiet
Flag. - QuietFlag - Class in org.refcodes.cli
-
A predefined "be quiet"
Flag: A predefinedFlaggives itsQuietFlag.SHORT_OPTION, itsQuietFlag.LONG_OPTIONas well as itsQuietFlag.ALIASan according semantics regarded by other subsystems. - QuietFlag() - Constructor for class org.refcodes.cli.QuietFlag
-
Constructs the predefined quiet
Flag. - QuietFlag(boolean) - Constructor for class org.refcodes.cli.QuietFlag
-
Instantiates the class
QuietFlag. - QuietFlag(String) - Constructor for class org.refcodes.cli.QuietFlag
-
Constructs the predefined quiet
Flag. - QuietFlag(String, boolean) - Constructor for class org.refcodes.cli.QuietFlag
-
Instantiates the class
QuietFlag.
R
- reset() - Method in class org.refcodes.cli.AbstractCondition
- reset() - Method in class org.refcodes.cli.AbstractOperand
- reset() - Method in class org.refcodes.cli.AnyCondition
- reset() - Method in class org.refcodes.cli.ArrayOperand
- reset() - Method in class org.refcodes.cli.CliArgsParser
- reset() - Method in class org.refcodes.cli.Flag
- reset() - Method in class org.refcodes.cli.Operation
S
- setArgs(String[]) - Method in interface org.refcodes.cli.ArgsAccessor.ArgsMutator
-
Sets the command line arguments for the args property.
- setArgsParser(ArgsParser) - Method in interface org.refcodes.cli.ArgsParserAccessor.ArgsParserMutator
-
Sets the args-parser for the
ArgsParserproperty. - setArgsSyntax(Term) - Method in interface org.refcodes.cli.ArgsSyntaxAccessor.ArgsSyntaxMutator
- setArgsSyntax(Term) - Method in class org.refcodes.cli.CliArgsParser
- setArgumentEscapeCode(String) - Method in interface org.refcodes.cli.ArgumentEscapeCodeAccessor.ArgumentEscapeCodeMutator
-
Sets the argument Escape-Code for the argument Escape-Code property.
- setArgumentEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the argument Escape-Code for the argument Escape-Code property.
- setArgumentPrefix(String) - Method in interface org.refcodes.cli.ArgumentPrefixAccessor.ArgumentPrefixMutator
-
Sets the argument prefix for the argument prefix property.
- setArgumentSuffix(String) - Method in interface org.refcodes.cli.ArgumentSuffixAccessor.ArgumentSuffixMutator
-
Sets the argument suffix for the argument suffix property.
- setBannerBorderEscapeCode(String) - Method in interface org.refcodes.cli.BannerBorderEscapeCodeAccessor.BannerBorderEscapeCodeMutator
-
Sets the banner border Escape-Code for the banner border Escape-Code property.
- setBannerBorderEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner border Escape-Code for the banner border Escape-Code property.
- setBannerEscapeCode(String) - Method in interface org.refcodes.cli.BannerEscapeCodeAccessor.BannerEscapeCodeMutator
-
Sets the banner Escape-Code for the banner Escape-Code property.
- setBannerEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner Escape-Code for the banner Escape-Code property.
- setBannerFont(Font) - Method in interface org.refcodes.cli.BannerFontAccessor.BannerFontMutator
-
Sets the banner
Fontfor the bannerFontproperty. - setBannerFont(Font) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner
Fontfor the bannerFontproperty. - setBannerFontPalette(char[]) - Method in interface org.refcodes.cli.BannerFontPaletteAccessor.BannerFontPaletteMutator
-
Sets the banner font palette for the banner font palette property.
- setBannerFontPalette(char[]) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner font palette for the banner font palette property.
- setBannerFontPalette(AsciiColorPalette) - Method in interface org.refcodes.cli.BannerFontPaletteAccessor.BannerFontPaletteMutator
-
Sets the banner font palette for the banner font palette property.
- setBannerFontPalette(AsciiColorPalette) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner font palette for the banner font palette property.
- setCliContext(CliContext) - Method in interface org.refcodes.cli.CliContextAccessor.CliContextMutator
-
Sets the
CliContextfor theCliContextproperty. - setCommandEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the command Escape-Code for the command Escape-Code property.
- setCommandEscapeCode(String) - Method in interface org.refcodes.cli.CommandEscapeCodeAccessor.CommandEscapeCodeMutator
-
Sets the command Escape-Code for the command Escape-Code property.
- setConsoleWidth(int) - Method in class org.refcodes.cli.CliArgsParser
- setCopyright(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the copyright for the copyright property.
- setCopyright(String) - Method in interface org.refcodes.cli.CopyrightAccessor.CopyrightMutator
-
Sets the copyright for the copyright property.
- setDescription(String) - Method in class org.refcodes.cli.CliArgsParser
- setDescriptionEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the description Escape-Code for the description Escape-Code property.
- setDescriptionEscapeCode(String) - Method in interface org.refcodes.cli.DescriptionEscapeCodeAccessor.DescriptionEscapeCodeMutator
-
Sets the description Escape-Code for the description Escape-Code property.
- setErrorOut(PrintStream) - Method in interface org.refcodes.cli.ArgsParser
-
Set the error out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - setErrorOut(PrintStream) - Method in class org.refcodes.cli.CliArgsParser
-
Set the error out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - setEscapeCodesEnabled(boolean) - Method in class org.refcodes.cli.CliArgsParser
- setExamples(Collection<Example>) - Method in interface org.refcodes.cli.ExamplesAccessor.ExamplesMutator
- setExamples(Example[]) - Method in class org.refcodes.cli.CliArgsParser
- setExamples(Example[]) - Method in interface org.refcodes.cli.ExamplesAccessor.ExamplesMutator
- setKeywordEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the keyword (e.g. short- and long-options) Escape-Code for the option Escape-Code property.
- setKeywordEscapeCode(String) - Method in interface org.refcodes.cli.KeywordEscapeCodeAccessor.KeywordEscapeCodeMutator
-
Sets the keyword (e.g. short- and long-options) Escape-Code for the option Escape-Code property.
- setLicense(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the license for the license property.
- setLicense(String) - Method in interface org.refcodes.cli.LicenseAccessor.LicenseMutator
-
Sets the license for the license property.
- setLineBreak(String) - Method in class org.refcodes.cli.CliArgsParser
- setLineSeparatorEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the line separator Escape-Code for the line separator Escape-Code property.
- setLineSeparatorEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the line separator Escape-Code for the line separator Escape-Code property.
- setLineSeparatorEscapeCode(String) - Method in interface org.refcodes.cli.LineSeparatorEscapeCodeAccessor.LineSeparatorEscapeCodeMutator
-
Sets the line separator Escape-Code for the line separator Escape-Code property.
- setLongOption(String) - Method in interface org.refcodes.cli.LongOptionAccessor.LongOptionMutator
-
Sets the long option for the long option property.
- setLongOptionPrefix(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the long option prefix for the long option prefix property.
- setLongOptionPrefix(String) - Method in interface org.refcodes.cli.LongOptionPrefixAccessor.LongOptionPrefixMutator
-
Sets the long option prefix for the long option prefix property.
- setLongPropertyPrefix(String) - Method in interface org.refcodes.cli.LongPropertyPrefixAccessor.LongPropertyPrefixMutator
-
Sets the long option prefix for the long option prefix property.
- setMatchCount(int) - Method in interface org.refcodes.cli.MatchCountAccessor.MatchCountMutator
-
Sets the match-count for the match-count property.
- setMaxConsoleWidth(int) - Method in class org.refcodes.cli.CliArgsParser
- setName(String) - Method in class org.refcodes.cli.CliArgsParser
- setOperation(String) - Method in interface org.refcodes.cli.OperationAccessor.OperationMutator
-
Sets the operation for the operation property.
- setParsedArgs(String[]) - Method in class org.refcodes.cli.AbstractDirective
-
Sets the command line argument(s) representing the
Operandand its value as parsed by theAbstractOperand.parseArgs(String[], String[], CliContext)method. - setParsedArgs(String[]) - Method in class org.refcodes.cli.AbstractOperand
-
Sets the command line argument(s) representing the
Operandand its value as parsed by theAbstractOperand.parseArgs(String[], String[], CliContext)method. - setParsedArgs(String[]) - Method in class org.refcodes.cli.AbstractOption
-
Sets the command line argument(s) representing the
Operandand its value as parsed by theAbstractOperand.parseArgs(String[], String[], CliContext)method. - setParsedArgs(String[]) - Method in interface org.refcodes.cli.ParsedArgsAccessor.ParsedArgsMutator
-
Sets the command line arguments for the parsed args property.
- setPropertyEscapeCode(String) - Method in interface org.refcodes.cli.PropertyEscapeCodeAccessor.PropertyEscapeCodeMutator
-
Sets the option Escape-Code for the option Escape-Code property.
- setResetEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
- setSeparatorLnChar(char) - Method in interface org.refcodes.cli.ArgsParser
-
Set the character to be used when printing a separator line with the
ArgsParser.printSeparatorLn()method. - setSeparatorLnChar(char) - Method in class org.refcodes.cli.CliArgsParser
-
Set the character to be used when printing a separator line with the
ArgsParser.printSeparatorLn()method. - setShortOption(String) - Method in interface org.refcodes.cli.ShortOptionAccessor.ShortOptionMutator
-
Sets the short option for the short option property.
- setShortOptionPrefix(Character) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the short option prefix for the short option prefix property.
- setShortOptionPrefix(Character) - Method in interface org.refcodes.cli.ShortOptionPrefixAccessor.ShortOptionPrefixMutator
-
Sets the short option prefix for the short option prefix property.
- setShortPropertyPrefix(Character) - Method in interface org.refcodes.cli.ShortPropertyPrefixAccessor.ShortPropertyPrefixMutator
-
Sets the short option prefix for the short option prefix property.
- setStandardOut(PrintStream) - Method in interface org.refcodes.cli.ArgsParser
-
Set the standard out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - setStandardOut(PrintStream) - Method in class org.refcodes.cli.CliArgsParser
-
Set the standard out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - setSyntaxMetrics(SyntaxMetrics) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the
SyntaxMetricsfor theSyntaxMetricsproperty. - setSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the
SyntaxMetricsfor theSyntaxMetricsproperty. - setSyntaxMetrics(SyntaxMetrics) - Method in interface org.refcodes.cli.SyntaxMetricsAccessor.SyntaxMetricsMutator
-
Sets the
SyntaxMetricsfor theSyntaxMetricsproperty. - setSyntaxMetrics(SyntaxNotation) - Method in interface org.refcodes.cli.SyntaxMetricsAccessor.SyntaxMetricsMutator
-
Sets the
SyntaxNotationfor theSyntaxNotationproperty. - setTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.cli.CliArgsParser
- setTitle(String) - Method in class org.refcodes.cli.CliArgsParser
- setValue(T) - Method in class org.refcodes.cli.AbstractDirective
-
Sets the value for the
Operandas parsed by theAbstractOperand.parseArgs(String[], String[], CliContext)method. - setValue(T) - Method in class org.refcodes.cli.AbstractOperand
-
Sets the value for the
Operandas parsed by theAbstractOperand.parseArgs(String[], String[], CliContext)method. - setValue(T) - Method in class org.refcodes.cli.AbstractOption
-
Sets the value for the
Operandas parsed by theAbstractOperand.parseArgs(String[], String[], CliContext)method. - setVisible(boolean) - Method in class org.refcodes.cli.AbstractCondition
- setVisible(boolean) - Method in class org.refcodes.cli.AbstractDirective
- setVisible(boolean) - Method in class org.refcodes.cli.AbstractOperand
- setVisible(boolean) - Method in class org.refcodes.cli.AbstractOption
- setVisible(boolean) - Method in class org.refcodes.cli.AbstractProperty
- setVisible(boolean) - Method in class org.refcodes.cli.AllCondition
- setVisible(boolean) - Method in class org.refcodes.cli.AndCondition
- setVisible(boolean) - Method in class org.refcodes.cli.AnyCondition
- setVisible(boolean) - Method in class org.refcodes.cli.ArrayDirective
- setVisible(boolean) - Method in class org.refcodes.cli.ArrayOperand
- setVisible(boolean) - Method in class org.refcodes.cli.ArrayOption
- setVisible(boolean) - Method in class org.refcodes.cli.BooleanDirective
- setVisible(boolean) - Method in class org.refcodes.cli.BooleanOption
- setVisible(boolean) - Method in class org.refcodes.cli.BooleanProperty
- setVisible(boolean) - Method in class org.refcodes.cli.CasesCondition
- setVisible(boolean) - Method in class org.refcodes.cli.CharDirective
- setVisible(boolean) - Method in class org.refcodes.cli.CharOption
- setVisible(boolean) - Method in class org.refcodes.cli.CharProperty
- setVisible(boolean) - Method in class org.refcodes.cli.CleanFlag
- setVisible(boolean) - Method in class org.refcodes.cli.ConfigOption
- setVisible(boolean) - Method in class org.refcodes.cli.ConfigProperty
- setVisible(boolean) - Method in class org.refcodes.cli.DaemonFlag
- setVisible(boolean) - Method in class org.refcodes.cli.DebugFlag
- setVisible(boolean) - Method in class org.refcodes.cli.DoubleDirective
- setVisible(boolean) - Method in class org.refcodes.cli.DoubleOption
- setVisible(boolean) - Method in class org.refcodes.cli.DoubleProperty
- setVisible(boolean) - Method in class org.refcodes.cli.EnumDirective
- setVisible(boolean) - Method in class org.refcodes.cli.EnumOption
- setVisible(boolean) - Method in class org.refcodes.cli.EnumProperty
- setVisible(boolean) - Method in class org.refcodes.cli.FileDirective
- setVisible(boolean) - Method in class org.refcodes.cli.FileOption
- setVisible(boolean) - Method in class org.refcodes.cli.FileProperty
- setVisible(boolean) - Method in class org.refcodes.cli.Flag
- setVisible(boolean) - Method in class org.refcodes.cli.FloatDirective
- setVisible(boolean) - Method in class org.refcodes.cli.FloatOption
- setVisible(boolean) - Method in class org.refcodes.cli.FloatProperty
- setVisible(boolean) - Method in class org.refcodes.cli.ForceFlag
- setVisible(boolean) - Method in class org.refcodes.cli.HelpFlag
- setVisible(boolean) - Method in class org.refcodes.cli.InitFlag
- setVisible(boolean) - Method in class org.refcodes.cli.IntDirective
- setVisible(boolean) - Method in class org.refcodes.cli.IntOption
- setVisible(boolean) - Method in class org.refcodes.cli.IntProperty
- setVisible(boolean) - Method in class org.refcodes.cli.LongDirective
- setVisible(boolean) - Method in class org.refcodes.cli.LongOption
- setVisible(boolean) - Method in class org.refcodes.cli.LongProperty
- setVisible(boolean) - Method in class org.refcodes.cli.NoneOperand
- setVisible(boolean) - Method in class org.refcodes.cli.Operation
- setVisible(boolean) - Method in class org.refcodes.cli.OrCondition
- setVisible(boolean) - Method in class org.refcodes.cli.QuietFlag
- setVisible(boolean) - Method in class org.refcodes.cli.StringDirective
- setVisible(boolean) - Method in class org.refcodes.cli.StringOperand
- setVisible(boolean) - Method in class org.refcodes.cli.StringOption
- setVisible(boolean) - Method in class org.refcodes.cli.StringProperty
- setVisible(boolean) - Method in class org.refcodes.cli.SysInfoFlag
- setVisible(boolean) - Method in class org.refcodes.cli.VerboseFlag
- setVisible(boolean) - Method in class org.refcodes.cli.XorCondition
- setVisible(boolean) - Method in interface org.refcodes.cli.Term
- SHORT_OPTION - Static variable in class org.refcodes.cli.CleanFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.ConfigOption
- SHORT_OPTION - Static variable in class org.refcodes.cli.ConfigProperty
- SHORT_OPTION - Static variable in class org.refcodes.cli.DaemonFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.DebugFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.ForceFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.HelpFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.InitFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.QuietFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.SysInfoFlag
- SHORT_OPTION - Static variable in class org.refcodes.cli.VerboseFlag
- ShortOptionAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a short option property.
- ShortOptionAccessor.ShortOptionBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a short option property returning the builder for applying multiple build operations.
- ShortOptionAccessor.ShortOptionMutator - Interface in org.refcodes.cli
-
Provides a mutator for a short option property.
- ShortOptionAccessor.ShortOptionProperty - Interface in org.refcodes.cli
-
Provides a short option property.
- ShortOptionPrefixAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a short option prefix property.
- ShortOptionPrefixAccessor.ShortOptionPrefixBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a short option prefix property returning the builder for applying multiple build operations.
- ShortOptionPrefixAccessor.ShortOptionPrefixMutator - Interface in org.refcodes.cli
-
Provides a mutator for a short option prefix property.
- ShortOptionPrefixAccessor.ShortOptionPrefixProperty - Interface in org.refcodes.cli
-
Provides a short option prefix property.
- ShortPropertyPrefixAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a short option prefix property.
- ShortPropertyPrefixAccessor.ShortPropertyPrefixBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a short option prefix property returning the builder for applying multiple build operations.
- ShortPropertyPrefixAccessor.ShortPropertyPrefixMutator - Interface in org.refcodes.cli
-
Provides a mutator for a short option prefix property.
- ShortPropertyPrefixAccessor.ShortPropertyPrefixProperty - Interface in org.refcodes.cli
-
Provides a short option prefix property.
- stringDirective(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringDirectivewith the given arguments. - stringDirective(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringDirectivewith the given arguments. - stringDirective(String, String, String, Consumer<StringDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringDirectivewith the given arguments. - stringDirective(String, String, Consumer<StringDirective>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringDirectivewith the given arguments. - StringDirective - Class in org.refcodes.cli
- StringDirective(String, String) - Constructor for class org.refcodes.cli.StringDirective
-
Instantiates a new
StringDirectivewith the given arguments. - StringDirective(String, String, String) - Constructor for class org.refcodes.cli.StringDirective
-
Instantiates a new
StringDirectivewith the given arguments. - StringDirective(String, String, String, Consumer<StringDirective>) - Constructor for class org.refcodes.cli.StringDirective
-
Instantiates a new
StringDirectivewith the given arguments. - StringDirective(String, String, Consumer<StringDirective>) - Constructor for class org.refcodes.cli.StringDirective
-
Instantiates a new
StringDirectivewith the given arguments. - StringDirective(Relation<String, String>) - Constructor for class org.refcodes.cli.StringDirective
-
Instantiates a new
StringDirectivewith the alias being the proerty's key and the value being the property's value. - StringDirective(Relation<String, String>, Consumer<StringDirective>) - Constructor for class org.refcodes.cli.StringDirective
-
Instantiates a new
StringDirectivewith the alias being the proerty's key and the value being the property's value. - stringOperand(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOperand. - stringOperand(String, String, Consumer<StringOperand>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOperand. - StringOperand - Class in org.refcodes.cli
- StringOperand(String, String) - Constructor for class org.refcodes.cli.StringOperand
-
Instantiates the class
StringOperand. - StringOperand(String, String, Consumer<StringOperand>) - Constructor for class org.refcodes.cli.StringOperand
-
Instantiates the class
StringOperand. - StringOperand(Relation<String, String>) - Constructor for class org.refcodes.cli.StringOperand
-
Instantiates a new
StringOperandwith the alias being the proerty's key and the value being the property's value. - StringOperand(Relation<String, String>, Consumer<StringOperand>) - Constructor for class org.refcodes.cli.StringOperand
-
Instantiates a new {StringOperand Flag} with the alias being the proerty's key and the value being the property's value.
- stringOption(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - stringOption(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - stringOption(Character, String, String, String, Consumer<StringOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - stringOption(Character, String, String, Consumer<StringOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - stringOption(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - stringOption(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - stringOption(String, String, String, Consumer<StringOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - stringOption(String, String, Consumer<StringOption>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringOptionwith the given arguments. - StringOption - Class in org.refcodes.cli
- StringOption(Character, String, String) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates a new
StringOptionwith the given arguments. - StringOption(Character, String, String, String) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates the class
StringOption. - StringOption(Character, String, String, String, Consumer<StringOption>) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates a new
StringOptionwith the given arguments. - StringOption(Character, String, String, Consumer<StringOption>) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates a new
StringOptionwith the given arguments. - StringOption(String, String) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates a new
StringOptionwith the given arguments. - StringOption(String, String, String) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates the class
StringOption. - StringOption(String, String, String, Consumer<StringOption>) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates the class
StringOption. - StringOption(String, String, Consumer<StringOption>) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates a new
StringOptionwith the given arguments. - StringOption(Relation<String, String>) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates a new
StringOptionwith the alias being the proerty's key and the value being the property's value. - StringOption(Relation<String, String>, Consumer<StringOption>) - Constructor for class org.refcodes.cli.StringOption
-
Instantiates a new
StringOptionwith the alias being the proerty's key and the value being the property's value. - stringProperty(Character, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - stringProperty(Character, String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - stringProperty(Character, String, String, String, Consumer<StringProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - stringProperty(Character, String, String, Consumer<StringProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - stringProperty(String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - stringProperty(String, String, String) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - stringProperty(String, String, String, Consumer<StringProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - stringProperty(String, String, Consumer<StringProperty>) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
StringPropertywith the given arguments. - StringProperty - Class in org.refcodes.cli
- StringProperty(Character, String, String) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates a new
StringPropertywith the given arguments. - StringProperty(Character, String, String, String) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates the class
StringProperty. - StringProperty(Character, String, String, String, Consumer<StringProperty>) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates the class
StringProperty. - StringProperty(Character, String, String, Consumer<StringProperty>) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates a new
StringPropertywith the given arguments. - StringProperty(String, String) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates a new
StringPropertywith the given arguments. - StringProperty(String, String, String) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates the class
StringProperty. - StringProperty(String, String, String, Consumer<StringProperty>) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates the class
StringProperty. - StringProperty(String, String, Consumer<StringProperty>) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates a new
StringPropertywith the given arguments. - StringProperty(Relation<String, String>) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates a new
StringPropertywith the alias being the proerty's key and the value being the property's value. - StringProperty(Relation<String, String>, Consumer<StringProperty>) - Constructor for class org.refcodes.cli.StringProperty
-
Instantiates a new
StringPropertywith the alias being the proerty's key and the value being the property's value. - SuperfluousArgsException - Exception Class in org.refcodes.cli
-
Thrown in case there were arguments found not being used (superfluous arguments).
- SuperfluousArgsException(String[], Throwable) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String[], Throwable, String) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[]) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[], String) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[], Throwable) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[], Term) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[], Term, String) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - SuperfluousArgsException(String, String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.SuperfluousArgsException
-
Instantiates the class
SuperfluousArgsException. - Synopsisable - Interface in org.refcodes.cli
-
The
Synopsisableinterface defines those methods required to create a human readable usageStringsimilar to a manpage's synopsis from the implementing instance. - SyntaxMetrics - Interface in org.refcodes.cli
-
The
SyntaxMetricsprovides properties specific to a specific command line syntax notation. - SyntaxMetricsAccessor - Interface in org.refcodes.cli
-
Provides an accessor for a
SyntaxMetricsproperty. - SyntaxMetricsAccessor.SyntaxMetricsBuilder<B> - Interface in org.refcodes.cli
-
Provides a builder method for a
SyntaxMetricsproperty returning the builder for applying multiple build operations. - SyntaxMetricsAccessor.SyntaxMetricsMutator - Interface in org.refcodes.cli
-
Provides a mutator for a
SyntaxMetricsproperty. - SyntaxMetricsAccessor.SyntaxMetricsProperty - Interface in org.refcodes.cli
-
Provides a
SyntaxMetricsproperty. - SyntaxMetricsBuilder - Class in org.refcodes.cli
-
The
SyntaxMetricsBuilderclass implements theSyntaxMetricsinterface for building customSyntaxMetricsinstances. - SyntaxMetricsBuilder(Character, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.refcodes.cli.SyntaxMetricsBuilder
-
Constructs an accordingly configured
SyntaxMetricsBuilderinstance. - SyntaxMetricsBuilder.Builder - Class in org.refcodes.cli
-
Builder to build
SyntaxMetricsinstances. - SyntaxNotation - Enum Class in org.refcodes.cli
-
The
SyntaxNotationis used by a theTerm.toSyntax(CliContext)method to determine which notation to be used for the generated syntax. - sysInfoFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined system info
Flag. - sysInfoFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined system info
Flag. - sysInfoFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined system info
Flag. - SysInfoFlag - Class in org.refcodes.cli
-
A predefined system information
Flag: A predefinedFlaggives itsSysInfoFlag.SHORT_OPTION, itsSysInfoFlag.LONG_OPTIONas well as itsSysInfoFlag.ALIASan according semantics regarded by other subsystems.. - SysInfoFlag() - Constructor for class org.refcodes.cli.SysInfoFlag
-
Constructs the predefined system information
Flag. - SysInfoFlag(boolean) - Constructor for class org.refcodes.cli.SysInfoFlag
-
Instantiates the class
SysInfoFlag. - SysInfoFlag(String) - Constructor for class org.refcodes.cli.SysInfoFlag
-
Constructs the predefined system information
Flag. - SysInfoFlag(String, boolean) - Constructor for class org.refcodes.cli.SysInfoFlag
-
Instantiates the class
SysInfoFlag.
T
- Term - Interface in org.refcodes.cli
-
A
Termrepresents a node within a command line argument syntax tree. - toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AbstractCondition
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AbstractDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AbstractOperand
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AbstractOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AbstractProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AllCondition
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AndCondition
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.AnyCondition
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.ArrayDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.ArrayOperand
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.ArrayOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.BooleanDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.BooleanOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.BooleanProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.CasesCondition
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.CharDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.CharOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.CharProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.CleanFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.ConfigOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.ConfigProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.DaemonFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.DebugFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.DoubleDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.DoubleOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.DoubleProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.EnumDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.EnumOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.EnumProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.FileDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.FileOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.FileProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.Flag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.FloatDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.FloatOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.FloatProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.ForceFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.HelpFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.InitFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.IntDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.IntOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.IntProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.LongDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.LongOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.LongProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.NoneOperand
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.Operation
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.OrCondition
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.QuietFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.StringDirective
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.StringOperand
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.StringOption
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.StringProperty
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.SysInfoFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.VerboseFlag
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], String[]) - Static method in class org.refcodes.cli.XorCondition
-
Creates the difference between the provided set and the provided subset.
- toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AbstractCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AbstractDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AbstractOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AbstractOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AbstractProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AllCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AndCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.AnyCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.ArrayDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.ArrayOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.ArrayOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.BooleanDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.BooleanOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.BooleanProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.CasesCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.CharDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.CharOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.CharProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.CleanFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.ConfigOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.ConfigProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.DaemonFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.DebugFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.DoubleDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.DoubleOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.DoubleProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.EnumDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.EnumOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.EnumProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.FileDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.FileOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.FileProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.Flag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.FloatDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.FloatOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.FloatProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.ForceFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.HelpFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.InitFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.IntDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.IntOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.IntProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.LongDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.LongOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.LongProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.NoneOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.Operation
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.OrCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.QuietFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.StringDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.StringOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.StringOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.StringProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.SysInfoFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.VerboseFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], List<? extends Operand<?>>) - Static method in class org.refcodes.cli.XorCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AbstractCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AbstractDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AbstractOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AbstractOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AbstractProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AllCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AndCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.AnyCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.ArrayDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.ArrayOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.ArrayOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.BooleanDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.BooleanOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.BooleanProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.CasesCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.CharDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.CharOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.CharProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.CleanFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.ConfigOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.ConfigProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.DaemonFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.DebugFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.DoubleDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.DoubleOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.DoubleProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.EnumDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.EnumOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.EnumProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.FileDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.FileOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.FileProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.Flag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.FloatDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.FloatOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.FloatProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.ForceFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.HelpFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.InitFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.IntDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.IntOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.IntProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.LongDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.LongOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.LongProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.NoneOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.Operation
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.OrCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.QuietFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.StringDirective
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.StringOperand
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.StringOption
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.StringProperty
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.SysInfoFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.VerboseFlag
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsDiff(String[], Operand<?>[]) - Static method in class org.refcodes.cli.XorCondition
-
Creates the difference between the provided set and the provided
Lists therein found argument arrays subset (as ofOperand.getParsedArgs()). - toArgsFilter(String) - Static method in enum class org.refcodes.cli.ArgsFilter
-
Retrieves a
ArgsFilterdepending on the given string, ignoring the case as well as being graceful regarding "-" and "_",. - toArgumentEscapeCode() - Method in class org.refcodes.cli.CliContext
-
Constructs the argument escape code depending on the escape code status (as of
CliContext.isEscapeCodesEnabled()) and whether the argument escape code is not null or null (as ofCliContext.getArgumentEscapeCode()). - toConditions(String[]) - Method in interface org.refcodes.cli.Condition
- toException(String[], CliContext) - Method in class org.refcodes.cli.AbstractOption
-
Convenience method to create an
UnknownArgsException. - toExpandOptions(String[]) - Method in class org.refcodes.cli.CliContext
-
Expands the provided args' short options and returns the resulting args.
- toFiltered(String[]) - Method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by excluding (filtering) the args matching this enumerations criteria.
- toFiltered(String[], Pattern) - Static method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by excluding (filtering) the args matching the provided
Pattern. - toFiltered(List<String>) - Method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by excluding (filtering) the args matching this enumerations criteria.
- toFiltered(List<String>, Pattern) - Static method in enum class org.refcodes.cli.ArgsFilter
-
Filters the provided args by excluding (filtering) the args matching the provided
Pattern. - toHeuristicMessage() - Method in exception class org.refcodes.cli.ArgsSyntaxException
-
Tries to determine the most verbose description of this exception by crawling the exception tree down the causes and suppressed exceptions and evaluating their
Termsource'sTerm.getMatchCount()argument match counts. - toKeywordEscapeCode() - Method in class org.refcodes.cli.CliContext
-
Constructs the keyword escape code depending on the escape code status (as of
CliContext.isEscapeCodesEnabled()) and whether the keyword escape code is not null (as ofCliContext.getKeywordEscapeCode()). - toKeywords(CliContext) - Method in class org.refcodes.cli.ArrayOperand
-
Produces the keywords (short and/or long options, operations, commands, whatever) with the according prefix (if any) to be considered when overall parsing the command line arguments.
- toKeywords(CliContext) - Method in interface org.refcodes.cli.Directive
-
Produces the keywords (short and/or long options, operations, commands, whatever) with the according prefix (if any) to be considered when overall parsing the command line arguments.
- toKeywords(CliContext) - Method in interface org.refcodes.cli.Operand
-
Produces the keywords (short and/or long options, operations, commands, whatever) with the according prefix (if any) to be considered when overall parsing the command line arguments.
- toKeywords(CliContext) - Method in class org.refcodes.cli.Operation
-
Produces the keywords (short and/or long options, operations, commands, whatever) with the according prefix (if any) to be considered when overall parsing the command line arguments.
- toKeywords(CliContext) - Method in interface org.refcodes.cli.Option
-
Produces the keywords (short and/or long options, operations, commands, whatever) with the according prefix (if any) to be considered when overall parsing the command line arguments.
- toKeywords(Term) - Method in class org.refcodes.cli.CliContext
-
Determines all keywords (e.g. short- and long-options) found in the provided
Termnode and its children. - toLongOption(CliContext) - Method in interface org.refcodes.cli.Option
-
Creates the
CliContextinstance specific prefixed long optionStringfrom thisOptionby prefixing theOption's long option (as ofOption.getLongOption()) with the long option prefix (as ofLongOptionPrefixAccessor.getLongOptionPrefix()). - toOperand(Class<T>) - Method in interface org.refcodes.cli.Condition
-
Traverses the hierarchy of
Conditiontree and returns the (first) operand matching the given type. - toOperand(String) - Method in interface org.refcodes.cli.Condition
-
Traverses the hierarchy of
Conditiontree and returns the (first) operand matching the given alias. - toOperand(String, Class<T>) - Method in class org.refcodes.cli.AbstractCondition
-
Traverses the hierarchy of
Conditiontree and returns the (first) operand matching the given alias and type. - toOperand(String, Class<T>) - Method in interface org.refcodes.cli.Condition
-
Traverses the hierarchy of
Conditiontree and returns the (first) operand matching the given alias and type. - toOperands() - Method in class org.refcodes.cli.AbstractCondition
- toOperands() - Method in interface org.refcodes.cli.Condition
- toOperands(String[]) - Method in interface org.refcodes.cli.Condition
- toOptionPrefixes() - Method in interface org.refcodes.cli.SyntaxMetrics
-
Returns an array of the prefixes configured by this
SyntaxMetricsinstance, omitting any null or empty prefixes as well as any duplicates. - toOptions(Option<?>) - Method in interface org.refcodes.cli.ArgsParser
-
Retrieves an array of the context specific options being configured for the given
Optioninstance, being the long option (when set) and the short option (when set), by prepending the according runtime specific short option and long option prefix (if applicable). - toOptions(Option<?>) - Method in interface org.refcodes.cli.Optionable
-
Retrieves an array of the context specific options being configured for the given
Optioninstance, being the long option (when set) and the short option (when set), by prepending the according runtime specific short option and long option prefix (if applicable). - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AbstractCondition
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AbstractDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AbstractOperand
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AbstractOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AbstractProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AllCondition
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AndCondition
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.AnyCondition
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.ArrayDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.ArrayOperand
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.ArrayOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.BooleanDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.BooleanOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.BooleanProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.CasesCondition
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.CharDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.CharOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.CharProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.CleanFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.ConfigOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.ConfigProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.DaemonFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.DebugFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.DoubleDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.DoubleOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.DoubleProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.EnumDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.EnumOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.EnumProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.FileDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.FileOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.FileProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.Flag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.FloatDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.FloatOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.FloatProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.ForceFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.HelpFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.InitFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.IntDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.IntOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.IntProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.LongDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.LongOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.LongProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.NoneOperand
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.Operation
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.OrCondition
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.QuietFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.StringDirective
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.StringOperand
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.StringOption
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.StringProperty
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.SysInfoFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.VerboseFlag
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toParsedArgs(Operand<?>[]...) - Static method in class org.refcodes.cli.XorCondition
-
Takes all
Operandinstances found in the providedLists and adds all therein found argument arrays (as ofOperand.getParsedArgs()) to the result. - toPropertyArgument(String[], String, CliContext) - Static method in class org.refcodes.cli.AbstractProperty
- toPropertyArgument(String[], CliContext) - Method in class org.refcodes.cli.AbstractProperty
- toResetEscapeCode() - Method in class org.refcodes.cli.CliContext
-
Constructs the reset escape code depending on the escape code status (as of
CliContext.isEscapeCodesEnabled()) and whether the reset escape code is not null or null (as ofCliContext.getResetEscapeCode()). - toRootMatchCause() - Method in exception class org.refcodes.cli.ArgsSyntaxException
-
Determines the root cause of this exception with the same match count (
ArgsSyntaxException.getMatchCount()) as this exception. - toSchema() - Method in class org.refcodes.cli.AbstractCondition
- toSchema() - Method in class org.refcodes.cli.AbstractDirective
- toSchema() - Method in class org.refcodes.cli.AbstractOperand
- toSchema() - Method in class org.refcodes.cli.AbstractOption
- toSchema() - Method in interface org.refcodes.cli.ArgsParser
- toSchema() - Method in class org.refcodes.cli.ArrayOperand
- toSchema() - Method in interface org.refcodes.cli.Term
- toShortOption(CliContext) - Method in interface org.refcodes.cli.Option
-
Creates the
CliContextinstance specific prefixed short optionStringfrom thisOptionby prefixing theOption's short option (as ofOption.getShortOption()) with the short option prefix (as ofShortOptionPrefixAccessor.getShortOptionPrefix()). - toSpec() - Method in interface org.refcodes.cli.Operand
-
Creates a specification including its arguments.
- toSpec(String, String, String) - Method in interface org.refcodes.cli.Operand
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in class org.refcodes.cli.ArrayOperand
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in interface org.refcodes.cli.Directive
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in class org.refcodes.cli.Flag
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in class org.refcodes.cli.NoneOperand
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in interface org.refcodes.cli.Operand
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in class org.refcodes.cli.Operation
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in interface org.refcodes.cli.Option
-
Creates a specification including its arguments.
- toSpec(CliContext) - Method in interface org.refcodes.cli.Property
-
Creates a specification including its arguments.
- toSpec(SyntaxNotation) - Method in interface org.refcodes.cli.Operand
-
Creates a specification including its arguments.
- toSpec(SyntaxNotation, String, String, String) - Method in interface org.refcodes.cli.Operand
-
Creates a specification including its arguments.
- toString() - Method in class org.refcodes.cli.AbstractCondition
- toString() - Method in class org.refcodes.cli.AbstractDirective
- toString() - Method in class org.refcodes.cli.AbstractOperand
- toString() - Method in class org.refcodes.cli.AbstractOption
- toSynopsis() - Method in interface org.refcodes.cli.Synopsisable
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(String, String, String) - Method in interface org.refcodes.cli.Synopsisable
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(CliContext) - Method in class org.refcodes.cli.AllCondition
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(CliContext) - Method in class org.refcodes.cli.AndCondition
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(CliContext) - Method in class org.refcodes.cli.OrCondition
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(CliContext) - Method in interface org.refcodes.cli.Synopsisable
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(CliContext) - Method in interface org.refcodes.cli.Term
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(CliContext) - Method in class org.refcodes.cli.XorCondition
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(SyntaxNotation) - Method in interface org.refcodes.cli.Synopsisable
-
Creates the synopsis for the syntax hierarchy.
- toSynopsis(SyntaxNotation, String, String, String) - Method in interface org.refcodes.cli.Synopsisable
-
Creates the synopsis for the syntax hierarchy.
- toSyntax() - Method in interface org.refcodes.cli.Term
-
Generates a human readable representation of this
Term's syntax. - toSyntax(String, String, String) - Method in interface org.refcodes.cli.Term
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.AbstractCondition
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.AllCondition
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.AndCondition
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.AnyCondition
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.ArrayDirective
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.ArrayOperand
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.ArrayOption
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in interface org.refcodes.cli.Directive
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.Flag
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.NoneOperand
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in interface org.refcodes.cli.Operand
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in class org.refcodes.cli.Operation
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in interface org.refcodes.cli.Option
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in interface org.refcodes.cli.Property
-
Creates a syntax including its arguments.
- toSyntax(CliContext) - Method in interface org.refcodes.cli.Term
-
Creates a syntax including its arguments.
- toSyntax(SyntaxNotation) - Method in interface org.refcodes.cli.Term
-
Creates a syntax including its arguments.
- toSyntax(SyntaxNotation, String, String, String) - Method in interface org.refcodes.cli.Term
-
Creates a syntax including its arguments.
- toSyntaxNotation(String) - Static method in enum class org.refcodes.cli.SyntaxNotation
-
Retrieves a
SyntaxNotationdepending on the given string, ignoring the case as well as being graceful regarding "-" and "_",. - toType(String) - Method in class org.refcodes.cli.AbstractOperand
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.BooleanDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.BooleanOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.BooleanProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.CharDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.CharOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.CharProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.DoubleDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.DoubleOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.DoubleProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.EnumDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.EnumOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.EnumProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.FileDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.FileOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.FileProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.Flag
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.FloatDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.FloatOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.FloatProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.IntDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.IntOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.IntProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.LongDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.LongOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.LongProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.NoneOperand
-
To value.
- toType(String) - Method in class org.refcodes.cli.Operation
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.StringDirective
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.StringOperand
-
To value.
- toType(String) - Method in class org.refcodes.cli.StringOption
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toType(String) - Method in class org.refcodes.cli.StringProperty
-
Double dispatch hook to be implemented by subclasses of the
AbstractOperandfor converting a command line argument to the requiredOperand's type. - toUsage() - Method in interface org.refcodes.cli.Operand
-
Creates a plain usage specification without any escape codes, helpful e.g. in human readable messages.
- toUsage(CliContext) - Method in class org.refcodes.cli.ArrayOperand
-
Creates a plain usage specification without any escape codes, helpful e.g. in human readable messages.
- toUsage(CliContext) - Method in interface org.refcodes.cli.Directive
-
Creates a plain usage specification without any escape codes, helpful e.g. in human readable messages.
- toUsage(CliContext) - Method in class org.refcodes.cli.NoneOperand
-
Creates a plain usage specification without any escape codes, helpful e.g. in human readable messages.
- toUsage(CliContext) - Method in interface org.refcodes.cli.Operand
-
Creates a plain usage specification without any escape codes, helpful e.g. in human readable messages.
- toUsage(CliContext) - Method in class org.refcodes.cli.Operation
-
Creates a plain usage specification without any escape codes, helpful e.g. in human readable messages.
- toUsage(CliContext) - Method in interface org.refcodes.cli.Option
-
Creates a plain usage specification without any escape codes, helpful e.g. in human readable messages.
- toValue(String) - Method in class org.refcodes.cli.AbstractCondition
-
Retrieves the value associated with the given alias after parsing.
- toValue(String) - Method in interface org.refcodes.cli.Operand
-
Retrieves the value associated with the given alias after parsing.
- toValue(String) - Method in interface org.refcodes.cli.Term
-
Retrieves the value associated with the given alias after parsing.
U
- UnknownArgsException - Exception Class in org.refcodes.cli
-
Thrown in case command line arguments were not processed (did not match the expected arguments), e.g. the arguments were rejected as them did not work for the according syntax.
- UnknownArgsException(String[], Throwable) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String[], Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[]) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[], String) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[], Throwable) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[], Term) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[], Term, String) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[], Term, Throwable) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownArgsException(String, String[], Term, Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownArgsException
-
Instantiates the class
UnknownArgsException. - UnknownOperationArgsException - Exception Class in org.refcodes.cli
-
Thrown in case command line arguments were not processed (did not match the expected arguments) by an
Option(having a short- and/or a long-option), e.g. the arguments were rejected as them did not work for the according syntax. - UnknownOperationArgsException(String, String[], String) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String[], String, String) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String[], String, Throwable) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String[], String, Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String[], String, Throwable, Term) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String[], String, Throwable, Term, String) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String[], String, Term) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String[], String, Term, String) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String, String[], Throwable) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String, String[], Throwable, Term) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOperationArgsException(String, String, String[], Throwable, Term, String) - Constructor for exception class org.refcodes.cli.UnknownOperationArgsException
-
Instantiates the class
UnknownOperationArgsException. - UnknownOptionArgsException - Exception Class in org.refcodes.cli
-
Thrown in case command line arguments were not processed (did not match the expected arguments) by an
Option(having a short- and/or a long-option), e.g. the arguments were rejected as them did not work for the according syntax. - UnknownOptionArgsException(String, String[], String, String) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String[], String, String, String) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String[], String, String, Throwable) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String[], String, String, Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String[], String, String, Throwable, Term) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String[], String, String, Throwable, Term, String) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String[], String, String, Term) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String[], String, String, Term, String) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String, String[], Throwable) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String, String[], Throwable, String) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String, String[], Throwable, Term) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException. - UnknownOptionArgsException(String, String, String[], Throwable, Term, String) - Constructor for exception class org.refcodes.cli.UnknownOptionArgsException
-
Instantiates the class
UnknownOptionArgsException.
V
- valueOf(String) - Static method in enum class org.refcodes.cli.ArgsFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.refcodes.cli.SyntaxNotation
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.refcodes.cli.ArgsFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.refcodes.cli.SyntaxNotation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERBOSE - Enum constant in enum class org.refcodes.cli.SyntaxNotation
-
A verbose notation using words instead of single character symbols.
- verboseFlag() - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined verbose
Flag. - verboseFlag(boolean) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined verbose
Flag. - verboseFlag(String) - Static method in class org.refcodes.cli.CliSugar
-
Constructs the predefined verbose
Flag. - VerboseFlag - Class in org.refcodes.cli
-
A predefined verbose
Flag: A predefinedFlaggives itsVerboseFlag.SHORT_OPTION, itsVerboseFlag.LONG_OPTIONas well as itsVerboseFlag.ALIASan according semantics regarded by other subsystems. - VerboseFlag() - Constructor for class org.refcodes.cli.VerboseFlag
-
Constructs the predefined verbose
Flag. - VerboseFlag(boolean) - Constructor for class org.refcodes.cli.VerboseFlag
-
Instantiates the class
VerboseFlag. - VerboseFlag(String) - Constructor for class org.refcodes.cli.VerboseFlag
-
Constructs the predefined verbose
Flag. - VerboseFlag(String, boolean) - Constructor for class org.refcodes.cli.VerboseFlag
-
Instantiates the class
VerboseFlag.
W
- WINDOWS - Enum constant in enum class org.refcodes.cli.SyntaxNotation
-
A notation which tries to mimic
CMD's notation and in case of lack ofCMDnotation conventions, theSyntaxNotation.GNU_POSIXequivalent is used. - withAddExample(String, Operand<?>...) - Method in interface org.refcodes.cli.ArgsParser
-
Builder method adding an application's
Exampleelement. - withAddExample(String, Operand<?>...) - Method in interface org.refcodes.cli.ArgsProcessorBuilder
-
Builder method adding an application's
Exampleelement. - withAddExample(String, Operand<?>...) - Method in class org.refcodes.cli.CliArgsParser
-
Builder method adding an application's
Exampleelement. - withAddExample(Example) - Method in interface org.refcodes.cli.ArgsParser
-
Builder method adding an application's
Exampleelement. - withAddExample(Example) - Method in interface org.refcodes.cli.ArgsProcessorBuilder
-
Builder method adding an application's
Exampleelement. - withAddExample(Example) - Method in class org.refcodes.cli.CliArgsParser
-
Builder method adding an application's
Exampleelement. - withAlias(String) - Method in class org.refcodes.cli.CliSchema.Builder
- withAllSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol for representing an ALL notation.
- withAndSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol for representing an AND notation.
- withAnySymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol for representing an ANY notation.
- withArgs(String[]) - Method in interface org.refcodes.cli.ArgsProvidierBuilder
-
Builder method providing the application's command line arguments.
- withArgs(String[], Pattern) - Method in interface org.refcodes.cli.ArgsProvidierBuilder
-
Builder method providing the application's command line arguments, filtering (excluding) the arguments matching the provided
Pattern. - withArgs(String[], ArgsFilter) - Method in interface org.refcodes.cli.ArgsProvidierBuilder
-
Builder method providing the application's command line arguments, filtering (excluding) the arguments matching the provided
ArgsFilter. - withArgs(List<String>) - Method in interface org.refcodes.cli.ArgsProvidierBuilder
-
Builder method providing the application's command line arguments.
- withArgs(List<String>, Pattern) - Method in interface org.refcodes.cli.ArgsProvidierBuilder
-
Builder method providing the application's command line arguments, filtering (excluding) the arguments matching the provided
Pattern. - withArgs(List<String>, ArgsFilter) - Method in interface org.refcodes.cli.ArgsProvidierBuilder
-
Builder method providing the application's command line arguments, filtering (excluding) the arguments matching the provided
ArgsFilter. - withArgsParser(ArgsParser) - Method in interface org.refcodes.cli.ArgsParserAccessor.ArgsParserBuilder
-
Sets the args-parser for the
ArgsParserproperty. - withArgsSyntax(Term) - Method in interface org.refcodes.cli.ArgsSyntaxAccessor.ArgsSyntaxBuilder
- withArgsSyntax(Term) - Method in class org.refcodes.cli.CliArgsParser
- withArgumentEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the argument Escape-Code for the argument Escape-Code property.
- withArgumentEscapeCode(String) - Method in interface org.refcodes.cli.ArgumentEscapeCodeAccessor.ArgumentEscapeCodeBuilder
-
Sets the argument Escape-Code for the argument Escape-Code property.
- withArgumentEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the argument Escape-Code for the argument Escape-Code property.
- withArgumentEscapeCode(String) - Method in class org.refcodes.cli.CliContext.Builder
-
Sets the argument Escape-Code for the argument Escape-Code property.
- withArgumentPrefix(String) - Method in interface org.refcodes.cli.ArgumentPrefixAccessor.ArgumentPrefixBuilder
-
Sets the argument prefix for the argument prefix property.
- withArgumentPrefix(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the argument prefix for the argument prefix property.
- withArgumentSuffix(String) - Method in interface org.refcodes.cli.ArgumentSuffixAccessor.ArgumentSuffixBuilder
-
Sets the argument suffix for the argument suffix property.
- withArgumentSuffix(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the argument suffix for the argument suffix property.
- withAssignmentOperator(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the assignment operator to be used in the syntax for separating a name from a value.
- withBannerBorderEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the banner border Escape-Code for the banner border Escape-Code property.
- withBannerBorderEscapeCode(String) - Method in interface org.refcodes.cli.BannerBorderEscapeCodeAccessor.BannerBorderEscapeCodeBuilder
-
Sets the banner border Escape-Code for the banner border Escape-Code property.
- withBannerBorderEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner border Escape-Code for the banner border Escape-Code property.
- withBannerEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the banner Escape-Code for the banner Escape-Code property.
- withBannerEscapeCode(String) - Method in interface org.refcodes.cli.BannerEscapeCodeAccessor.BannerEscapeCodeBuilder
-
Sets the banner Escape-Code for the banner Escape-Code property.
- withBannerEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner Escape-Code for the banner Escape-Code property.
- withBannerFont(Font) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the banner
Fontfor the bannerFontproperty. - withBannerFont(Font) - Method in interface org.refcodes.cli.BannerFontAccessor.BannerFontBuilder
-
Sets the banner
Fontfor the bannerFontproperty. - withBannerFont(Font) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner
Fontfor the bannerFontproperty. - withBannerFontPalette(char[]) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the banner font palette for the banner font palette property.
- withBannerFontPalette(char[]) - Method in interface org.refcodes.cli.BannerFontPaletteAccessor.BannerFontPaletteBuilder
-
Sets the banner font palette for the banner font palette property.
- withBannerFontPalette(char[]) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner font palette for the banner font palette property.
- withBannerFontPalette(AsciiColorPalette) - Method in interface org.refcodes.cli.BannerFontPaletteAccessor.BannerFontPaletteBuilder
-
Sets the banner font palette for the banner font palette property.
- withBannerFontPalette(AsciiColorPalette) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the banner font palette for the banner font palette property.
- withBeginArraySymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the beginning of an array, e.g. an opening square brace.
- withBeginListSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the beginning of a list, e.g. an opening brace.
- withBeginOptionalSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the beginning optional elements, e.g. an opening square brace.
- withBeginRangeSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the beginning of a range, e.g. an opening square brace.
- withChildren(Collection<? extends Schema>) - Method in class org.refcodes.cli.CliSchema.Builder
- withChildren(Schema...) - Method in class org.refcodes.cli.CliSchema.Builder
- withCliContext(CliContext) - Method in interface org.refcodes.cli.CliContextAccessor.CliContextBuilder
-
Sets the
CliContextfor theCliContextproperty. - withCommandEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the command Escape-Code for the command Escape-Code property.
- withCommandEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the command Escape-Code for the command Escape-Code property.
- withCommandEscapeCode(String) - Method in interface org.refcodes.cli.CommandEscapeCodeAccessor.CommandEscapeCodeBuilder
-
Sets the command Escape-Code for the command Escape-Code property.
- withConsoleWidth(int) - Method in interface org.refcodes.cli.ArgsParser
- withConsoleWidth(int) - Method in class org.refcodes.cli.CliArgsParser
- withCopyright(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the copyright for the copyright property.
- withCopyright(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the copyright for the copyright property.
- withCopyright(String) - Method in interface org.refcodes.cli.CopyrightAccessor.CopyrightBuilder
-
Sets the copyright for the copyright property.
- withDescription(String) - Method in interface org.refcodes.cli.ArgsParser
- withDescription(String) - Method in class org.refcodes.cli.CliArgsParser
- withDescription(String) - Method in class org.refcodes.cli.CliSchema.Builder
- withDescriptionEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the description Escape-Code for the description Escape-Code property.
- withDescriptionEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the description Escape-Code for the description Escape-Code property.
- withDescriptionEscapeCode(String) - Method in interface org.refcodes.cli.DescriptionEscapeCodeAccessor.DescriptionEscapeCodeBuilder
-
Sets the description Escape-Code for the description Escape-Code property.
- withEMptySymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol for representing an EMPTY notation.
- withEndArraySymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the end of an array, e.g. a closing square brace.
- withEndListSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the end of a list, e.g. a closing brace.
- withEndOptionalSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the end of optional elements, e.g. a closing square brace.
- withEndRangeSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing the end of a range, e.g. a closing square brace.
- withErrorOut(PrintStream) - Method in interface org.refcodes.cli.ArgsParser
-
Set the error out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - withErrorOut(PrintStream) - Method in interface org.refcodes.cli.ArgsProcessorBuilder
-
Set the error out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - withErrorOut(PrintStream) - Method in class org.refcodes.cli.CliArgsParser
-
Set the error out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - withEscapeCodesEnabled(boolean) - Method in interface org.refcodes.cli.ArgsParser
- withEscapeCodesEnabled(boolean) - Method in class org.refcodes.cli.CliArgsParser
- withEscapeCodesEnabled(boolean) - Method in class org.refcodes.cli.CliContext.Builder
- withEvalArgs(String[]) - Method in interface org.refcodes.cli.ArgsParser
-
Evaluates the provided command line arguments.
- withEvalArgs(String[]) - Method in interface org.refcodes.cli.ArgsParserBuilder
-
Evaluates the provided command line arguments.
- withEvalArgs(String[]) - Method in class org.refcodes.cli.CliArgsParser
-
Evaluates the provided command line arguments.
- withEvalArgs(String[], Pattern) - Method in interface org.refcodes.cli.ArgsParserBuilder
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
Pattern. - withEvalArgs(String[], Pattern) - Method in class org.refcodes.cli.CliArgsParser
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
Pattern. - withEvalArgs(String[], ArgsFilter) - Method in interface org.refcodes.cli.ArgsParserBuilder
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
ArgsFilter. - withEvalArgs(String[], ArgsFilter) - Method in class org.refcodes.cli.CliArgsParser
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
ArgsFilter. - withEvalArgs(List<String>) - Method in interface org.refcodes.cli.ArgsParser
-
Evaluates the provided command line arguments .
- withEvalArgs(List<String>) - Method in interface org.refcodes.cli.ArgsParserBuilder
-
Evaluates the provided command line arguments .
- withEvalArgs(List<String>) - Method in class org.refcodes.cli.CliArgsParser
-
Evaluates the provided command line arguments .
- withEvalArgs(List<String>, Pattern) - Method in interface org.refcodes.cli.ArgsParserBuilder
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
Pattern. - withEvalArgs(List<String>, Pattern) - Method in class org.refcodes.cli.CliArgsParser
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
Pattern. - withEvalArgs(List<String>, ArgsFilter) - Method in interface org.refcodes.cli.ArgsParserBuilder
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
ArgsFilter. - withEvalArgs(List<String>, ArgsFilter) - Method in class org.refcodes.cli.CliArgsParser
-
Evaluates the provided command line arguments, filtering (excluding) the arguments matching the provided
ArgsFilter. - withExamples(Collection<Example>) - Method in interface org.refcodes.cli.ArgsParser
-
Builder method providing the application's
Exampleelements. - withExamples(Collection<Example>) - Method in class org.refcodes.cli.CliArgsParser
-
Builder method providing the application's
Exampleelements. - withExamples(Collection<Example>) - Method in interface org.refcodes.cli.ExamplesAccessor.ExamplesBuilder
-
Builder method providing the application's
Exampleelements. - withExamples(Example[]) - Method in interface org.refcodes.cli.ArgsParser
- withExamples(Example[]) - Method in class org.refcodes.cli.CliArgsParser
- withExamples(Example[]) - Method in interface org.refcodes.cli.ExamplesAccessor.ExamplesBuilder
- withException(Throwable) - Method in class org.refcodes.cli.CliSchema.Builder
- withHash(int) - Method in class org.refcodes.cli.CliSchema.Builder
- withIdentifier(String) - Method in class org.refcodes.cli.CliSchema.Builder
- withInstance(Object) - Method in class org.refcodes.cli.CliSchema.Builder
- withIntervalSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing an interval, e.g. "..." or "-".
- withKey(String) - Method in class org.refcodes.cli.CliSchema.Builder
- withKeywordEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the keyword (e.g. short- and long-options) Escape-Code for the keyword Escape-Code property.
- withKeywordEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the keyword (e.g. short- and long-options) Escape-Code for the keyword Escape-Code property.
- withKeywordEscapeCode(String) - Method in class org.refcodes.cli.CliContext.Builder
-
Sets the keyword (e.g. short- and long-options) Escape-Code for the keyword Escape-Code property.
- withKeywordEscapeCode(String) - Method in interface org.refcodes.cli.KeywordEscapeCodeAccessor.KeywordEscapeCodeBuilder
-
Sets the keyword (e.g. short- and long-options) Escape-Code for the keyword Escape-Code property.
- withLicense(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the license for the license property.
- withLicense(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the license for the license property.
- withLicense(String) - Method in interface org.refcodes.cli.LicenseAccessor.LicenseBuilder
-
Sets the license for the license property.
- withLineBreak(String) - Method in interface org.refcodes.cli.ArgsParser
- withLineBreak(String) - Method in class org.refcodes.cli.CliArgsParser
- withLineSeparatorEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the line separator Escape-Code for the line separator Escape-Code property.
- withLineSeparatorEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the line separator Escape-Code for the line separator Escape-Code property.
- withLineSeparatorEscapeCode(String) - Method in interface org.refcodes.cli.LineSeparatorEscapeCodeAccessor.LineSeparatorEscapeCodeBuilder
-
Sets the line separator Escape-Code for the line separator Escape-Code property.
- withLongOption(String) - Method in interface org.refcodes.cli.LongOptionAccessor.LongOptionBuilder
-
Sets the long option for the long option property.
- withLongOptionPrefix(String) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the long option prefix for the long option prefix property.
- withLongOptionPrefix(String) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the long option prefix for the long option prefix property.
- withLongOptionPrefix(String) - Method in interface org.refcodes.cli.LongOptionPrefixAccessor.LongOptionPrefixBuilder
-
Sets the long option prefix for the long option prefix property.
- withLongOptionPrefix(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the long option prefix for the long option prefix property.
- withLongPropertyPrefix(String) - Method in interface org.refcodes.cli.LongPropertyPrefixAccessor.LongPropertyPrefixBuilder
-
Sets the long option prefix for the long option prefix property.
- withMatchCount(int) - Method in interface org.refcodes.cli.MatchCountAccessor.MatchCountBuilder
-
Sets the match-count for the match-count property.
- withMaxConsoleWidth(int) - Method in interface org.refcodes.cli.ArgsParser
- withMaxConsoleWidth(int) - Method in class org.refcodes.cli.CliArgsParser
- withName(String) - Method in interface org.refcodes.cli.ArgsParser
- withName(String) - Method in class org.refcodes.cli.CliArgsParser
- withOperation(String) - Method in interface org.refcodes.cli.OperationAccessor.OperationBuilder
-
Sets the operation for the operation property.
- withOrSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol for representing an OR notation.
- withProperty(String, Object) - Method in class org.refcodes.cli.CliSchema.Builder
- withPropertyEscapeCode(String) - Method in interface org.refcodes.cli.PropertyEscapeCodeAccessor.PropertyEscapeCodeBuilder
-
Sets the option Escape-Code for the option Escape-Code property.
- withResetEscapeCode(String) - Method in interface org.refcodes.cli.ArgsParser
- withResetEscapeCode(String) - Method in class org.refcodes.cli.CliArgsParser
- withResetEscapeCode(String) - Method in class org.refcodes.cli.CliContext.Builder
- withSchema(Schema) - Method in class org.refcodes.cli.CliSchema.Builder
- withSeparatorLnChar(char) - Method in interface org.refcodes.cli.ArgsParser
-
Builder method adding an separator line char.
- withSeparatorLnChar(char) - Method in interface org.refcodes.cli.ArgsProcessorBuilder
-
Builder method adding an separator line char.
- withSeparatorLnChar(char) - Method in class org.refcodes.cli.CliArgsParser
-
Builder method adding an separator line char.
- withShortOption(String) - Method in interface org.refcodes.cli.ShortOptionAccessor.ShortOptionBuilder
-
Sets the short option for the short option property.
- withShortOptionPrefix(Character) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the short option prefix for the short option prefix property.
- withShortOptionPrefix(Character) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the short option prefix for the short option prefix property.
- withShortOptionPrefix(Character) - Method in interface org.refcodes.cli.ShortOptionPrefixAccessor.ShortOptionPrefixBuilder
-
Sets the short option prefix for the short option prefix property.
- withShortOptionPrefix(Character) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the short option prefix for the short option prefix property.
- withShortPropertyPrefix(Character) - Method in interface org.refcodes.cli.ShortPropertyPrefixAccessor.ShortPropertyPrefixBuilder
-
Sets the short option prefix for the short option prefix property.
- withStandardOut(PrintStream) - Method in interface org.refcodes.cli.ArgsParser
-
Set the standard out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - withStandardOut(PrintStream) - Method in interface org.refcodes.cli.ArgsProcessorBuilder
-
Set the standard out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - withStandardOut(PrintStream) - Method in class org.refcodes.cli.CliArgsParser
-
Set the standard out
PrintStreamand make other adjustments with the result (with regards to the Builder-Pattern). - withStereotype(String) - Method in class org.refcodes.cli.CliSchema.Builder
- withSyntaxMetrics(SyntaxMetrics) - Method in interface org.refcodes.cli.ArgsParser
-
Sets the
SyntaxMetricsfor theSyntaxMetricsproperty. - withSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the
SyntaxMetricsfor theSyntaxMetricsproperty. - withSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.cli.CliContext.Builder
-
Sets the
SyntaxMetricsfor theSyntaxMetricsproperty. - withSyntaxMetrics(SyntaxMetrics) - Method in interface org.refcodes.cli.SyntaxMetricsAccessor.SyntaxMetricsBuilder
-
Sets the
SyntaxMetricsfor theSyntaxMetricsproperty. - withSyntaxMetrics(SyntaxNotation) - Method in class org.refcodes.cli.CliArgsParser
-
Sets the
SyntaxNotationfor theSyntaxNotationproperty. - withSyntaxMetrics(SyntaxNotation) - Method in interface org.refcodes.cli.SyntaxMetricsAccessor.SyntaxMetricsBuilder
-
Sets the
SyntaxNotationfor theSyntaxNotationproperty. - withTextBoxGrid(TextBoxGrid) - Method in interface org.refcodes.cli.ArgsParser
- withTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.cli.CliArgsParser
- withTextBoxGrid(TextBoxStyle) - Method in interface org.refcodes.cli.ArgsParser
- withTextBoxGrid(TextBoxStyle) - Method in class org.refcodes.cli.CliArgsParser
- withTitle(String) - Method in interface org.refcodes.cli.ArgsParser
- withTitle(String) - Method in class org.refcodes.cli.CliArgsParser
- withType(Class) - Method in class org.refcodes.cli.CliSchema.Builder
- withUndefinedSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol representing for something unknowingly (name, alias, value).
- withValue(Object) - Method in class org.refcodes.cli.CliSchema.Builder
- withVisible(boolean) - Method in class org.refcodes.cli.AllCondition
- withVisible(boolean) - Method in class org.refcodes.cli.AndCondition
- withVisible(boolean) - Method in class org.refcodes.cli.AnyCondition
- withVisible(boolean) - Method in class org.refcodes.cli.ArrayOperand
- withVisible(boolean) - Method in class org.refcodes.cli.BooleanDirective
- withVisible(boolean) - Method in class org.refcodes.cli.BooleanOption
- withVisible(boolean) - Method in class org.refcodes.cli.BooleanProperty
- withVisible(boolean) - Method in class org.refcodes.cli.CharDirective
- withVisible(boolean) - Method in class org.refcodes.cli.CharOption
- withVisible(boolean) - Method in class org.refcodes.cli.CharProperty
- withVisible(boolean) - Method in class org.refcodes.cli.DoubleDirective
- withVisible(boolean) - Method in class org.refcodes.cli.DoubleOption
- withVisible(boolean) - Method in class org.refcodes.cli.DoubleProperty
- withVisible(boolean) - Method in class org.refcodes.cli.EnumDirective
- withVisible(boolean) - Method in class org.refcodes.cli.EnumOption
- withVisible(boolean) - Method in class org.refcodes.cli.EnumProperty
- withVisible(boolean) - Method in class org.refcodes.cli.FileDirective
- withVisible(boolean) - Method in class org.refcodes.cli.FileOption
- withVisible(boolean) - Method in class org.refcodes.cli.FileProperty
- withVisible(boolean) - Method in class org.refcodes.cli.Flag
- withVisible(boolean) - Method in class org.refcodes.cli.FloatDirective
- withVisible(boolean) - Method in class org.refcodes.cli.FloatOption
- withVisible(boolean) - Method in class org.refcodes.cli.FloatProperty
- withVisible(boolean) - Method in class org.refcodes.cli.IntDirective
- withVisible(boolean) - Method in class org.refcodes.cli.IntOption
- withVisible(boolean) - Method in class org.refcodes.cli.IntProperty
- withVisible(boolean) - Method in class org.refcodes.cli.LongDirective
- withVisible(boolean) - Method in class org.refcodes.cli.LongOption
- withVisible(boolean) - Method in class org.refcodes.cli.LongProperty
- withVisible(boolean) - Method in class org.refcodes.cli.NoneOperand
- withVisible(boolean) - Method in class org.refcodes.cli.Operation
- withVisible(boolean) - Method in class org.refcodes.cli.OrCondition
- withVisible(boolean) - Method in class org.refcodes.cli.StringDirective
- withVisible(boolean) - Method in class org.refcodes.cli.StringOperand
- withVisible(boolean) - Method in class org.refcodes.cli.StringOption
- withVisible(boolean) - Method in class org.refcodes.cli.StringProperty
- withVisible(boolean) - Method in class org.refcodes.cli.XorCondition
- withXorSymbol(String) - Method in class org.refcodes.cli.SyntaxMetricsBuilder.Builder
-
Sets the symbol for representing an XOR notation.
X
- xor(Term...) - Static method in class org.refcodes.cli.CliSugar
-
Instantiates a new
XorConditionwith theTerm. - XorCondition - Class in org.refcodes.cli
-
An
XorConditionrepresents a list ofCondition(Term) instances of which only one is allowed to be parsed successfully when theTerm.parseArgs(String[], String[], CliContext)methods are invoked. - XorCondition(String, Term...) - Constructor for class org.refcodes.cli.XorCondition
- XorCondition(Term...) - Constructor for class org.refcodes.cli.XorCondition
- XX - Enum constant in enum class org.refcodes.cli.ArgsFilter
-
JVM command-line options that are specified with
-XX:are not checked for validity.
_
- _args - Variable in exception class org.refcodes.cli.CliException.CliArgsException
- _children - Variable in class org.refcodes.cli.AbstractCondition
- _description - Variable in class org.refcodes.cli.AbstractCondition
- _description - Variable in class org.refcodes.cli.AbstractDirective
- _description - Variable in class org.refcodes.cli.AbstractOperand
- _description - Variable in class org.refcodes.cli.AbstractOption
- _description - Variable in class org.refcodes.cli.AbstractProperty
- _description - Variable in class org.refcodes.cli.AllCondition
- _description - Variable in class org.refcodes.cli.AndCondition
- _description - Variable in class org.refcodes.cli.AnyCondition
- _description - Variable in class org.refcodes.cli.ArrayDirective
- _description - Variable in class org.refcodes.cli.ArrayOperand
- _description - Variable in class org.refcodes.cli.ArrayOption
- _description - Variable in class org.refcodes.cli.BooleanDirective
- _description - Variable in class org.refcodes.cli.BooleanOption
- _description - Variable in class org.refcodes.cli.BooleanProperty
- _description - Variable in class org.refcodes.cli.CasesCondition
- _description - Variable in class org.refcodes.cli.CharDirective
- _description - Variable in class org.refcodes.cli.CharOption
- _description - Variable in class org.refcodes.cli.CharProperty
- _description - Variable in class org.refcodes.cli.CleanFlag
- _description - Variable in class org.refcodes.cli.ConfigOption
- _description - Variable in class org.refcodes.cli.ConfigProperty
- _description - Variable in class org.refcodes.cli.DaemonFlag
- _description - Variable in class org.refcodes.cli.DebugFlag
- _description - Variable in class org.refcodes.cli.DoubleDirective
- _description - Variable in class org.refcodes.cli.DoubleOption
- _description - Variable in class org.refcodes.cli.DoubleProperty
- _description - Variable in class org.refcodes.cli.EnumDirective
- _description - Variable in class org.refcodes.cli.EnumOption
- _description - Variable in class org.refcodes.cli.EnumProperty
- _description - Variable in class org.refcodes.cli.FileDirective
- _description - Variable in class org.refcodes.cli.FileOption
- _description - Variable in class org.refcodes.cli.FileProperty
- _description - Variable in class org.refcodes.cli.Flag
- _description - Variable in class org.refcodes.cli.FloatDirective
- _description - Variable in class org.refcodes.cli.FloatOption
- _description - Variable in class org.refcodes.cli.FloatProperty
- _description - Variable in class org.refcodes.cli.ForceFlag
- _description - Variable in class org.refcodes.cli.HelpFlag
- _description - Variable in class org.refcodes.cli.InitFlag
- _description - Variable in class org.refcodes.cli.IntDirective
- _description - Variable in class org.refcodes.cli.IntOption
- _description - Variable in class org.refcodes.cli.IntProperty
- _description - Variable in class org.refcodes.cli.LongDirective
- _description - Variable in class org.refcodes.cli.LongOption
- _description - Variable in class org.refcodes.cli.LongProperty
- _description - Variable in class org.refcodes.cli.NoneOperand
- _description - Variable in class org.refcodes.cli.Operation
- _description - Variable in class org.refcodes.cli.OrCondition
- _description - Variable in class org.refcodes.cli.QuietFlag
- _description - Variable in class org.refcodes.cli.StringDirective
- _description - Variable in class org.refcodes.cli.StringOperand
- _description - Variable in class org.refcodes.cli.StringOption
- _description - Variable in class org.refcodes.cli.StringProperty
- _description - Variable in class org.refcodes.cli.SysInfoFlag
- _description - Variable in class org.refcodes.cli.VerboseFlag
- _description - Variable in class org.refcodes.cli.XorCondition
- _errStream - Variable in class org.refcodes.cli.CliArgsParser
- _exception - Variable in class org.refcodes.cli.AbstractCondition
- _exception - Variable in class org.refcodes.cli.AbstractDirective
- _exception - Variable in class org.refcodes.cli.AbstractOperand
- _exception - Variable in class org.refcodes.cli.AbstractOption
- _exception - Variable in class org.refcodes.cli.AbstractProperty
- _exception - Variable in class org.refcodes.cli.AllCondition
- _exception - Variable in class org.refcodes.cli.AndCondition
- _exception - Variable in class org.refcodes.cli.AnyCondition
- _exception - Variable in class org.refcodes.cli.ArrayDirective
- _exception - Variable in class org.refcodes.cli.ArrayOperand
- _exception - Variable in class org.refcodes.cli.ArrayOption
- _exception - Variable in class org.refcodes.cli.BooleanDirective
- _exception - Variable in class org.refcodes.cli.BooleanOption
- _exception - Variable in class org.refcodes.cli.BooleanProperty
- _exception - Variable in class org.refcodes.cli.CasesCondition
- _exception - Variable in class org.refcodes.cli.CharDirective
- _exception - Variable in class org.refcodes.cli.CharOption
- _exception - Variable in class org.refcodes.cli.CharProperty
- _exception - Variable in class org.refcodes.cli.CleanFlag
- _exception - Variable in class org.refcodes.cli.ConfigOption
- _exception - Variable in class org.refcodes.cli.ConfigProperty
- _exception - Variable in class org.refcodes.cli.DaemonFlag
- _exception - Variable in class org.refcodes.cli.DebugFlag
- _exception - Variable in class org.refcodes.cli.DoubleDirective
- _exception - Variable in class org.refcodes.cli.DoubleOption
- _exception - Variable in class org.refcodes.cli.DoubleProperty
- _exception - Variable in class org.refcodes.cli.EnumDirective
- _exception - Variable in class org.refcodes.cli.EnumOption
- _exception - Variable in class org.refcodes.cli.EnumProperty
- _exception - Variable in class org.refcodes.cli.FileDirective
- _exception - Variable in class org.refcodes.cli.FileOption
- _exception - Variable in class org.refcodes.cli.FileProperty
- _exception - Variable in class org.refcodes.cli.Flag
- _exception - Variable in class org.refcodes.cli.FloatDirective
- _exception - Variable in class org.refcodes.cli.FloatOption
- _exception - Variable in class org.refcodes.cli.FloatProperty
- _exception - Variable in class org.refcodes.cli.ForceFlag
- _exception - Variable in class org.refcodes.cli.HelpFlag
- _exception - Variable in class org.refcodes.cli.InitFlag
- _exception - Variable in class org.refcodes.cli.IntDirective
- _exception - Variable in class org.refcodes.cli.IntOption
- _exception - Variable in class org.refcodes.cli.IntProperty
- _exception - Variable in class org.refcodes.cli.LongDirective
- _exception - Variable in class org.refcodes.cli.LongOption
- _exception - Variable in class org.refcodes.cli.LongProperty
- _exception - Variable in class org.refcodes.cli.NoneOperand
- _exception - Variable in class org.refcodes.cli.Operation
- _exception - Variable in class org.refcodes.cli.OrCondition
- _exception - Variable in class org.refcodes.cli.QuietFlag
- _exception - Variable in class org.refcodes.cli.StringDirective
- _exception - Variable in class org.refcodes.cli.StringOperand
- _exception - Variable in class org.refcodes.cli.StringOption
- _exception - Variable in class org.refcodes.cli.StringProperty
- _exception - Variable in class org.refcodes.cli.SysInfoFlag
- _exception - Variable in class org.refcodes.cli.VerboseFlag
- _exception - Variable in class org.refcodes.cli.XorCondition
- _isVisible - Variable in class org.refcodes.cli.AbstractCondition
- _isVisible - Variable in class org.refcodes.cli.AbstractDirective
- _isVisible - Variable in class org.refcodes.cli.AbstractOperand
- _isVisible - Variable in class org.refcodes.cli.AbstractOption
- _isVisible - Variable in class org.refcodes.cli.AbstractProperty
- _isVisible - Variable in class org.refcodes.cli.AllCondition
- _isVisible - Variable in class org.refcodes.cli.AndCondition
- _isVisible - Variable in class org.refcodes.cli.AnyCondition
- _isVisible - Variable in class org.refcodes.cli.ArrayDirective
- _isVisible - Variable in class org.refcodes.cli.ArrayOperand
- _isVisible - Variable in class org.refcodes.cli.ArrayOption
- _isVisible - Variable in class org.refcodes.cli.BooleanDirective
- _isVisible - Variable in class org.refcodes.cli.BooleanOption
- _isVisible - Variable in class org.refcodes.cli.BooleanProperty
- _isVisible - Variable in class org.refcodes.cli.CasesCondition
- _isVisible - Variable in class org.refcodes.cli.CharDirective
- _isVisible - Variable in class org.refcodes.cli.CharOption
- _isVisible - Variable in class org.refcodes.cli.CharProperty
- _isVisible - Variable in class org.refcodes.cli.CleanFlag
- _isVisible - Variable in class org.refcodes.cli.ConfigOption
- _isVisible - Variable in class org.refcodes.cli.ConfigProperty
- _isVisible - Variable in class org.refcodes.cli.DaemonFlag
- _isVisible - Variable in class org.refcodes.cli.DebugFlag
- _isVisible - Variable in class org.refcodes.cli.DoubleDirective
- _isVisible - Variable in class org.refcodes.cli.DoubleOption
- _isVisible - Variable in class org.refcodes.cli.DoubleProperty
- _isVisible - Variable in class org.refcodes.cli.EnumDirective
- _isVisible - Variable in class org.refcodes.cli.EnumOption
- _isVisible - Variable in class org.refcodes.cli.EnumProperty
- _isVisible - Variable in class org.refcodes.cli.FileDirective
- _isVisible - Variable in class org.refcodes.cli.FileOption
- _isVisible - Variable in class org.refcodes.cli.FileProperty
- _isVisible - Variable in class org.refcodes.cli.Flag
- _isVisible - Variable in class org.refcodes.cli.FloatDirective
- _isVisible - Variable in class org.refcodes.cli.FloatOption
- _isVisible - Variable in class org.refcodes.cli.FloatProperty
- _isVisible - Variable in class org.refcodes.cli.ForceFlag
- _isVisible - Variable in class org.refcodes.cli.HelpFlag
- _isVisible - Variable in class org.refcodes.cli.InitFlag
- _isVisible - Variable in class org.refcodes.cli.IntDirective
- _isVisible - Variable in class org.refcodes.cli.IntOption
- _isVisible - Variable in class org.refcodes.cli.IntProperty
- _isVisible - Variable in class org.refcodes.cli.LongDirective
- _isVisible - Variable in class org.refcodes.cli.LongOption
- _isVisible - Variable in class org.refcodes.cli.LongProperty
- _isVisible - Variable in class org.refcodes.cli.NoneOperand
- _isVisible - Variable in class org.refcodes.cli.Operation
- _isVisible - Variable in class org.refcodes.cli.OrCondition
- _isVisible - Variable in class org.refcodes.cli.QuietFlag
- _isVisible - Variable in class org.refcodes.cli.StringDirective
- _isVisible - Variable in class org.refcodes.cli.StringOperand
- _isVisible - Variable in class org.refcodes.cli.StringOption
- _isVisible - Variable in class org.refcodes.cli.StringProperty
- _isVisible - Variable in class org.refcodes.cli.SysInfoFlag
- _isVisible - Variable in class org.refcodes.cli.VerboseFlag
- _isVisible - Variable in class org.refcodes.cli.XorCondition
- _matchCount - Variable in class org.refcodes.cli.AbstractOperand
- _matchCount - Variable in exception class org.refcodes.cli.ArgsSyntaxException
- _source - Variable in exception class org.refcodes.cli.ArgsSyntaxException
- _stdStream - Variable in class org.refcodes.cli.CliArgsParser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form