A C E G I K O R S T V W 

A

ArgsParserProperties - Interface in org.refcodes.configuration.ext.console
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.configuration.ext.console
Provides an accessor for a ArgsParserProperties property.
ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B extends ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B>> - Interface in org.refcodes.configuration.ext.console
Provides a builder method for a ArgsParserProperties property returning the builder for applying multiple build operations.
ArgsParserPropertiesAccessor.ArgsParserPropertiesMutator - Interface in org.refcodes.configuration.ext.console
Provides a mutator for a ArgsParserProperties property.
ArgsParserPropertiesAccessor.ArgsParserPropertiesProperty - Interface in org.refcodes.configuration.ext.console
Provides a ArgsParserProperties property.
ArgsParserPropertiesImpl - Class in org.refcodes.configuration.ext.console
 
ArgsParserPropertiesImpl() - Constructor for class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with no syntax notation (no root Condition).
ArgsParserPropertiesImpl(String[]) - Constructor for class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given arguments and the default SyntaxNotation.REFCODES.
ArgsParserPropertiesImpl(String[], Condition) - Constructor for class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given root Condition and the default SyntaxNotation.REFCODES.
ArgsParserPropertiesImpl(Condition) - Constructor for class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl
Constructs the ArgsParserProperties instance with the given root Condition and the default SyntaxNotation.REFCODES.

C

childrenOf(String) - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl
containsKey(Object) - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl

E

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

G

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

I

isEmpty() - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl

K

keySet() - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl

O

org.refcodes.configuration.ext.console - package org.refcodes.configuration.ext.console
 

R

retrieveFrom(String) - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl
retrieveTo(String) - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl

S

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

T

toDataStructure(String) - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl

V

values() - Method in class org.refcodes.configuration.ext.console.ArgsParserPropertiesImpl

W

withArgsParserProperties(ArgsParserProperties) - Method in interface org.refcodes.configuration.ext.console.ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder
Sets the args-properties for the ArgsParserProperties property.
withEvalArgs(String[]) - Method in interface org.refcodes.configuration.ext.console.ArgsParserProperties
Same as 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.configuration.ext.console.ArgsParserProperties
Same as 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.configuration.ext.console.ArgsParserProperties
Same as 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.configuration.ext.console.ArgsParserProperties
Same as 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 O R S T V W 
Skip navigation links

Copyright © 2018. All rights reserved.