Index

A B C D E G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

I18nSupportBuilder - Class in org.tquadrat.foundation.config.ap.impl.codebuilders
The code builder implementation for the generation of the code that let the configuration bean implement the interface I18nSupport.
I18nSupportBuilder(CodeGeneratorContext) - Constructor for class org.tquadrat.foundation.config.ap.impl.codebuilders.I18nSupportBuilder
Creates a new instance of I18nSupportBuilder.
implementInterface(Type) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Checks whether the given interface must be implemented by the new configuration bean.
implementInterface(TypeName) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Checks whether the given interface must be implemented by the new configuration bean.
InappropriateTypeError - Exception Class in org.tquadrat.foundation.config.ap
This error will be thrown in cases a configuration bean property has an inappropriate type, like InputStream or Stream.
InappropriateTypeError(Class<?>) - Constructor for exception class org.tquadrat.foundation.config.ap.InappropriateTypeError
Creates a new InappropriateTypeError instance.
InappropriateTypeError(String) - Constructor for exception class org.tquadrat.foundation.config.ap.InappropriateTypeError
Creates a new InappropriateTypeError instance.
InappropriateTypeError(TypeName) - Constructor for exception class org.tquadrat.foundation.config.ap.InappropriateTypeError
Creates a new InappropriateTypeError instance.
INIBeanBuilder - Class in org.tquadrat.foundation.config.ap.impl.codebuilders
The code builder implementation that connects the configuration bean to INIFile, as defined in INIBeanSpec.
INIBeanBuilder(CodeGeneratorContext) - Constructor for class org.tquadrat.foundation.config.ap.impl.codebuilders.INIBeanBuilder
Creates a new instance of INIBeanBuilder.
INIBeanBuilder.InitType - Enum Class in org.tquadrat.foundation.config.ap.impl.codebuilders
The various types for the initialisation of the field holding the backing Path for the INIFile instance.
INIT_ABSOLUTE - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.codebuilders.INIBeanBuilder.InitType
The given filename denotes an absolute path.
INIT_CWD - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.codebuilders.INIBeanBuilder.InitType
The given filename will be resolved against the current working directory.
INIT_HOME - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.codebuilders.INIBeanBuilder.InitType
The given filename starts with $USER and stands for a path that is to be resolved against the user's home folder.
INIT_PROPERTY - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.codebuilders.INIBeanBuilder.InitType
The given filename starts with ${…} and stands for a path that will be resolved against a property.
initStringConvertersForTypeNames() - Method in class org.tquadrat.foundation.config.ap.ConfigAnnotationProcessor
InitType() - Constructor for enum class org.tquadrat.foundation.config.ap.impl.codebuilders.INIBeanBuilder.InitType
 
isCollection() - Method in interface org.tquadrat.foundation.config.ap.PropertySpec
Checks whether this property is a collection of some kind.
isEnum() - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Returns the flag that indicates whether the property is an enum type.
isEnum() - Method in class org.tquadrat.foundation.config.ap.impl.specialprops.SpecialPropertySpecBase
Returns the flag that indicates whether the property is an enum type.
isEnum() - Method in interface org.tquadrat.foundation.config.ap.PropertySpec
Returns the flag that indicates whether the property is an enum type.
isOnCLI() - Method in interface org.tquadrat.foundation.config.ap.PropertySpec
Checks whether this property is exposed to the CLI.
isSynchronized() - Method in class org.tquadrat.foundation.config.ap.impl.codebuilders.CodeBuilderBase
Returns the flag that controls whether the configuration bean has to be generated thread safe.
A B C D E G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form