Package de.mhus.lib.core.config
Class ConfigBuilder
- java.lang.Object
-
- de.mhus.lib.core.MLog
-
- de.mhus.lib.core.config.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
-
-
Constructor Summary
Constructors Constructor Description ConfigBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloneConfig(ResourceNode<?> src, WritableResourceNode<?> tar)
-
-
-
Method Detail
-
cloneConfig
public void cloneConfig(ResourceNode<?> src, WritableResourceNode<?> tar)
-
-