Skip navigation links
C E G I K O P R S T V W 

C

childrenOf(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
containsKey(Object) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl

E

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

G

get(Object) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
getDelimiter() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
getRootCondition() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl

I

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

K

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

O

org.refcodes.configuration.ext.runtime - package org.refcodes.configuration.ext.runtime
 

P

printBanner() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printCopyrightNote() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printDescription() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printHelp() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printLicenseNote() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printLn() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printLn(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printOptions() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printSeparatorLn() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
printUsage() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl

R

reload() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
reload(ReloadMode) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
reset() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
retrieveFrom(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
retrieveTo(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
RuntimeProperties - Interface in org.refcodes.configuration.ext.runtime
After construction the use ResourcePropertiesMixin.withFile(java.io.File), ResourcePropertiesMixin.withUrl(java.net.URL) or the like to load the properties from external resources.
RuntimePropertiesImpl - Class in org.refcodes.configuration.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.configuration.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with no Condition for parsing command line arguments.
RuntimePropertiesImpl(String[]) - Constructor for class org.refcodes.configuration.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(Condition) - Constructor for class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
Constructs a RuntimeProperties instance with the given Condition used to parse command line arguments.

S

setBannerFont(Font) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setBannerFontPalette(char[]) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setConsoleWidth(int) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setCopyrightNote(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setDescription(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setErrorOut(PrintStream) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setLicenseNote(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setLineBreak(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setMaxConsoleWidth(int) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setName(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setSeparatorChar(char) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setStandardOut(PrintStream) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setSyntaxNotation(SyntaxNotation) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setTitle(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
setUsageLabel(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
size() - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl

T

toDataStructure(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
toResourceProperties(File) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties from the given data sink.
toResourceProperties(InputStream) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties from the given data sink.
toResourceProperties(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties from the given data sink.
toResourceProperties(URL) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
Reads the ResourceProperties from the given data sink.

V

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

W

withBannerFont(Font) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withBannerFontPalette(char[]) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withConsoleWidth(int) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withCopyrightNote(String) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withDescription(String) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withErrorOut(PrintStream) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withEvalArgs(List<String>) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withEvalArgs(String, List<String>) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withEvalArgs(String, String[]) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withEvalArgs(String[]) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withFile(File) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
withFilePath(String) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
withInputStream(InputStream) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
withLicenseNote(String) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withLineBreak(String) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withMaxConsoleWidth(int) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withName(String) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withParseArgs(String[]) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withParseArgs(List<String>) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withParseArgs(String[]) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
withSeparatorChar(char) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withStandardOut(PrintStream) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withSyntaxNotation(SyntaxNotation) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withTitle(String) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
withUrl(URL) - Method in class org.refcodes.configuration.ext.runtime.RuntimePropertiesImpl
withUsageLabel(String) - Method in interface org.refcodes.configuration.ext.runtime.RuntimeProperties
C E G I K O P R S T V W 
Skip navigation links

Copyright © 2018. All rights reserved.