A B C D E F G I L N P S V 

A

AbstractBackend - Class in de.objektkontor.config
 
AbstractBackend(ClassLoader) - Constructor for class de.objektkontor.config.AbstractBackend
 
AbtrsactArrayParser<V> - Class in de.objektkontor.config.valueparser
 
AbtrsactArrayParser() - Constructor for class de.objektkontor.config.valueparser.AbtrsactArrayParser
 

B

Backend - Interface in de.objektkontor.config
 
BooleanValueParser - Class in de.objektkontor.config.valueparser
 
BooleanValueParser() - Constructor for class de.objektkontor.config.valueparser.BooleanValueParser
 

C

classLoader - Variable in class de.objektkontor.config.AbstractBackend
 
ConfigIdentifier - Annotation Type in de.objektkontor.config.annotation
 
ConfigLoader - Class in de.objektkontor.config
 
ConfigLoader(Backend, String) - Constructor for class de.objektkontor.config.ConfigLoader
 
ConfigParameter - Annotation Type in de.objektkontor.config.annotation
 
Configuration - Class in de.objektkontor.config
 
Configuration() - Constructor for class de.objektkontor.config.Configuration
 
Configuration(ClassLoader) - Constructor for class de.objektkontor.config.Configuration
 
Configuration(Configuration.GeneralizeKeys) - Constructor for class de.objektkontor.config.Configuration
 
Configuration(ClassLoader, Configuration.GeneralizeKeys) - Constructor for class de.objektkontor.config.Configuration
 
Configuration.Bundle - Class in de.objektkontor.config
 
Configuration.Bundle(String) - Constructor for class de.objektkontor.config.Configuration.Bundle
 
Configuration.GeneralizeKeys - Enum in de.objektkontor.config
 
containsKey(String) - Method in class de.objektkontor.config.Configuration.Bundle
 
createArray(Class<V>, int) - Method in class de.objektkontor.config.valueparser.AbtrsactArrayParser
 

D

DateValueParser - Class in de.objektkontor.config.valueparser
 
DateValueParser() - Constructor for class de.objektkontor.config.valueparser.DateValueParser
 
DBConfig - Class in de.objektkontor.config.common
 
DBConfig() - Constructor for class de.objektkontor.config.common.DBConfig
 
de.objektkontor.config - package de.objektkontor.config
 
de.objektkontor.config.annotation - package de.objektkontor.config.annotation
 
de.objektkontor.config.common - package de.objektkontor.config.common
 
de.objektkontor.config.valueparser - package de.objektkontor.config.valueparser
 
DuplicateConfigIdException - Exception in de.objektkontor.config
 
DuplicateConfigIdException() - Constructor for exception de.objektkontor.config.DuplicateConfigIdException
 
DuplicateConfigIdException(String, Throwable, boolean, boolean) - Constructor for exception de.objektkontor.config.DuplicateConfigIdException
 
DuplicateConfigIdException(String, Throwable) - Constructor for exception de.objektkontor.config.DuplicateConfigIdException
 
DuplicateConfigIdException(String) - Constructor for exception de.objektkontor.config.DuplicateConfigIdException
 
DuplicateConfigIdException(Throwable) - Constructor for exception de.objektkontor.config.DuplicateConfigIdException
 

E

EnumValueParser<T extends Enum<T>> - Class in de.objektkontor.config.valueparser
 
EnumValueParser() - Constructor for class de.objektkontor.config.valueparser.EnumValueParser
 

F

FIELD_NAME - Static variable in annotation type de.objektkontor.config.annotation.ConfigParameter
 

G

getDriver() - Method in class de.objektkontor.config.common.DBConfig
 
getMessage() - Method in exception de.objektkontor.config.ValueFormatException
 
getParser(Class<V>) - Static method in class de.objektkontor.config.AbstractBackend
 
getPassword() - Method in class de.objektkontor.config.common.DBConfig
 
getProperty(String) - Method in class de.objektkontor.config.Configuration.Bundle
 
