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 Conf |
build(Element e) |
static LinkedHashSet<Conf> |
build(NodeList list) |
public static String applyGlobalPatterns(String v) throws 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_Ex_Criticpublic static Conf build(Element e) throws SLIB_Ex_Critic
e - SLIB_Ex_Criticpublic static LinkedHashSet<Conf> build(NodeList list) throws SLIB_Ex_Critic
list - SLIB_Ex_CriticCopyright © 2014. All rights reserved.