Class ConfigBuilder

  • All Implemented Interfaces:
    ILog

    public class ConfigBuilder
    extends MLog
    Use this class to copy a hole config structure. The target should be an empty config node. And it should support creation of properties and sub configs. The main purpose is to create a config of a specified type, e.g. the source is a XmlConfig or unknown and the target a JsonConfig type.
    Author:
    mikehummel