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

java.lang.Object
cc.carm.lib.configuration.source.ConfigurationFactory<SOURCE,HOLDER,SELF>
Type Parameters:
SOURCE - The ConfigureSource type
HOLDER - The ConfigurationHolder type.
SELF - Self builder, for further implement support.

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