Skip navigation links
A B C D E F G H I K L M N O P R S T W Z 

A

AbstractConfigFactory - Class in kz.greetgo.conf.hot
 
AbstractConfigFactory() - Constructor for class kz.greetgo.conf.hot.AbstractConfigFactory
 
AbstractConfigFactoryUtil - Class in kz.greetgo.conf.hot
 
AbstractConfigFactoryUtil() - Constructor for class kz.greetgo.conf.hot.AbstractConfigFactoryUtil
 
asInt(String) - Method in class kz.greetgo.conf.ConfData
Reads parameter and convert it to int
asInt(String, int) - Method in class kz.greetgo.conf.ConfData
Reads parameter value, converts it to int and returns.
asIntEx(String) - Method in class kz.greetgo.conf.ConfData
Reads parameter and convert it to int, or throws exception if cannot do it
asLong(String) - Method in class kz.greetgo.conf.ConfData
Reads parameter and convert it to long
asLong(String, long) - Method in class kz.greetgo.conf.ConfData
Reads parameter value, converts it to long and returns.
asLongEx(String) - Method in class kz.greetgo.conf.ConfData
Reads parameter and convert it to long, or throws exception if cannot do it

B

bool(String) - Method in class kz.greetgo.conf.ConfData
Reads parameter value as boolean (case is ignoring) If parameter value is...then returns... 1true ИСТИНАtrue ДАtrue Дtrue YEStrue Ytrue ONtrue TRUEtrue Ttrue 真相true <otherwise>false
bool(String, boolean) - Method in class kz.greetgo.conf.ConfData
Reads parameter value as boolean or returns defaultValue when path to parameter is absent
boolEx(String) - Method in class kz.greetgo.conf.ConfData
Reads parameter value as boolean or throws NoValue when path to parameter is absent

C

ConfData - Class in kz.greetgo.conf
This class is storing config data earlier read from file (or some other source)
ConfData() - Constructor for class kz.greetgo.conf.ConfData
 
ConfDir - Class in kz.greetgo.conf
 
confDir(String) - Static method in class kz.greetgo.conf.ConfDir
 
configLocationFor(Class<T>) - Method in class kz.greetgo.conf.hot.AbstractConfigFactory
Calculates config location for config interface
configLocationFor(Class<T>) - Method in class kz.greetgo.conf.hot.HotConfigFactory
 
ConfigStorage - Interface in kz.greetgo.conf.hot
 
ConfUtil - Class in kz.greetgo.conf
 
ConfUtil() - Constructor for class kz.greetgo.conf.ConfUtil
 
convertToType(String, Class<?>) - Static method in class kz.greetgo.conf.ConfUtil
 
createConfig(Class<T>) - Method in class kz.greetgo.conf.hot.AbstractConfigFactory
Creates and returns instance of config

D

date(String) - Method in class kz.greetgo.conf.ConfData
Reads value of parameter as date with formats described in method ConfData.dateEx(String)
date(String, String...) - Method in class kz.greetgo.conf.ConfData
Reads value of parameter as date with formats specified in formats
date(String, Date) - Method in class kz.greetgo.conf.ConfData
Reads value of parameter as date with formats described in method ConfData.dateEx(String)
date(String, Date, String...) - Method in class kz.greetgo.conf.ConfData
Reads value of parameter as date with formats specified in formats
dateEx(String) - Method in class kz.greetgo.conf.ConfData
Calls ConfData.dateEx(String, String...) with formats =
"yyyy-MM-dd'T'HH:mm:ss.SSS",
"yyyy-MM-dd'T'HH:mm:ss",
"yyyy-MM-dd'T'HH:mm",
"yyyy-MM-dd HH:mm:ss.SSS",
"yyyy-MM-dd HH:mm:ss",
"yyyy-MM-dd HH:mm",
"yyyy-MM-dd",
"dd/MM/yyyy HH:mm:ss.SSS",
"dd/MM/yyyy HH:mm:ss",
"dd/MM/yyyy HH:mm",
"dd/MM/yyyy",
"HH:mm:ss.SSS",
"HH:mm:ss",
"HH:mm"
dateEx(String, String...) - Method in class kz.greetgo.conf.ConfData
Reads value of parameter and converts it to date with specified formats
DefaultBoolValue - Annotation Type in kz.greetgo.conf.hot
Perform default parameter value
DefaultIntValue - Annotation Type in kz.greetgo.conf.hot
Perform default parameter value
DefaultStrValue - Annotation Type in kz.greetgo.conf.hot
Perform default parameter value
defaultValue - Variable in class kz.greetgo.conf.hot.HotElementDefinition
Config element default value
Description - Annotation Type in kz.greetgo.conf.hot
This annotation describes from java about config parameter, if this annotation located above method.
description() - Method in interface kz.greetgo.conf.hot.HotConfigDefinition
Description of hot config
description() - Method in class kz.greetgo.conf.hot.HotConfigDefinitionModel
 
