A C E G I K L O R S T V W 
All Classes All Packages

A

ArgsParserProperties - Interface in org.refcodes.properties.ext.cli
The ArgsParserProperties represent Properties generated from command line arguments being parsed by a command line syntax as of the definition for the ArgsParser.
ArgsParserPropertiesAccessor - Interface in org.refcodes.properties.ext.cli
Provides an accessor for a ArgsParserProperties property.
ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B extends ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B>> - Interface in org.refcodes.properties.ext.cli
Provides a builder method for a ArgsParserProperties property returning the builder for applying multiple build operations.
ArgsParserPropertiesAccessor.ArgsParserPropertiesMutator - Interface in org.refcodes.properties.ext.cli
Provides a mutator for a ArgsParserProperties property.
ArgsParserPropertiesAccessor.ArgsParserPropertiesProperty - Interface in org.refcodes.properties.ext.cli
Provides a ArgsParserProperties property.
ArgsParserPropertiesImpl - Class in org.refcodes.properties.ext.cli
 
ArgsParserPropertiesImpl() - Constructor for class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with no syntax notation (no root ArgsSyntax).
ArgsParserPropertiesImpl(String[]) - Constructor for class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given arguments and the default SyntaxNotation.REFCODES.
ArgsParserPropertiesImpl(String[], ArgsSyntax) - Constructor for class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given root ArgsSyntax and the default SyntaxNotation.REFCODES.
ArgsParserPropertiesImpl(String[], Option<?>) - Constructor for class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given root Option and the default SyntaxNotation.REFCODES.
ArgsParserPropertiesImpl(ArgsSyntax) - Constructor for class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given root ArgsSyntax and the default SyntaxNotation.REFCODES.
ArgsParserPropertiesImpl(Option<?>) - Constructor for class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given root Option and the default SyntaxNotation.REFCODES.

C

containsKey(Object) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

E

evalArgs(String[]) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Evaluates the command line arguments and sets the identified properties in this Properties instance.
evalArgs(String[]) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Evaluates the command line arguments and sets the identified properties in this Properties instance.
evalArgs(String, String[]) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Same as ArgsParserProperties.evalArgs(String[]) with the difference that the identified properties are inserted below the provided path.
evalArgs(String, String[]) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Same as ArgsParserProperties.evalArgs(String[]) with the difference that the identified properties are inserted below the provided path.
evalArgs(String, List<String>) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Same as ArgsParserProperties.evalArgs(String[]) with the difference that the identified properties are inserted below the provided path.
evalArgs(String, List<String>) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Same as ArgsParserProperties.evalArgs(String[]) with the difference that the identified properties are inserted below the provided path.
evalArgs(List<String>) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Evaluates the command line arguments and sets the identified properties in this Properties instance.
evalArgs(List<String>) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
Evaluates the command line arguments and sets the identified properties in this Properties instance.

G

get(Object) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
getAnnotator() - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
getArgsParserProperties() - Method in interface org.refcodes.properties.ext.cli.ArgsParserPropertiesAccessor
Retrieves the args-properties from the ArgsParserProperties property.
getDelimiter() - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

I

isEmpty() - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

K

keySet() - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

L

letArgsParserProperties(ArgsParserProperties) - Method in interface org.refcodes.properties.ext.cli.ArgsParserPropertiesAccessor.ArgsParserPropertiesProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ArgsParserProperties (setter) as of setArgsParserProperties(ArgsParserProperties) and returns the very same value (getter).

O

org.refcodes.properties.ext.cli - module org.refcodes.properties.ext.cli
 
org.refcodes.properties.ext.cli - package org.refcodes.properties.ext.cli
 

R

retrieveFrom(String) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl
retrieveTo(String) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

S

setArgsParserProperties(ArgsParserProperties) - Method in interface org.refcodes.properties.ext.cli.ArgsParserPropertiesAccessor.ArgsParserPropertiesMutator
Sets the args-properties for the ArgsParserProperties property.
size() - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

T

toDataStructure(String) - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

V

values() - Method in class org.refcodes.properties.ext.cli.ArgsParserPropertiesImpl

W

withArgsParserProperties(ArgsParserProperties) - Method in interface org.refcodes.properties.ext.cli.ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder
Sets the args-properties for the ArgsParserProperties property.
withEvalArgs(String[]) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Same as ArgsParserProperties.evalArgs(String[]) with the difference that this class's instance being invoked is returned as of the builder pattern.
withEvalArgs(String, String[]) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Same as ArgsParserProperties.evalArgs(String[]) with the difference that the identified properties are inserted below the provided path and that this class's instance being invoked is returned as of the builder pattern.
withEvalArgs(String, List<String>) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Same as ArgsParserProperties.evalArgs(String[]) with the difference that the identified properties are inserted below the provided path and that this class's instance being invoked is returned as of the builder pattern.
withEvalArgs(List<String>) - Method in interface org.refcodes.properties.ext.cli.ArgsParserProperties
Same as ArgsParserProperties.evalArgs(List) with the difference that this class's instance being invoked is returned as of the builder pattern.
A C E G I K L O R S T V W 
All Classes All Packages