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