类的使用
cc.carm.lib.configuration.source.section.ConfigureSource
使用ConfigureSource的程序包
程序包
说明
-
cc.carm.lib.configuration.source中ConfigureSource的使用
修饰符和类型类说明classConfigurationFactory<SOURCE extends ConfigureSource<?,?, SOURCE>, HOLDER extends ConfigurationHolder<SOURCE>, SELF> ConfigurationFactory, used to create configuration holder.classConfigurationHolder<SOURCE extends ConfigureSource<?,?, SOURCE>> -
cc.carm.lib.configuration.source.file中ConfigureSource的使用
修饰符和类型类说明classFileConfigSource<SECTION extends ConfigureSection,ORIGINAL, SELF extends FileConfigSource<SECTION, ORIGINAL, SELF>> -
cc.carm.lib.configuration.source.section中ConfigureSource的使用
修饰符和类型类说明classConfigureSource<SECTION extends ConfigureSection,ORIGINAL, SELF extends ConfigureSource<SECTION, ORIGINAL, SELF>> ConfigureSource represents the source of configuration, which can be a file, a database, or any other source. -
cc.carm.lib.configuration.value中ConfigureSource的使用