Skip navigation links
A C G I J L M O P R S V X 

A

add(Config) - Method in class org.apache.kerby.config.ConfigImpl
 
addIniConfig(File) - Method in class org.apache.kerby.config.Conf
 
addJsonConfig(File) - Method in class org.apache.kerby.config.Conf
 
addMapConfig(Map<String, Object>) - Method in class org.apache.kerby.config.Conf
 
addPropertiesConfig(File) - Method in class org.apache.kerby.config.Conf
 
addPropertiesConfig(Properties) - Method in class org.apache.kerby.config.Conf
 
addResource(Resource) - Method in class org.apache.kerby.config.Conf
Load the resource name and content in one step.
addXmlConfig(File) - Method in class org.apache.kerby.config.Conf
 

C

Conf - Class in org.apache.kerby.config
A general class to describe and store all the config files.
Conf() - Constructor for class org.apache.kerby.config.Conf
 
Config - Interface in org.apache.kerby.config
Config API to get configuration properties from resources, like XML, Json, ini, Java Properties and Map.
ConfigImpl - Class in org.apache.kerby.config
 
ConfigImpl(String) - Constructor for class org.apache.kerby.config.ConfigImpl
 
ConfigKey - Interface in org.apache.kerby.config
 
ConfigLoader - Class in org.apache.kerby.config
 
ConfigLoader() - Constructor for class org.apache.kerby.config.ConfigLoader
 
ConfigObject - Class in org.apache.kerby.config
 
ConfigObject(String) - Constructor for class org.apache.kerby.config.ConfigObject
 
ConfigObject(String[]) - Constructor for class org.apache.kerby.config.ConfigObject
 
ConfigObject(List<String>) - Constructor for class org.apache.kerby.config.ConfigObject
 
ConfigObject(Config) - Constructor for class org.apache.kerby.config.ConfigObject
 
ConfigObject.ValueType - Enum in org.apache.kerby.config
 
Configurable - Interface in org.apache.kerby.config
An interface for constructs that desire to be configurable thru the framework.
Configured - Class in org.apache.kerby.config
An abstract for constructs that desire to be configurable.
Configured() - Constructor for class org.apache.kerby.config.Configured
 
Configured(Config) - Constructor for class org.apache.kerby.config.Configured
 
createIniResource(File) - Static method in class org.apache.kerby.config.Resource
 
createIniResource(URL) - Static method in class org.apache.kerby.config.Resource
 
createJsonResource(File) - Static method in class org.apache.kerby.config.Resource
 
createJsonResource(URL) - Static method in class org.apache.kerby.config.Resource
 
createMapResource(Map<String, Object>) - Static method in class org.apache.kerby.config.Resource
 
createPropertiesFileResource(File) - Static method in class org.apache.kerby.config.Resource
 
createPropertiesResource(Properties) - Static method in class org.apache.kerby.config.Resource
 
createXmlResource(File) - Static method in class org.apache.kerby.config.Resource
 
createXmlResource(URL) - Static method in class org.apache.kerby.config.Resource
 

G

getBoolean(String) - Method in class org.apache.kerby.config.Conf
 
getBoolean(ConfigKey, boolean) - Method in class org.apache.kerby.config.Conf
 
getBoolean(String, Boolean) - Method in class org.apache.kerby.config.Conf
 
getBoolean(String) - Method in interface org.apache.kerby.config.Config
 
getBoolean(ConfigKey, boolean) - Method in interface org.apache.kerby.config.Config
 
getBoolean(String, Boolean) - Method in interface org.apache.kerby.config.Config
 