getSubconfigIds(String, String) - Method in interface de.objektkontor.config.Backend
 
getSubconfigIds(String, String) - Method in class de.objektkontor.config.Configuration
 
getUrl() - Method in class de.objektkontor.config.common.DBConfig
 
getUser() - Method in class de.objektkontor.config.common.DBConfig
 
getValue(String, String, Class<V>) - Method in interface de.objektkontor.config.Backend
 
getValue(String, String, V) - Method in interface de.objektkontor.config.Backend
 
getValue(String, String, Class<V>) - Method in class de.objektkontor.config.Configuration
 
getValue(String, String, V) - Method in class de.objektkontor.config.Configuration
 
getValues(String, String, Class<V>) - Method in interface de.objektkontor.config.Backend
 
getValues(String, String, V[]) - Method in interface de.objektkontor.config.Backend
 
getValues(String, String, Class<V>) - Method in class de.objektkontor.config.Configuration
 
getValues(String, String, V[]) - Method in class de.objektkontor.config.Configuration
 

I

IntegerValueParser - Class in de.objektkontor.config.valueparser
 
IntegerValueParser() - Constructor for class de.objektkontor.config.valueparser.IntegerValueParser
 

L

loadConfig(C) - Method in class de.objektkontor.config.ConfigLoader
 
loadConfig(String, C) - Method in class de.objektkontor.config.ConfigLoader
 
loadConfigParameters(String, Object, Collection<Field>) - Method in class de.objektkontor.config.ConfigLoader
 
LongValueParser - Class in de.objektkontor.config.valueparser
 
LongValueParser() - Constructor for class de.objektkontor.config.valueparser.LongValueParser
 

N

NO_DESCRIPTION - Static variable in annotation type de.objektkontor.config.annotation.ConfigParameter
 

P

parseValue(String, Class<Boolean>) - Method in class de.objektkontor.config.valueparser.BooleanValueParser
 
parseValue(String, Class<Date>) - Method in class de.objektkontor.config.valueparser.DateValueParser
 
parseValue(String, Class<T>) - Method in class de.objektkontor.config.valueparser.EnumValueParser
 
parseValue(String, Class<Integer>) - Method in class de.objektkontor.config.valueparser.IntegerValueParser
 
parseValue(String, Class<Long>) - Method in class de.objektkontor.config.valueparser.LongValueParser
 
parseValue(String, Class<V>) - Method in interface de.objektkontor.config.ValueParser
 
parseValue(String, Class<String>) - Method in class de.objektkontor.config.valueparser.StringValueParser
 
parseValues(String, Class<V>) - Method in class de.objektkontor.config.valueparser.AbtrsactArrayParser
 
parseValues(String, Class<V>) - Method in interface de.objektkontor.config.ValueParser
 

S

setDriver(String) - Method in class de.objektkontor.config.common.DBConfig
 
setPassword(String) - Method in class de.objektkontor.config.common.DBConfig
 
setUrl(String) - Method in class de.objektkontor.config.common.DBConfig
 
setUser(String) - Method in class de.objektkontor.config.common.DBConfig
 
StringValueParser - Class in de.objektkontor.config.valueparser
 
StringValueParser() - Constructor for class de.objektkontor.config.valueparser.StringValueParser
 

V

ValueFormatException - Exception in de.objektkontor.config
 
ValueFormatException(String, String, String) - Constructor for exception de.objektkontor.config.ValueFormatException
 
ValueFormatException(String, String, Throwable) - Constructor for exception de.objektkontor.config.ValueFormatException
 
valueOf(String) - Static method in enum de.objektkontor.config.Configuration.GeneralizeKeys
Returns the enum constant of this type with the specified name.
ValueParser<V> - Interface in de.objektkontor.config
 
values() - Static method in enum de.objektkontor.config.Configuration.GeneralizeKeys
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L N P S V 

Copyright © 2015 Objekt-Kontor IS GmbH & Co KG. All rights reserved.