public class EnvironmentConfigNodeFactory extends Object
ConfigNode
tree from a Properties
object.Modifier and Type | Method and Description |
---|---|
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
.Copyright © 2019 JBoss by Red Hat. All rights reserved.