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

S

SessionBeanBuilder - 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 SessionBeanSpec.
SessionBeanBuilder(CodeGeneratorContext) - Constructor for class org.tquadrat.foundation.config.ap.impl.codebuilders.SessionBeanBuilder
Creates a new instance of SessionBeanBuilder.
SessionKeyProperty - Class in org.tquadrat.foundation.config.ap.impl.specialprops
SessionKeyProperty() - Constructor for class org.tquadrat.foundation.config.ap.impl.specialprops.SessionKeyProperty
Creates a new instance of SessionKeyProperty.
SET - Enum constant in enum class org.tquadrat.foundation.config.ap.CollectionKind
The type is a Set.
SET_ACCESSOR_TYPE - Static variable in class org.tquadrat.foundation.config.ap.ConfigAnnotationProcessor
The type name for the class SetAccessor.
setAddMethodArgumentName(Name) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name for the 'add' method's argument.
setAddMethodBuilder(MethodSpec.Builder) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the builder for the 'add' method of this property.
setAddMethodName(Name) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name of the 'add'' method for this property.
setCLIArgumentIndex(int) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the index for an argument on the command line.
setCLIFormat(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the special CLI format.
setCLIMetaVar(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the CLI meta variable.
setCLIOptionNames(List<String>) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the CLI option names.
setCLIUsage(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the CLI usage text.
setCLIUsageKey(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the CLI usage key.
setCLIValueHandlerClass(TypeName) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the CLI value handler class.
setCollectionKind(CollectionKind) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the kind of collection for this property.
setEnvironmentDefaultValue(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the default value for an environment variable or a system property.
setEnvironmentVariableName(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name of the environment variable that provides the (initial) value for this property.
setFieldName(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name of the field for the property.
setFlag(PropertySpec.PropertyFlag...) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the given flags to the property.
setGetterBuilder(MethodSpec.Builder) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the builder for the getter of this property.
setGetterMethodName(Name) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the method name for the getter.
setGetterReturnType(TypeName) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the return type for the getter.
setI18NParameters(String, String) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Sets the i18n parameters.
setINIConfiguration(String, String, String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the INI file configuration for this property.
setINIConfiguration(INIValue) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the INI file configuration for this property.
setINIFileConfig(String, boolean, String) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Sets the configuration for the INI file.
setInitDataMethod(MethodSpec) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Set the method that is provided as a source for the initialisation of the properties of the configuration bean.
setInitDataResource(String) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Set the name of the resource that is used to initialise the properties of the configuration bean.
setIsEnum(boolean) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the flag that indicates whether the property is an enum type.
setPreferenceChangeListenerClass(TypeName) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Sets the class for the Preferences change listener.
setPreferencesRoot(String) - Method in class org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Sets the name for the preferences root node.
setPrefsAccessorClass(TypeName) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the preferences accessor class for this property.
setPrefsKey(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the preferences key for this property.
setPropertyType(TypeName) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the property type.
setSetterArgumentName(Name) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name for the setter's argument.
setSetterBuilder(MethodSpec.Builder) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the builder for the setter of this property.
setSetterMethodName(Name) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name of the setter method for this property.
setSpecialPropertyType(SpecialPropertyType) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the speciality type for this property.
setStringConverterClass(TypeName) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name for the class that implements StringConverter for the type of this property.
setSystemPrefsPath(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the path for the SYSTEM Preferences node that holds the initialisation data for this property.
setSystemPropertyName(String) - Method in class org.tquadrat.foundation.config.ap.impl.PropertySpecImpl
Sets the name of the system property that provides the (initial) value for this property.
SETTER_CHECK_EMPTY - Enum constant in enum class org.tquadrat.foundation.config.ap.PropertySpec.PropertyFlag
Indicates that the setter method for this property should check for an empty argument.
SETTER_CHECK_NULL - Enum constant in enum class org.tquadrat.foundation.config.ap.PropertySpec.PropertyFlag
Indicates that the setter method for this property should check for a null argument.
SETTER_IS_DEFAULT - Enum constant in enum class org.tquadrat.foundation.config.ap.PropertySpec.PropertyFlag
Indicates that the setter method for this property is default; this means that the method will not be implemented, and that there is no field for the property.
SpecialPropertySpec - Interface in org.tquadrat.foundation.config.ap.impl
The specification for special properties.
SpecialPropertySpecBase - Class in org.tquadrat.foundation.config.ap.impl.specialprops
The base class for the special property specifications.
SpecialPropertySpecBase(SpecialPropertyType, PropertySpec.PropertyFlag...) - Constructor for class org.tquadrat.foundation.config.ap.impl.specialprops.SpecialPropertySpecBase
Creates a new instance of SpecialPropertySpecBase.
StandardField(String) - Constructor for enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
Creates a new StandardField instance.
StandardMethod(String) - Constructor for enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
Creates a new StandardMethod instance.
STD_FIELD_Accessors - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The registry for the preferences accessors.
STD_FIELD_CLIDefinitions - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The CLI definitions.
STD_FIELD_CLIError - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The CLI error.
STD_FIELD_INIFile - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The INIFile instance.
STD_FIELD_INIFileName - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The file name for the INIFile.
STD_FIELD_ListenerSupport - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The listener support.
STD_FIELD_PreferenceChangeListener - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The listener for preference changes.
STD_FIELD_PreferencesRoot - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The preferences root.
STD_FIELD_ReadLock - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The read lock.
STD_FIELD_Registry - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The registry for the properties when the Map interface needs to be implemented.
STD_FIELD_ResourceBundle - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The current ResourceBundle.
STD_FIELD_ResourceLocale - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The Locale for the current resource bundle.
STD_FIELD_UserPreferences - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The user preferences.
STD_FIELD_WriteLock - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
The "write" lock.
STD_METHOD_AddListener - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
The method to add listeners.
STD_METHOD_GetMessagePrefix - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
The method that returns the message prefix.
STD_METHOD_GetRessourceBundle - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
The method that returns the ressource bundle for the messages.
STD_METHOD_InitData - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
The method that provides initialisation data.
STD_METHOD_RemoveListener - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
The method to remove listeners.
STD_METHOD_ToString - Enum constant in enum class org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
The Object.toString() method.
StringConverterInstantiation() - Constructor for enum class org.tquadrat.foundation.config.ap.impl.codebuilders.CodeBuilderBase.StringConverterInstantiation
 
SYSTEM_PREFERENCE - Enum constant in enum class org.tquadrat.foundation.config.ap.PropertySpec.PropertyFlag
Indicates that this property is initialised from the value of a system preference.
SYSTEM_PROPERTY - Enum constant in enum class org.tquadrat.foundation.config.ap.PropertySpec.PropertyFlag
Indicates that this property is initialised from the value of a system property.
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