类 ConfigurationFactory<SOURCE extends ConfigureSource<?,?,SOURCE>,HOLDER extends ConfigurationHolder<SOURCE>,SELF>

java.lang.Object
cc.carm.lib.configuration.source.ConfigurationFactory<SOURCE,HOLDER,SELF>
类型参数:
SOURCE - The ConfigureSource type
HOLDER - The ConfigurationHolder type.
SELF - Self builder, for further implement support.
直接已知子类:
FileConfigFactory

public abstract class ConfigurationFactory<SOURCE extends ConfigureSource<?,?,SOURCE>,HOLDER extends ConfigurationHolder<SOURCE>,SELF> extends Object
ConfigurationFactory, used to create configuration holder.