@Vetoed public class PropertiesConfigNodeFactory extends Object
ConfigNode tree from a Properties object.| Modifier and Type | Method and Description |
|---|---|
protected static void |
load(ConfigNode config,
Properties input) |
static ConfigNode |
load(Properties input)
Load a given
Properties into a ConfigNode. |
public static ConfigNode load(Properties input)
Properties into a ConfigNode.input - The properties to load.ConfigNode.protected static void load(ConfigNode config, Properties input)
Copyright © 2018 JBoss by Red Hat. All rights reserved.