Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- i18n and Configuration Beans - Search tag in package org.tquadrat.foundation.config
- Section
- I18nSupport - Interface in org.tquadrat.foundation.config
-
A configuration bean specification has to extend this interface in order to get the i18n support.
- ImageAccessor - Class in org.tquadrat.foundation.config.spi.prefs
-
The implementation of
PreferenceAccessor
for instances ofBufferedImage
. - ImageAccessor(String, Getter<BufferedImage>, Setter<BufferedImage>) - Constructor for class org.tquadrat.foundation.config.spi.prefs.ImageAccessor
-
Creates a new
MapAccessor
instance. - ImageValueHandler - Class in org.tquadrat.foundation.config.cli
-
An implementation of
CmdLineValueHandler
forBufferedImage
values. - ImageValueHandler(BiConsumer<String, BufferedImage>) - Constructor for class org.tquadrat.foundation.config.cli.ImageValueHandler
-
Creates a new
ImageValueHandler
instance. - ImageValueHandler(CLIDefinition, BiConsumer<String, BufferedImage>) - Constructor for class org.tquadrat.foundation.config.cli.ImageValueHandler
-
Creates a new
ImageValueHandler
instance. - Implementation of java.util.Map - Search tag in package org.tquadrat.foundation.config
- Section
- index() - Element in annotation interface org.tquadrat.foundation.config.Argument
-
A command line argument is identified by its relative position on the command line, instead by a name.
- index() - Method in class org.tquadrat.foundation.config.spi.CLIArgumentDefinition
-
Returns the index of this argument.
- INIBeanSpec - Interface in org.tquadrat.foundation.config
-
When a configuration bean should be connected with an
INI
file (a Windows style configuration file), the respective configuration bean specification interface needs to extend this interface. - INIFileConfig - Annotation Interface in org.tquadrat.foundation.config
-
The definition of an
INI
file that is used in the context of a configuration bean implementingINIBeanSpec
. - INIGroup - Annotation Interface in org.tquadrat.foundation.config
-
The definition for a
INI
file group. - INIGroups - Annotation Interface in org.tquadrat.foundation.config
-
The container for
@INIGroup
annotations. - initDataResource() - Element in annotation interface org.tquadrat.foundation.config.ConfigurationBeanSpecification
-
The name of the resource with the initialisation data for the configuration bean.
- INIValue - Annotation Interface in org.tquadrat.foundation.config
-
The marker for properties that will be persisted in an
INI
file. - INSTANCE - Static variable in class org.tquadrat.foundation.config.cli.YesNoValueHandler.YesNoStringConverter
-
The one and only instance for this
StringConverter
. - InstantValueHandler - Class in org.tquadrat.foundation.config.cli
-
The implementation of
TimeValueHandler
forInstant
. - InstantValueHandler(BiConsumer<String, Instant>) - Constructor for class org.tquadrat.foundation.config.cli.InstantValueHandler
-
Creates a new
InstantValueHandler
instance. - InstantValueHandler(CLIDefinition, BiConsumer<String, Instant>) - Constructor for class org.tquadrat.foundation.config.cli.InstantValueHandler
-
Creates a new
InstantValueHandler
instance. - IntegerAccessor - Class in org.tquadrat.foundation.config.spi.prefs
-
The implementation of
PreferenceAccessor
for instances ofInteger
. - IntegerAccessor(String, Getter<Integer>, Setter<Integer>) - Constructor for class org.tquadrat.foundation.config.spi.prefs.IntegerAccessor
-
Creates a new
IntegerAccessor
instance. - InvalidPreferenceValueException - Exception Class in org.tquadrat.foundation.config.spi
-
The is exception will be thrown by implementations of
PreferenceAccessor
in cases when the value from the preferences node (that is stored there as aString
) cannot be converted into the target format, for whatever reason. - InvalidPreferenceValueException(Preferences, String) - Constructor for exception class org.tquadrat.foundation.config.spi.InvalidPreferenceValueException
-
Creates a new
InvalidPreferenceValueException
. - InvalidPreferenceValueException(Preferences, String, String) - Constructor for exception class org.tquadrat.foundation.config.spi.InvalidPreferenceValueException
-
Creates a new
InvalidPreferenceValueException
. - InvalidPreferenceValueException(Preferences, String, String, Throwable) - Constructor for exception class org.tquadrat.foundation.config.spi.InvalidPreferenceValueException
-
Creates a new
InvalidPreferenceValueException
. - InvalidPreferenceValueException(Preferences, String, Throwable) - Constructor for exception class org.tquadrat.foundation.config.spi.InvalidPreferenceValueException
-
Creates a new
InvalidPreferenceValueException
. - isArgument() - Method in class org.tquadrat.foundation.config.spi.CLIDefinition
-
Returns a flag that indicates whether this is the definition for an argument or an option.
- isDebug() - Method in interface org.tquadrat.foundation.config.ConfigBeanSpec
-
Returns a flag that indicates whether the application should produce debug output of some kind.
- isMultiValued() - Method in class org.tquadrat.foundation.config.spi.CLIDefinition
-
Returns a flag that indicates whether this option or argument is multivalued.
- isOption(String) - Method in class org.tquadrat.foundation.config.internal.ArgumentParser
-
Checks if the given token is an option (as opposed to an argument).
- isParameter(int) - Method in class org.tquadrat.foundation.config.internal.ArgumentParser.CmdLineImpl
-
Tests whether the given index is for an additional parameter to a related option.
- isParameter(int) - Method in interface org.tquadrat.foundation.config.spi.Parameters
-
Tests whether the given index is for an additional parameter to a related option.
- isTest() - Method in interface org.tquadrat.foundation.config.ConfigBeanSpec
-
Returns a flag that indicates whether the application should produce test output of some kind.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form