public class GenericConfBuilder extends Object
Constructor and Description |
---|
GenericConfBuilder() |
Modifier and Type | Method and Description |
---|---|
static String |
applyGlobalPatterns(String v)
Apply loaded patterns to a string (see
GlobalConfPattern ) if a pattern XmlTags.VARIABLE_TAG HOME is set to /tmp the method
will return /tmp/test/graph if {HOME}/test/graph is set as input |
static slib.utils.i.Conf |
build(Element e) |
static LinkedHashSet<slib.utils.i.Conf> |
build(NodeList list) |
public static String applyGlobalPatterns(String v) throws slib.utils.ex.SLIB_Ex_Critic
GlobalConfPattern
) XmlTags.VARIABLE_TAG
HOME is set to /tmp the method
will return /tmp/test/graph if {HOME}/test/graph is set as inputv
- the original stringslib.utils.ex.SLIB_Ex_Critic
public static slib.utils.i.Conf build(Element e) throws slib.utils.ex.SLIB_Ex_Critic
e
- slib.utils.ex.SLIB_Ex_Critic
public static LinkedHashSet<slib.utils.i.Conf> build(NodeList list) throws slib.utils.ex.SLIB_Ex_Critic
list
- slib.utils.ex.SLIB_Ex_Critic
Copyright © 2014. All rights reserved.