Uses of Class
com.jk.core.config.JKConfig
Packages that use JKConfig
-
Uses of JKConfig in com.jk.core.config
Fields in com.jk.core.config declared as JKConfigModifier and TypeFieldDescriptionprotected static JKConfig
JKConfig.defaultInstance
Represents the default configuration instance.Methods in com.jk.core.config that return JKConfigModifier and TypeMethodDescriptionstatic JKConfig
JKConfig.get()
This method is used to access the default configuration instance.static JKConfig
JKConfig.getDefaultInstance()
This method returns the default configuration instance, if its null, it initiate it first before returning it.Methods in com.jk.core.config with parameters of type JKConfigModifier and TypeMethodDescriptionstatic void
JKConfig.setDefaultInstance
(JKConfig defaultInstance) This method replaces the default configuration instance with the specified instance. -
Uses of JKConfig in com.jk.core.util
Methods in com.jk.core.util with parameters of type JKConfigModifier and TypeMethodDescriptionstatic void
JK.addToSystemConfig
(String generalSystemPropertiesPrefix, JKConfig prop) This method adds properties from the providedJKConfig
instance to the system properties, with the given prefix. -
Uses of JKConfig in com.jk.data.datasource.impl
Methods in com.jk.data.datasource.impl that return JKConfig