Index

A C D E F G I K O P R S T V W 
All Classes and Interfaces|All Packages

A

addExample(Example) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
addProperties(File, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties.ResourcePropertiesBuilder from the given data sink.
addProperties(InputStream, char[]) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties from the given data sink.
addProperties(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties.ResourcePropertiesBuilder from the given data sink.
addProperties(URL, char...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties from the given data sink.
addProperties(Properties) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Adds the properties.

C

containsKey(Object) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

D

DELIMITERS - Static variable in interface org.refcodes.properties.ext.runtime.RuntimeProperties
 

E

errorLn(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
evalArgs(String[]) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
evalArgs(String, String[]) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
evalArgs(String, List<String>) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
evalArgs(List<String>) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

F

fromRuntimeProperties() - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.

G

get(Object) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getArgsParserProperties() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
The ArgsParserProperties are those properties derived from the command line arguments (as of the getArgsSyntax()).
getArgsSyntax() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getArgumentEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getBannerBorderEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getBannerEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getCommandEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getCopyrightNote() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getDelimiter() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getDescription() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getDescriptionEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getExamples() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getLicenseNote() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getLineSeparatorEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getLongOptionPrefix() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getName() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getOptionEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getProperties() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getResetEscapeCode() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getSeparatorLnChar() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getShortOptionPrefix() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getSyntaxMetrics() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getTextBoxGrid() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
getTitle() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

I

isEmpty() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
isEscapeCodesEnabled() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

K

keySet() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

O

org.refcodes.properties.ext.runtime - module org.refcodes.properties.ext.runtime
 
org.refcodes.properties.ext.runtime - package org.refcodes.properties.ext.runtime
This artifact extends the refcodes-properties artifact with predefined Properties compositions (as of the RuntimeProperties and the RuntimePropertiesImpl 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.runtime.RuntimePropertiesImpl
printCopyrightNote() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printDescription() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printExamples() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printHeader() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printHelp() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printLicenseNote() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printLn() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printLn(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printOptions() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printSeparatorLn() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
printSynopsis() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

R

reload() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
reload(ReloadMode) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
reset() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
retrieveFrom(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
retrieveTo(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
RuntimeProperties - Interface in org.refcodes.properties.ext.runtime
RuntimeProperties are composed of various Properties flavors such as ArgsParserProperties, SystemProperties, EnvironmentProperties and ResourceProperties with a precedence in this order, encapsulated by a ProfilePropertiesProjection in order for you, the developer, to conveniently harness the power of the Properties functionality.
RuntimePropertiesImpl - Class in org.refcodes.properties.ext.runtime
The RuntimePropertiesImpl composite represent command line properties, system properties as well as environment variables (in that order) and resource properties.
RuntimePropertiesImpl() - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no Condition for parsing command line arguments.
RuntimePropertiesImpl(String) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with a custom secret for obfuscation.
RuntimePropertiesImpl(String[]) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no Condition for parsing command line arguments: As no syntax notation is required by the constructor (no root Condition), no syntax validation is done.
RuntimePropertiesImpl(String[], String) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no Condition for parsing command line arguments: As no syntax notation is required by the constructor (no root Condition), no syntax validation is done.
RuntimePropertiesImpl(String[], SystemContext) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no Condition for parsing command line arguments: As no syntax notation is required by the constructor (no root Condition), no syntax validation is done.
RuntimePropertiesImpl(Constituent) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with the given Condition used to parse command line arguments.
RuntimePropertiesImpl(Constituent, String) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with the given Condition used to parse command line arguments.
RuntimePropertiesImpl(Constituent, SystemContext) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with the given Condition used to parse command line arguments.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no args syntax Constituent node for parsing command line arguments.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with a custom secret for obfuscation.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String[]) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no args syntax Constituent node for parsing command line arguments: As no syntax notation is required by the constructor (no root args syntax Constituent node), no syntax validation is done.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String[], String) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no args syntax Constituent node for parsing command line arguments: As no syntax notation is required by the constructor (no root args syntax Constituent node), no syntax validation is done.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, String[], SystemContext) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no args syntax Constituent node for parsing command line arguments: As no syntax notation is required by the constructor (no args syntax Constituent node), no syntax validation is done.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Constituent) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with the given args syntax Constituent node used to parse command line arguments.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Constituent, String) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with the given args syntax Constituent node used to parse command line arguments.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, Constituent, SystemContext) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with the given args syntax Constituent node used to parse command line arguments.
RuntimePropertiesImpl(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory, SystemContext) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs the RuntimeProperties with the given obfuscation mode.
RuntimePropertiesImpl(SystemContext) - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Constructs the RuntimeProperties with the given obfuscation mode.
RuntimePropertiesSugar - Class in org.refcodes.properties.ext.runtime
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for the construction of RuntimeProperties (and the like).
RuntimePropertiesSugar() - Constructor for class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
 

S

setArgsSyntax(Constituent) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setArgumentEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setBannerBorderEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setBannerEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setBannerFont(Font) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setBannerFontPalette(char[]) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setCommandEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setConsoleWidth(int) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setCopyrightNote(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setDescription(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setDescriptionEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setErrorOut(PrintStream) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setEscapeCodesEnabled(boolean) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setLicenseNote(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setLineBreak(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setLineSeparatorEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setLongOptionPrefix(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setMaxConsoleWidth(int) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setName(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setObfuscationMode(SystemContext) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
Specifies the obfuscation mode to be used.
setObfuscationMode(SystemContext) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Specifies the obfuscation mode to be used.
setOptionEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setResetEscapeCode(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setSecret(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setSeparatorLnChar(char) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setShortOptionPrefix(Character) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setStandardOut(PrintStream) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
setTitle(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
size() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

T

toDataStructure(String) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
toRuntimeProfile(String...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
toSerialized() - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
The behavior of this method is implementation specific.
toSerialized() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Returns the serialized format as of the ResourceProperties.ResourcePropertiesBuilder instance being produced upon invocation of the PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties) method.
toSerialized(char) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
The behavior of this method is implementation specific.
toSerialized(char) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Returns the serialized format as of the ResourceProperties.ResourcePropertiesBuilder instance being produced upon invocation of the PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties) method.
toSerialized(String, char) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
Returns the serialized format as of the ResourceProperties.ResourcePropertiesBuilder instance being produced upon invocation of the PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties) method.

V

values() - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl

W

withArgs(String[]) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withArgsSyntax(Constituent) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withArgumentEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withBannerBorderEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withBannerEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withBannerFont(Font) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withBannerFontPalette(char[]) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withCommandEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withConsoleWidth(int) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withCopyrightNote(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withDescription(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withDescriptionEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withErrorOut(PrintStream) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withEscapeCodesEnabled(boolean) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withEvalArgs(String[]) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withEvalArgs(String[]) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
withEvalArgs(String, String[]) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withEvalArgs(String, List<String>) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withEvalArgs(List<String>) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withExample(String, Operand<?>...) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withExample(Example) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withExamples(Collection<Example>) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withExamples(Example[]) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withFile(File) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withFile(File) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withFile(File, ConfigLocator) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withFile(File, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
withFilePath(Class<?>, String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withFilePath(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
withFilePath(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withFilePath(String) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withInputStream(InputStream) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withInputStream(InputStream) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withInputStream(InputStream, char...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
withLicenseNote(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withLineBreak(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withLineSeparatorEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withLongOptionPrefix(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withMaxConsoleWidth(int) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withName(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withObfuscationMode(SystemContext) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
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.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withOptionEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withParseArgs(String[]) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withProperties(Properties) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
A hook for you to provide Properties programmatically.
withProperties(Properties) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
A hook for you to provide Properties programmatically.
withProperties(Properties) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withResetEscapeCode(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withRootArgsSyntax(Condition) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withRootOption(Option<?>) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withSecret(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withSecret(String) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withSeparatorLnChar(char) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withShortOptionPrefix(Character) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withStandardOut(PrintStream) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withSyntaxMetrics(SyntaxMetrics) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withTextBoxGrid(TextBoxGrid) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withTitle(String) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withUrl(URL) - Method in interface org.refcodes.properties.ext.runtime.RuntimeProperties
withUrl(URL) - Static method in class org.refcodes.properties.ext.runtime.RuntimePropertiesSugar
Factory method to conveniently create a preconfigured RuntimeProperties instance.
withUrl(URL, char...) - Method in class org.refcodes.properties.ext.runtime.RuntimePropertiesImpl
A C D E F G I K O P R S T V W 
All Classes and Interfaces|All Packages