description - Variable in class kz.greetgo.conf.hot.HotElementDefinition
Description of config element

E

element(int) - Method in interface kz.greetgo.conf.hot.HotConfigDefinition
Returns config element
element(int) - Method in class kz.greetgo.conf.hot.HotConfigDefinitionModel
 
elementCount() - Method in interface kz.greetgo.conf.hot.HotConfigDefinition
Determine config element count
elementCount() - Method in class kz.greetgo.conf.hot.HotConfigDefinitionModel
 

F

fillInStackTrace() - Method in exception kz.greetgo.conf.NoValue
 

G

get(String) - Static method in class kz.greetgo.conf.SysParams
Receives the value of system variable under its name
get(String, String) - Static method in class kz.greetgo.conf.SysParams
Receives the value of system variable under its name with the ability to specify the default value
getBaseDir() - Method in class kz.greetgo.conf.hot.HotConfigFactory
Returns folder path where config files will be created
getConfigFileExt() - Method in class kz.greetgo.conf.hot.HotConfigFactory
 
getConfigStorage() - Method in class kz.greetgo.conf.hot.AbstractConfigFactory
Gets config storage
getConfigStorage() - Method in class kz.greetgo.conf.hot.HotConfigFactory
 
getData() - Method in class kz.greetgo.conf.ConfData
Performs config data access
getElementValue(String) - Method in interface kz.greetgo.conf.hot.HotConfig
Takes value of config element
getOrCreateConfig(HotConfigDefinition) - Method in class kz.greetgo.conf.hot.AbstractConfigFactory
Creates and returns instance of hot config

H

HotConfig - Interface in kz.greetgo.conf.hot
Hot config defined by HotConfigDefinition
HotConfigDefinition - Interface in kz.greetgo.conf.hot
Defines hot config infrastructure
HotConfigDefinitionModel - Class in kz.greetgo.conf.hot
 
HotConfigDefinitionModel(String, String, List<HotElementDefinition>) - Constructor for class kz.greetgo.conf.hot.HotConfigDefinitionModel
 
HotConfigFactory - Class in kz.greetgo.conf.hot
Creates proxy-instances to access to config data with method AbstractConfigFactory.createConfig(Class)

HotConfigFactory() - Constructor for class kz.greetgo.conf.hot.HotConfigFactory
 
HotElementDefinition - Class in kz.greetgo.conf.hot
Definition of config element
HotElementDefinition() - Constructor for class kz.greetgo.conf.hot.HotElementDefinition
 
HotElementDefinition(String, Class<?>, Object, String) - Constructor for class kz.greetgo.conf.hot.HotElementDefinition
 

I

isConfigContentExists(String) - Method in interface kz.greetgo.conf.hot.ConfigStorage
Checks config content exists
isElementExists(String) - Method in interface kz.greetgo.conf.hot.HotConfig
Check existence of config element
iterator() - Method in class kz.greetgo.conf.hot.HotConfigDefinitionModel
 

K

kz.greetgo.conf - package kz.greetgo.conf
 
kz.greetgo.conf.hot - package kz.greetgo.conf.hot
 

L

list(String) - Method in class kz.greetgo.conf.ConfData
 
loadConfigContent(String) - Method in interface kz.greetgo.conf.hot.ConfigStorage
Loads and returns config content
location() - Method in interface kz.greetgo.conf.hot.HotConfigDefinition
Hot config location
location() - Method in class kz.greetgo.conf.hot.HotConfigDefinitionModel
 

M

mssqlAdminHost() - Static method in class kz.greetgo.conf.SysParams
receives the host for connection to DB MS SQL Server to allow administration of DB
mssqlAdminHostKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where the host is for connection to DB MS SQL Server to allow administration of DB
mssqlAdminPassword() - Static method in class kz.greetgo.conf.SysParams
Receives the password for connection to DB MS SQL Server to allow administration of DB
mssqlAdminPasswordKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where password is for connection to DB MS SQL Server to allow administration of DB
mssqlAdminPort() - Static method in class kz.greetgo.conf.SysParams
Receives the port for connection to DB MS SQL Server to allow administration of DB
mssqlAdminPortKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where the port is for connection to DB MS SQL Server to allow administration of DB
mssqlAdminUserid() - Static method in class kz.greetgo.conf.SysParams
Receives the user name for connection to DB MS SQL Server to allow administration of DB
mssqlAdminUseridKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where user name is for connection to DB MS SQL Server to allow administration of DB
mysqlAdminPassword() - Static method in class kz.greetgo.conf.SysParams
Receives the password for connection to DB MySQL to allow administration of DB
mysqlAdminPasswordKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where password is for connection to DB MySQL to allow administration of DB
mysqlAdminUrl() - Static method in class kz.greetgo.conf.SysParams
Receives URL for connection to DB MySQL to allow administration of DB
mysqlAdminUrlKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where URL is for connection to DB MySQL to allow administration of DB
mysqlAdminUserid() - Static method in class kz.greetgo.conf.SysParams
Receives the user name for connection to DB MySQL to allow administration of DB
mysqlAdminUseridKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where user name is for connection to DB MySQL to allow administration of DB

