Index
All Classes and Interfaces|All Packages
A
- addExample(Example) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- addProperties(Properties) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Adds the properties.
- addResourceProperties(File, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Reads the
ResourceProperties.ResourcePropertiesBuilder
from the given data sink. - addResourceProperties(InputStream, char[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Reads the
ResourceProperties
from the given data sink. - addResourceProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Reads the
ResourceProperties.ResourcePropertiesBuilder
from the given data sink. - addResourceProperties(URL, char...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Reads the
ResourceProperties
from the given data sink. - ApplicationProperties - Class in org.refcodes.properties.ext.application
-
ApplicationProperties
are composed of variousProperties
flavors such asParseArgsProperties
,SystemProperties
,EnvironmentProperties
andResourceProperties
with a precedence in this order, encapsulated by aProfilePropertiesProjection
in order for you, the developer, to conveniently harness the power of theProperties
functionality. - ApplicationProperties() - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with noCondition
for parsing command line arguments. - ApplicationProperties(String) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with a custom secret for obfuscation. - ApplicationProperties(String[]) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with noCondition
for parsing command line arguments: As no syntax notation is required by the constructor (no rootCondition
), no syntax validation is done. - ApplicationProperties(String[], String) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with noCondition
for parsing command line arguments: As no syntax notation is required by the constructor (no rootCondition
), no syntax validation is done. - ApplicationProperties(String[], SystemContext) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with noCondition
for parsing command line arguments: As no syntax notation is required by the constructor (no rootCondition
), no syntax validation is done. - ApplicationProperties(Term) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with the givenCondition
used to parse command line arguments. - ApplicationProperties(Term, String) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with the givenCondition
used to parse command line arguments. - ApplicationProperties(Term, SystemContext) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with the givenCondition
used to parse command line arguments. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with no args syntaxTerm
node for parsing command line arguments. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with a custom secret for obfuscation. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String[]) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with no args syntaxTerm
node for parsing command line arguments: As no syntax notation is required by the constructor (no root args syntaxTerm
node), no syntax validation is done. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String[], String) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with no args syntaxTerm
node for parsing command line arguments: As no syntax notation is required by the constructor (no root args syntaxTerm
node), no syntax validation is done. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String[], SystemContext) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with no args syntaxTerm
node for parsing command line arguments: As no syntax notation is required by the constructor (no args syntaxTerm
node), no syntax validation is done. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Term) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with the given args syntaxTerm
node used to parse command line arguments. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Term, String) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with the given args syntaxTerm
node used to parse command line arguments. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Term, SystemContext) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs a
ApplicationProperties
instance with the given args syntaxTerm
node used to parse command line arguments. - ApplicationProperties(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, SystemContext) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs the
ApplicationProperties
with the given obfuscation mode. - ApplicationProperties(SystemContext) - Constructor for class org.refcodes.properties.ext.application.ApplicationProperties
-
Constructs the
ApplicationProperties
with the given obfuscation mode. - ApplicationPropertiesAccessor - Interface in org.refcodes.properties.ext.application
-
Provides an accessor for a
ApplicationProperties
property. - ApplicationPropertiesAccessor.ApplicationPropertiesBuilder<B extends ApplicationPropertiesAccessor.ApplicationPropertiesBuilder<B>> - Interface in org.refcodes.properties.ext.application
-
Provides a builder method for a
ApplicationProperties
property returning the builder for applying multiple build operations. - ApplicationPropertiesAccessor.ApplicationPropertiesMutator - Interface in org.refcodes.properties.ext.application
-
Provides a mutator for a
ApplicationProperties
property. - ApplicationPropertiesAccessor.ApplicationPropertiesProperty - Interface in org.refcodes.properties.ext.application
-
Provides a
ApplicationProperties
property. - ApplicationPropertiesSugar - Class in org.refcodes.properties.ext.application
-
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for the construction of
ApplicationProperties
(and the like). - ApplicationPropertiesSugar() - Constructor for class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
C
- containsKey(Object) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
E
- errorLn(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- evalArgs(String[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- evalArgs(String, String[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- evalArgs(String, List<String>) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- evalArgs(List<String>) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
F
- fromApplicationProperties() - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance.
G
- get(Object) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getApplicationProperties() - Method in interface org.refcodes.properties.ext.application.ApplicationPropertiesAccessor
-
Retrieves the runtime properties from the
ApplicationProperties
property. - getArgsParserProperties() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
The
ParseArgsProperties
are those properties derived from the command line arguments (as of thegetArgsSyntax()
). - getArgsSyntax() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getArgumentEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getBannerBorderEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getBannerEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getBannerFont() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getBannerFontPalette() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getCommandEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getConsoleWidth() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getCopyright() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getDelimiter() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getDescription() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getDescriptionEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getExamples() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getLicense() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getLineBreak() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getLineSeparatorEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getLongOptionPrefix() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getMaxConsoleWidth() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getName() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getOptionEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getProperties() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getResetEscapeCode() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getSeparatorLnChar() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getShortOptionPrefix() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getSyntaxMetrics() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getTextBoxGrid() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- getTitle() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
I
- isEmpty() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- isEscapeCodesEnabled() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
K
- keySet() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
L
- letApplicationProperties(ApplicationProperties) - Method in interface org.refcodes.properties.ext.application.ApplicationPropertiesAccessor.ApplicationPropertiesProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
ApplicationProperties
(setter) as ofApplicationPropertiesAccessor.ApplicationPropertiesMutator.setApplicationProperties(ApplicationProperties)
and returns the very same value (getter).
O
- org.refcodes.properties.ext.application - module org.refcodes.properties.ext.application
- org.refcodes.properties.ext.application - package org.refcodes.properties.ext.application
-
This artifact extends the
refcodes-properties
artifact with predefinedProperties
compositions (as of theApplicationProperties
and theApplicationProperties
types) for common everyday application setups (also see the blog post All-in-one Java configuration properties at hand).
P
- printBanner() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printCopyright() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printDescription() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printExamples() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printHeader() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printHelp() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printLicense() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printLn() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printLn(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printOptions() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printSeparatorLn() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- printSynopsis() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
R
- reload() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- reload(ReloadMode) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- reset() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- retrieveFrom(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- retrieveTo(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
S
- setApplicationProperties(ApplicationProperties) - Method in interface org.refcodes.properties.ext.application.ApplicationPropertiesAccessor.ApplicationPropertiesMutator
-
Sets the runtime properties for the
ApplicationProperties
property. - setArgsSyntax(Term) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setArgumentEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setBannerBorderEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setBannerEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setBannerFont(Font) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setBannerFontPalette(char[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setBannerFontPalette(AsciiColorPalette) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setCommandEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setConsoleWidth(int) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setCopyright(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setDescription(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setDescriptionEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setErrorOut(PrintStream) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setEscapeCodesEnabled(boolean) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setExamples(Example[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setLicense(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setLineBreak(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setLineSeparatorEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setLongOptionPrefix(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setMaxConsoleWidth(int) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setName(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setObfuscationMode(SystemContext) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Specifies the obfuscation mode to be used.
- setOptionEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setResetEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setSecret(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setSeparatorLnChar(char) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setShortOptionPrefix(Character) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setStandardOut(PrintStream) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- setTitle(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- size() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
T
- toDataStructure(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- toRuntimeProfile(String...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- toSerialized() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Returns the serialized format as of the
ResourceProperties.ResourcePropertiesBuilder
instance being produced upon invocation of thePolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties)
method. - toSerialized(char) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Returns the serialized format as of the
ResourceProperties.ResourcePropertiesBuilder
instance being produced upon invocation of thePolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties)
method. - toSerialized(String, char) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Returns the serialized format as of the
ResourceProperties.ResourcePropertiesBuilder
instance being produced upon invocation of thePolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties)
method.
V
- values() - Method in class org.refcodes.properties.ext.application.ApplicationProperties
W
- withAddExample(String, Operand<?>...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withAddExample(Example) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withApplicationProperties(ApplicationProperties) - Method in interface org.refcodes.properties.ext.application.ApplicationPropertiesAccessor.ApplicationPropertiesBuilder
-
Sets the runtime properties for the
ApplicationProperties
property. - withArgs(String[]) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withArgsSyntax(Term) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withArgumentEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withBannerBorderEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withBannerEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withBannerFont(Font) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withBannerFontPalette(char[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withBannerFontPalette(AsciiColorPalette) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withCommandEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withConsoleWidth(int) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withCopyright(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withDescription(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withDescriptionEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withErrorOut(PrintStream) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEscapeCodesEnabled(boolean) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(String[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(String[], Pattern) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(String[], ArgsFilter) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(String, String[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(String, List<String>) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(List<String>) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(List<String>, Pattern) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withEvalArgs(List<String>, ArgsFilter) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withExamples(Collection<Example>) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withExamples(Example[]) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withFile(File) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withFile(File) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withFile(File, ConfigLocator) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withFile(File, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withInputStream(InputStream) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withInputStream(InputStream) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withInputStream(InputStream, char...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withLicense(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withLineBreak(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withLineSeparatorEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withLongOptionPrefix(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withMaxConsoleWidth(int) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withName(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withObfuscationMode(SystemContext) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
Builder method for the obfuscation mode property returning the builder for applying multiple build operations.
- withObfuscationMode(SystemContext) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withOptionEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withParseArgs(String[]) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withProperties(Properties) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
-
A hook for you to provide
Properties
programmatically. - withProperties(Properties) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withResetEscapeCode(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withResourceClass(Class<?>, String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withResourceClass(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withResourceClass(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withResourceClass(String) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withRootArgsSyntax(Condition) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withRootOption(Option<?>) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withSecret(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withSecret(String) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withSeparatorLnChar(char) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withShortOptionPrefix(Character) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withStandardOut(PrintStream) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withSyntaxMetrics(SyntaxNotation) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withTextBoxGrid(TextBoxStyle) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withTitle(String) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withUrl(URL) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
- withUrl(URL) - Static method in class org.refcodes.properties.ext.application.ApplicationPropertiesSugar
-
Factory method to conveniently create a preconfigured
ApplicationProperties
instance. - withUrl(URL, char...) - Method in class org.refcodes.properties.ext.application.ApplicationProperties
All Classes and Interfaces|All Packages