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 JKConfigJKConfig.defaultInstanceRepresents the default configuration instance.Methods in com.jk.core.config that return JKConfigModifier and TypeMethodDescriptionstatic JKConfigJKConfig.get()This method is used to access the default configuration instance.static JKConfigJKConfig.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 voidJKConfig.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 voidJK.addToSystemConfig(String generalSystemPropertiesPrefix, JKConfig prop) This method adds properties from the providedJKConfiginstance 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