getBoolean(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getBoolean(ConfigKey, boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
getBoolean(String, Boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
getClass(String) - Method in class org.apache.kerby.config.Conf
 
getClass(String, Class<?>) - Method in class org.apache.kerby.config.Conf
 
getClass(ConfigKey, boolean) - Method in class org.apache.kerby.config.Conf
 
getClass(String) - Method in interface org.apache.kerby.config.Config
 
getClass(String, Class<?>) - Method in interface org.apache.kerby.config.Config
 
getClass(ConfigKey, boolean) - Method in interface org.apache.kerby.config.Config
 
getClass(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getClass(String, Class<?>) - Method in class org.apache.kerby.config.ConfigImpl
 
getClass(ConfigKey, boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
getConfig(String) - Method in class org.apache.kerby.config.Conf
 
getConfig(ConfigKey) - Method in class org.apache.kerby.config.Conf
 
getConfig(String) - Method in interface org.apache.kerby.config.Config
 
getConfig(ConfigKey) - Method in interface org.apache.kerby.config.Config
 
getConfig(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getConfig(ConfigKey) - Method in class org.apache.kerby.config.ConfigImpl
 
getConfig() - Method in interface org.apache.kerby.config.Configurable
 
getConfig() - Method in class org.apache.kerby.config.Configured
 
getConfigValue() - Method in class org.apache.kerby.config.ConfigObject
 
getDefaultValue() - Method in interface org.apache.kerby.config.ConfigKey
 
getFloat(String) - Method in class org.apache.kerby.config.Conf
 
getFloat(ConfigKey, boolean) - Method in class org.apache.kerby.config.Conf
 
getFloat(String, Float) - Method in class org.apache.kerby.config.Conf
 
getFloat(String) - Method in interface org.apache.kerby.config.Config
 
getFloat(ConfigKey, boolean) - Method in interface org.apache.kerby.config.Config
 
getFloat(String, Float) - Method in interface org.apache.kerby.config.Config
 
getFloat(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getFloat(ConfigKey, boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
getFloat(String, Float) - Method in class org.apache.kerby.config.ConfigImpl
 
getFormat() - Method in class org.apache.kerby.config.Resource
 
getInstance(String) - Method in class org.apache.kerby.config.Conf
 
getInstance(ConfigKey) - Method in class org.apache.kerby.config.Conf
 
getInstance(String, Class<T>) - Method in class org.apache.kerby.config.Conf
 
getInstance(String) - Method in interface org.apache.kerby.config.Config
 
getInstance(ConfigKey) - Method in interface org.apache.kerby.config.Config
 
getInstance(String, Class<T>) - Method in interface org.apache.kerby.config.Config
 
getInstance(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getInstance(ConfigKey) - Method in class org.apache.kerby.config.ConfigImpl
 
getInstance(String, Class<T>) - Method in class org.apache.kerby.config.ConfigImpl
 
getInt(String) - Method in class org.apache.kerby.config.Conf
 
getInt(ConfigKey, boolean) - Method in class org.apache.kerby.config.Conf
 
getInt(String, Integer) - Method in class org.apache.kerby.config.Conf
 
getInt(String) - Method in interface org.apache.kerby.config.Config
 
getInt(ConfigKey, boolean) - Method in interface org.apache.kerby.config.Config
 
getInt(String, Integer) - Method in interface org.apache.kerby.config.Config
 
getInt(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getInt(ConfigKey, boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
getInt(String, Integer) - Method in class org.apache.kerby.config.ConfigImpl
 
getList(String) - Method in class org.apache.kerby.config.Conf
 
getList(String, String[]) - Method in class org.apache.kerby.config.Conf
 
getList(ConfigKey) - Method in class org.apache.kerby.config.Conf
 
getList(String) - Method in interface org.apache.kerby.config.Config
 
getList(String, String[]) - Method in interface org.apache.kerby.config.Config
 
getList(ConfigKey) - Method in interface org.apache.kerby.config.Config
 
getList(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getList(String, String[]) - Method in class org.apache.kerby.config.ConfigImpl
 
getList(ConfigKey) - Method in class org.apache.kerby.config.ConfigImpl
 
getListValues() - Method in class org.apache.kerby.config.ConfigObject
 
getLoaderClass() - Method in enum org.apache.kerby.config.Resource.Format
 
getLong(String) - Method in class org.apache.kerby.config.Conf
 
getLong(ConfigKey, boolean) - Method in class org.apache.kerby.config.Conf
 
getLong(String, Long) - Method in class org.apache.kerby.config.Conf
 
getLong(String) - Method in interface org.apache.kerby.config.Config
 
getLong(ConfigKey, boolean) - Method in interface org.apache.kerby.config.Config
 
getLong(String, Long) - Method in interface org.apache.kerby.config.Config
 
getLong(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getLong(ConfigKey, boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
getLong(String, Long) - Method in class org.apache.kerby.config.ConfigImpl
 
getName() - Method in class org.apache.kerby.config.Resource
 
getNames() - Method in class org.apache.kerby.config.Conf
 
getNames() - Method in interface org.apache.kerby.config.Config
 
getNames() - Method in class org.apache.kerby.config.ConfigImpl
 
getPropertyKey() - Method in interface org.apache.kerby.config.ConfigKey
 
getPropertyValue() - Method in class org.apache.kerby.config.ConfigObject
 
getResource() - Method in class org.apache.kerby.config.Conf
 
getResource() - Method in interface org.apache.kerby.config.Config
 
getResource() - Method in class org.apache.kerby.config.ConfigImpl
 
getResource() - Method in class org.apache.kerby.config.Resource
 
getString(String) - Method in class org.apache.kerby.config.Conf
 
getString(ConfigKey, boolean) - Method in class org.apache.kerby.config.Conf
 
getString(String, String) - Method in class org.apache.kerby.config.Conf
 
getString(String) - Method in interface org.apache.kerby.config.Config
 
getString(ConfigKey, boolean) - Method in interface org.apache.kerby.config.Config
 
getString(String, String) - Method in interface org.apache.kerby.config.Config
 
getString(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getString(ConfigKey, boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
getString(String, String) - Method in class org.apache.kerby.config.ConfigImpl
 
getTrimmed(String) - Method in class org.apache.kerby.config.Conf
 
getTrimmed(ConfigKey) - Method in class org.apache.kerby.config.Conf
 
getTrimmed(String) - Method in interface org.apache.kerby.config.Config
 
getTrimmed(ConfigKey) - Method in interface org.apache.kerby.config.Config
 
getTrimmed(String) - Method in class org.apache.kerby.config.ConfigImpl
 
getTrimmed(ConfigKey) - Method in class org.apache.kerby.config.ConfigImpl
 

I

IniConfigLoader - Class in org.apache.kerby.config
 
IniConfigLoader() - Constructor for class org.apache.kerby.config.IniConfigLoader
 

J

JsonConfigLoader - Class in org.apache.kerby.config
 
JsonConfigLoader() - Constructor for class org.apache.kerby.config.JsonConfigLoader
 

L

load() - Method in class org.apache.kerby.config.ConfigLoader
 
loadConfig(ConfigImpl, Resource) - Method in class org.apache.kerby.config.ConfigLoader
 
loadConfig(ConfigImpl, Resource) - Method in class org.apache.kerby.config.IniConfigLoader
Load configs form the INI configuration format file.
loadConfig(ConfigImpl, Resource) - Method in class org.apache.kerby.config.JsonConfigLoader
 
loadConfig(ConfigImpl, Resource) - Method in class org.apache.kerby.config.MapConfigLoader
 
loadConfig(ConfigImpl, Resource) - Method in class org.apache.kerby.config.PropertiesConfigLoader
 
loadConfig(ConfigImpl, Properties) - Method in class org.apache.kerby.config.PropertiesConfigLoader
 
loadConfig(ConfigImpl, Resource) - Method in class org.apache.kerby.config.PropertiesFileConfigLoader
 
loadConfig(ConfigImpl, Resource) - Method in class org.apache.kerby.config.XmlConfigLoader
 

M

MapConfigLoader - Class in org.apache.kerby.config
 
MapConfigLoader() - Constructor for class org.apache.kerby.config.MapConfigLoader
 

O

org.apache.kerby.config - package org.apache.kerby.config
 

P

PropertiesConfigLoader - Class in org.apache.kerby.config
 
PropertiesConfigLoader() - Constructor for class org.apache.kerby.config.PropertiesConfigLoader
 
PropertiesFileConfigLoader - Class in org.apache.kerby.config
 
PropertiesFileConfigLoader() - Constructor for class org.apache.kerby.config.PropertiesFileConfigLoader
 

R

reload() - Method in class org.apache.kerby.config.Conf
For users usage, to determine whether to reload config files.
reset() - Method in class org.apache.kerby.config.ConfigImpl
 
Resource - Class in org.apache.kerby.config
 
Resource.Format - Enum in org.apache.kerby.config
 

S

set(String, String) - Method in class org.apache.kerby.config.ConfigImpl
 
set(String, Config) - Method in class org.apache.kerby.config.ConfigImpl
 
set(String, ConfigObject) - Method in class org.apache.kerby.config.ConfigImpl
 
setBoolean(String, Boolean) - Method in class org.apache.kerby.config.Conf
 
setBoolean(ConfigKey, Boolean) - Method in class org.apache.kerby.config.Conf
 
setBoolean(String, Boolean) - Method in interface org.apache.kerby.config.Config
Set a boolean value for the specified property
setBoolean(ConfigKey, Boolean) - Method in interface org.apache.kerby.config.Config
Set a boolean value for the specified property
setBoolean(String, Boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
setBoolean(ConfigKey, Boolean) - Method in class org.apache.kerby.config.ConfigImpl
 
setConfig(ConfigImpl) - Method in class org.apache.kerby.config.ConfigLoader
 
setConfig(Config) - Method in interface org.apache.kerby.config.Configurable
 
setConfig(Config) - Method in class org.apache.kerby.config.Configured
 
setFloat(String, Float) - Method in class org.apache.kerby.config.Conf
 
setFloat(ConfigKey, Float) - Method in class org.apache.kerby.config.Conf
 
setFloat(String, Float) - Method in interface org.apache.kerby.config.Config
Set a float value for the specified property
setFloat(ConfigKey, Float) - Method in interface org.apache.kerby.config.Config
Set a float value for the specified property
setFloat(String, Float) - Method in class org.apache.kerby.config.ConfigImpl
 
setFloat(ConfigKey, Float) - Method in class org.apache.kerby.config.ConfigImpl
 
setInt(String, Integer) - Method in class org.apache.kerby.config.Conf
 
setInt(ConfigKey, Integer) - Method in class org.apache.kerby.config.Conf
 
setInt(String, Integer) - Method in interface org.apache.kerby.config.Config
Set an int value for the specified property
setInt(ConfigKey, Integer) - Method in interface org.apache.kerby.config.Config
Set an int value for the specified property
setInt(String, Integer) - Method in class org.apache.kerby.config.ConfigImpl
 
setInt(ConfigKey, Integer) - Method in class org.apache.kerby.config.ConfigImpl
 
setLong(String, Long) - Method in class org.apache.kerby.config.Conf
 
setLong(ConfigKey, Long) - Method in class org.apache.kerby.config.Conf
 
setLong(String, Long) - Method in interface org.apache.kerby.config.Config
Set a long value for the specified property
setLong(ConfigKey, Long) - Method in interface org.apache.kerby.config.Config
Set a long value for the specified property
setLong(String, Long) - Method in class org.apache.kerby.config.ConfigImpl
 
setLong(ConfigKey, Long) - Method in class org.apache.kerby.config.ConfigImpl
 
setName(String) - Method in class org.apache.kerby.config.Resource
 
setResource(Resource) - Method in class org.apache.kerby.config.ConfigLoader
 
setString(String, String) - Method in class org.apache.kerby.config.Conf
Values user sets will be add in config directly.
setString(ConfigKey, String) - Method in class org.apache.kerby.config.Conf
 
setString(String, String) - Method in interface org.apache.kerby.config.Config
Set a string value for the specified property
setString(ConfigKey, String) - Method in interface org.apache.kerby.config.Config
Set a string value for the specified property
setString(String, String) - Method in class org.apache.kerby.config.ConfigImpl
 
setString(ConfigKey, String) - Method in class org.apache.kerby.config.ConfigImpl
 

V

valueOf(String) - Static method in enum org.apache.kerby.config.ConfigObject.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.kerby.config.Resource.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.kerby.config.ConfigObject.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.kerby.config.Resource.Format
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlConfigLoader - Class in org.apache.kerby.config
 
XmlConfigLoader() - Constructor for class org.apache.kerby.config.XmlConfigLoader
 
A C G I J L M O P R S V X 
Skip navigation links

Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.