N

name - Variable in class kz.greetgo.conf.hot.HotElementDefinition
Config element name
NoValue - Exception in kz.greetgo.conf
Indicates that there is no value for specified element
NoValue(CharSequence) - Constructor for exception kz.greetgo.conf.NoValue
 
NoValue(StringBuilder, String) - Constructor for exception kz.greetgo.conf.NoValue
 

O

oracleAdminHost() - Static method in class kz.greetgo.conf.SysParams
receives the host for connection to DB Oracle to allow administration of DB
oracleAdminHostKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where the host is for connection to DB Oracle to allow administration of DB
oracleAdminPassword() - Static method in class kz.greetgo.conf.SysParams
Receives the password for connection to DB Oracle to allow administration of DB
oracleAdminPasswordKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where password is for connection to DB Oracle to allow administration of DB
oracleAdminPort() - Static method in class kz.greetgo.conf.SysParams
Receives the port for connection to DB Oracle to allow administration of DB
oracleAdminPortKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where the port is for connection to DB Oracle to allow administration of DB
oracleAdminSid() - Static method in class kz.greetgo.conf.SysParams
Receives SID for connection to DB Oracle to allow administration of DB
oracleAdminSidKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where SID is for connection to DB Oracle to allow administration of DB
oracleAdminUserid() - Static method in class kz.greetgo.conf.SysParams
Receives the user name for connection to DB Oracle to allow administration of DB
oracleAdminUseridKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where user name is for connection to DB Oracle to allow administration of DB

P

path - Variable in exception kz.greetgo.conf.NoValue
Path to element
pgAdminPassword() - Static method in class kz.greetgo.conf.SysParams
Receives the password for connection to DB PostgreSQL to allow administration of DB
pgAdminPasswordKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where password is for connection to DB PostgreSQL to allow administration of DB
pgAdminUrl() - Static method in class kz.greetgo.conf.SysParams
Receives URL for connection to DB PostgreSQL to allow administration of DB
pgAdminUrlKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where URL is for connection to DB PostgreSQL to allow administration of DB
pgAdminUserid() - Static method in class kz.greetgo.conf.SysParams
Receives the user name for connection to DB PostgreSQL to allow administration of DB
pgAdminUseridKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where user name is for connection to DB PostgreSQL to allow administration of DB

R

readFile(File) - Static method in class kz.greetgo.conf.ConfUtil
 
readFromByteArray(byte[]) - Method in class kz.greetgo.conf.ConfData
Reads data from byte array
readFromCharSequence(CharSequence) - Method in class kz.greetgo.conf.ConfData
Reads data from char sequence
readFromFile(String) - Method in class kz.greetgo.conf.ConfData
Reads data from file
readFromFile(File) - Method in class kz.greetgo.conf.ConfData
Reads data from file
readFromFile(Object, File) - Static method in class kz.greetgo.conf.ConfUtil
 
readFromFile(Object, String) - Static method in class kz.greetgo.conf.ConfUtil
 
readFromStream(InputStream) - Method in class kz.greetgo.conf.ConfData
Reads data from stream
readFromStream(Object, InputStream) - Static method in class kz.greetgo.conf.ConfUtil
 
replaceParametersInDefaultStrValue(String) - Method in class kz.greetgo.conf.hot.AbstractConfigFactory
Replace parameters in value with what you want and return it
reset() - Method in class kz.greetgo.conf.hot.AbstractConfigFactory
Marks all configs to reread from storage

S

saveConfigContent(String, String) - Method in interface kz.greetgo.conf.hot.ConfigStorage
Saves config content
storageFileFor(Class<?>) - Method in class kz.greetgo.conf.hot.HotConfigFactory
 
str(String, String) - Method in class kz.greetgo.conf.ConfData
Reads parameter value, if this parameter absents - returns default value
str(String) - Method in class kz.greetgo.conf.ConfData
Reads parameter value, if this parameter absents - returns null
strEx(String) - Method in class kz.greetgo.conf.ConfData
Read parameter value by name
strToBool(String) - Static method in class kz.greetgo.conf.hot.AbstractConfigFactoryUtil
 
SysParams - Class in kz.greetgo.conf
The adapter of system parameters.
SysParams() - Constructor for class kz.greetgo.conf.SysParams
 

T

type - Variable in class kz.greetgo.conf.hot.HotElementDefinition
Config element type

W

writeFile(File, String) - Static method in class kz.greetgo.conf.ConfUtil
 

Z

zookeeperConnectStr() - Static method in class kz.greetgo.conf.SysParams
Receives the string of access to zookeeper
zookeeperConnectStrKey() - Static method in class kz.greetgo.conf.SysParams
Receives the name of system variable, where the string of access to zookeeper is located
A B C D E F G H I K L M N O P R S T W Z 
Skip navigation links