A B C D E F G I L M N P R S U W 

A

addConverter(Class<T>, Converter<T>) - Method in class ru.qatools.properties.converters.ConverterManager
Add converter to the storage.
ArrayConverter - Class in ru.qatools.properties.converters
 
ArrayConverter(Converter, Class, StringSplitter) - Constructor for class ru.qatools.properties.converters.ArrayConverter
 

B

BooleanConverter - Class in ru.qatools.properties.converters
 
BooleanConverter() - Constructor for class ru.qatools.properties.converters.BooleanConverter
 
ByteConverter - Class in ru.qatools.properties.converters
 
ByteConverter() - Constructor for class ru.qatools.properties.converters.ByteConverter
 

C

castCollectionToType(Class, Collection<T>) - Method in class ru.qatools.properties.converters.ConverterManager
Create an instance of specified collection with given element type.
CharacterConverter - Class in ru.qatools.properties.converters
 
CharacterConverter() - Constructor for class ru.qatools.properties.converters.CharacterConverter
 
CharsetConverter - Class in ru.qatools.properties.converters
 
CharsetConverter() - Constructor for class ru.qatools.properties.converters.CharsetConverter
 
checkConfigurationClass(Class<?>) - Method in class ru.qatools.properties.PropertyLoader
Check that given class is interface.
checkRequired(String, AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Throws an exception if given element is required.
classLoader - Variable in class ru.qatools.properties.PropertyLoader
 
classpath(Class<?>) - Method in class ru.qatools.properties.providers.DefaultPropertyProvider
 
classpath(Class<?>) - Method in class ru.qatools.properties.providers.MapPropPathReplacerProvider
 
CollectionConverter<T> - Class in ru.qatools.properties.converters
 
CollectionConverter(Converter<T>, StringSplitter) - Constructor for class ru.qatools.properties.converters.CollectionConverter
 
COMMA - Static variable in class ru.qatools.properties.converters.ConverterManager
 
compiled - Variable in class ru.qatools.properties.PropertyLoader
 
compileProperties(Class<?>) - Method in class ru.qatools.properties.PropertyLoader
Compile properties to PropertyLoader.compiled field.
Config - Annotation Type in ru.qatools.properties
 
ConversionException - Exception in ru.qatools.properties.converters
 
ConversionException(String) - Constructor for exception ru.qatools.properties.converters.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception ru.qatools.properties.converters.ConversionException
 
convert(String) - Method in class ru.qatools.properties.converters.ArrayConverter
 
convert(String) - Method in class ru.qatools.properties.converters.BooleanConverter
 
convert(String) - Method in class ru.qatools.properties.converters.ByteConverter
 
convert(String) - Method in class ru.qatools.properties.converters.CharacterConverter
 
convert(String) - Method in class ru.qatools.properties.converters.CharsetConverter
 
convert(String) - Method in class ru.qatools.properties.converters.CollectionConverter
 
convert(String) - Method in interface ru.qatools.properties.converters.Converter
 
convert(Class<?>, String) - Method in class ru.qatools.properties.converters.ConverterManager
Convert given string to type.
convert(Class, Class<T>, String) - Method in class ru.qatools.properties.converters.ConverterManager
Convert given string to specified collection with given element type.
convert(String) - Method in class ru.qatools.properties.converters.DoubleConverter
 
convert(String) - Method in class ru.qatools.properties.converters.EnumConverter
 
convert(String) - Method in class ru.qatools.properties.converters.FileConverter
 
convert(String) - Method in class ru.qatools.properties.converters.FloatConverter
 
convert(String) - Method in class ru.qatools.properties.converters.IntegerConverter
 
convert(String) - Method in class ru.qatools.properties.converters.LongConverter
 
convert(String) - Method in class ru.qatools.properties.converters.PathConverter
 
convert(String) - Method in class ru.qatools.properties.converters.ShortConverter
 
convert(String) - Method in class ru.qatools.properties.converters.StringConverter
 
convert(String) - Method in class ru.qatools.properties.converters.UriConverter
 
convert(String) - Method in class ru.qatools.properties.converters.UrlConverter
 
Converter<T> - Interface in ru.qatools.properties.converters
 
ConverterManager - Class in ru.qatools.properties.converters
This class can help you convert some values from string representation.
ConverterManager() - Constructor for class ru.qatools.properties.converters.ConverterManager
 
ConverterManager(StringSplitter) - Constructor for class ru.qatools.properties.converters.ConverterManager
Creates an instance manager with given string splitter.
convertNullValue(Class) - Method in class ru.qatools.properties.converters.ConverterManager
Convert null to given type.
convertValue(AnnotatedElement, String) - Method in class ru.qatools.properties.PropertyLoader
Convert given value to specified type.

D

DefaultPropertyProvider - Class in ru.qatools.properties.providers
 
DefaultPropertyProvider() - Constructor for class ru.qatools.properties.providers.DefaultPropertyProvider
 
defaults - Variable in class ru.qatools.properties.PropertyLoader
 
DefaultValue - Annotation Type in ru.qatools.properties
User: eroshenkoam Date: 11/9/12, 1:48 PM
DoubleConverter - Class in ru.qatools.properties.converters
 
DoubleConverter() - Constructor for class ru.qatools.properties.converters.DoubleConverter
 

E

EnumConverter - Class in ru.qatools.properties.converters
 
EnumConverter(Class<? extends Enum>) - Constructor for class ru.qatools.properties.converters.EnumConverter
 

F

FileConverter - Class in ru.qatools.properties.converters
 
FileConverter() - Constructor for class ru.qatools.properties.converters.FileConverter
 
filepath(Class<?>) - Method in class ru.qatools.properties.providers.DefaultPropertyProvider
 
filepath(Class<?>) - Method in class ru.qatools.properties.providers.MapPropPathReplacerProvider
 
find(Class<T>) - Method in class ru.qatools.properties.converters.ConverterManager
Find converter for given type.
FloatConverter - Class in ru.qatools.properties.converters
 
FloatConverter() - Constructor for class ru.qatools.properties.converters.FloatConverter
 

G

getClassLoader() - Method in class ru.qatools.properties.PropertyLoader
 
getCollectionElementType(Type) - Method in class ru.qatools.properties.PropertyLoader
Get collection element type for given type.
getCompiled() - Method in class ru.qatools.properties.PropertyLoader
 
getConverterForElementWithUseAnnotation(AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Returns new instance of converter specified in Use annotation for given element.
getDefaults() - Method in class ru.qatools.properties.PropertyLoader
 
getKey() - Method in class ru.qatools.properties.internal.PropertyInfo
 
getKey(String, AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Get property key for specified element with given prefix.
getPathsAsArray() - Method in class ru.qatools.properties.utils.PropsReplacer
 
getPropertyDefaultValue(AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Get the default value for given element.
getPropertyProvider() - Method in class ru.qatools.properties.PropertyLoader
 
getReplacementPattern() - Method in class ru.qatools.properties.providers.MapPropPathReplacerProvider
 
getReplacementPattern() - Method in class ru.qatools.properties.providers.SysPropPathReplacerProvider
 
getStringValue() - Method in class ru.qatools.properties.internal.PropertyInfo
 
getValue() - Method in class ru.qatools.properties.internal.PropertyInfo
 
getValueGenericType(AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Returns the generic type of the value for given element.
getValueType(AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Returns the type of the value for given element.

I

IntegerConverter - Class in ru.qatools.properties.converters
 
IntegerConverter() - Constructor for class ru.qatools.properties.converters.IntegerConverter
 
invoke(Object, Method, Object[]) - Method in class ru.qatools.properties.internal.PropertiesProxy
 
isRequired(AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Returns true if annotatedElement marked as required with Required.

L

LongConverter - Class in ru.qatools.properties.converters
 
LongConverter() - Constructor for class ru.qatools.properties.converters.LongConverter
 

M

manager - Variable in class ru.qatools.properties.PropertyLoader
 
MAP_PROP_KEY_PATTERN - Static variable in class ru.qatools.properties.providers.MapPropPathReplacerProvider
 
MapPropPathReplacerProvider - Class in ru.qatools.properties.providers
 
MapPropPathReplacerProvider(Properties) - Constructor for class ru.qatools.properties.providers.MapPropPathReplacerProvider
 

N

newInstance() - Static method in class ru.qatools.properties.PropertyLoader
Do not instance class by yourself.

P

PathConverter - Class in ru.qatools.properties.converters
 
PathConverter() - Constructor for class ru.qatools.properties.converters.PathConverter
 
populate(Object) - Method in class ru.qatools.properties.PropertyLoader
Populate given bean using properties from PropertyLoader.defaults and PropertyProvider.provide(ClassLoader, Class)
populate(Class<T>) - Method in class ru.qatools.properties.PropertyLoader
 
populate(Class<T>, Set<Class>) - Method in class ru.qatools.properties.PropertyLoader
populate(String, Class<T>, Set<Class>) - Method in class ru.qatools.properties.PropertyLoader
Creates a proxy instance of given configuration.
properties - Variable in class ru.qatools.properties.internal.PropertiesProxy
 
PropertiesProxy - Class in ru.qatools.properties.internal
 
PropertiesProxy(Map<Method, PropertyInfo>) - Constructor for class ru.qatools.properties.internal.PropertiesProxy
 
PropertiesUtils - Class in ru.qatools.properties.utils
User: eroshenkoam Date: 11/9/12, 5:25 PM
Property - Annotation Type in ru.qatools.properties
User: eroshenkoam Date: 11/9/12, 1:48 PM
PropertyInfo - Class in ru.qatools.properties.internal
 
PropertyInfo() - Constructor for class ru.qatools.properties.internal.PropertyInfo
 
PropertyInfo(Object) - Constructor for class ru.qatools.properties.internal.PropertyInfo
 
PropertyInfo(String, String, Object) - Constructor for class ru.qatools.properties.internal.PropertyInfo
 
PropertyLoader - Class in ru.qatools.properties
 
PropertyLoaderException - Exception in ru.qatools.properties
 
PropertyLoaderException(String) - Constructor for exception ru.qatools.properties.PropertyLoaderException
 
PropertyLoaderException(String, Throwable) - Constructor for exception ru.qatools.properties.PropertyLoaderException
 
propertyProvider - Variable in class ru.qatools.properties.PropertyLoader
 
PropertyProvider - Interface in ru.qatools.properties.providers
User: lanwen Date: 17.07.13 Time: 15:45
PropsReplacer - Class in ru.qatools.properties.utils
 
PropsReplacer(String[]) - Constructor for class ru.qatools.properties.utils.PropsReplacer
 
provide(ClassLoader, Class<?>) - Method in class ru.qatools.properties.providers.DefaultPropertyProvider
 
provide(ClassLoader, Class<?>) - Method in interface ru.qatools.properties.providers.PropertyProvider
 
provide(ClassLoader, Class<?>) - Method in class ru.qatools.properties.providers.SystemPropertyProvider
 

R

readProperties(File) - Static method in class ru.qatools.properties.utils.PropertiesUtils
 
readProperties(InputStream) - Static method in class ru.qatools.properties.utils.PropertiesUtils
 
RegexStringSplitter - Class in ru.qatools.properties.converters
 
RegexStringSplitter(String) - Constructor for class ru.qatools.properties.converters.RegexStringSplitter
 
register(Class<T>, Converter<T>) - Method in class ru.qatools.properties.converters.ConverterManager
Register converter.
register(Converter<T>, Class<T>) - Method in class ru.qatools.properties.PropertyLoader
Register custom converter for given type.
registerDefaults() - Method in class ru.qatools.properties.converters.ConverterManager
Register converters supported by default.
replacements - Variable in class ru.qatools.properties.providers.MapPropPathReplacerProvider
 
replaceProps(String, Properties) - Method in class ru.qatools.properties.utils.PropsReplacer
Fluent-api method.
Required - Annotation Type in ru.qatools.properties
 
resolveProperties(T[]) - Method in class ru.qatools.properties.PropertyLoader
resolveProperties(String, T[]) - Method in class ru.qatools.properties.PropertyLoader
Return PropertyInfo for each of given elements.
Resource - Interface in ru.qatools.properties
User: eroshenkoam Date: 11/9/12, 1:47 PM
Resource.Classpath - Annotation Type in ru.qatools.properties
 
Resource.File - Annotation Type in ru.qatools.properties
 
ru.qatools.properties - package ru.qatools.properties
 
ru.qatools.properties.converters - package ru.qatools.properties.converters
 
ru.qatools.properties.internal - package ru.qatools.properties.internal
 
ru.qatools.properties.providers - package ru.qatools.properties.providers
 
ru.qatools.properties.utils - package ru.qatools.properties.utils
 

S

setClassLoader(ClassLoader) - Method in class ru.qatools.properties.PropertyLoader
 
setDefaults(Properties) - Method in class ru.qatools.properties.PropertyLoader
 
setKey(String) - Method in class ru.qatools.properties.internal.PropertyInfo
 
setPaths(List<String>) - Method in class ru.qatools.properties.utils.PropsReplacer
 
setPropertyProvider(PropertyProvider) - Method in class ru.qatools.properties.PropertyLoader
 
setStringValue(String) - Method in class ru.qatools.properties.internal.PropertyInfo
 
setValue(Object) - Method in class ru.qatools.properties.internal.PropertyInfo
 
setValueToField(Field, Object, Object) - Method in class ru.qatools.properties.PropertyLoader
Set given value to specified field of given object.
ShortConverter - Class in ru.qatools.properties.converters
 
ShortConverter() - Constructor for class ru.qatools.properties.converters.ShortConverter
 
shouldDecorate(AnnotatedElement) - Method in class ru.qatools.properties.PropertyLoader
Returns true if given annotatedElement should be decorated, false otherwise.
split(String) - Method in class ru.qatools.properties.converters.RegexStringSplitter
 
split(String) - Method in interface ru.qatools.properties.converters.StringSplitter
 
StringConverter - Class in ru.qatools.properties.converters
 
StringConverter() - Constructor for class ru.qatools.properties.converters.StringConverter
 
StringSplitter - Interface in ru.qatools.properties.converters
 
SYS_PROP_KEY_PATTERN - Static variable in class ru.qatools.properties.providers.SysPropPathReplacerProvider
 
SysPropPathReplacerProvider - Class in ru.qatools.properties.providers
 
SysPropPathReplacerProvider() - Constructor for class ru.qatools.properties.providers.SysPropPathReplacerProvider
 
SystemPropertyProvider - Class in ru.qatools.properties.providers
 
SystemPropertyProvider() - Constructor for class ru.qatools.properties.providers.SystemPropertyProvider
 

U

UriConverter - Class in ru.qatools.properties.converters
 
UriConverter() - Constructor for class ru.qatools.properties.converters.UriConverter
 
UrlConverter - Class in ru.qatools.properties.converters
 
UrlConverter() - Constructor for class ru.qatools.properties.converters.UrlConverter
 
Use - Annotation Type in ru.qatools.properties
Using this annotation you can override default converter for property.

W

withClassLoader(ClassLoader) - Method in class ru.qatools.properties.PropertyLoader
Fluent-api builder.
withDefaults(Properties) - Method in class ru.qatools.properties.PropertyLoader
Fluent-api builder.
withPropertyProvider(PropertyProvider) - Method in class ru.qatools.properties.PropertyLoader
Fluent-api builder.
A B C D E F G I L M N P R S U W 

Copyright © 2015 QATools. All Rights Reserved.