public abstract class ConfigFactory extends Object
Constructor and Description |
---|
ConfigFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
createFileFromResourceEL(String resource,
Resource file) |
static Element |
getChildByName(Node parent,
String nodeName)
return first direct child Elements of a Element with given Name
|
static Element |
getChildByName(Node parent,
String nodeName,
boolean insertBefore) |
static Element |
getChildByName(Node parent,
String nodeName,
boolean insertBefore,
boolean doNotCreate) |
static Element[] |
getChildren(Node parent,
String nodeName)
return all direct child Elements of a Element with given Name
|
public ConfigFactory()
public static Element getChildByName(Node parent, String nodeName)
parent
- nodeName
- public static Element getChildByName(Node parent, String nodeName, boolean insertBefore)
public static Element getChildByName(Node parent, String nodeName, boolean insertBefore, boolean doNotCreate)
public static Element[] getChildren(Node parent, String nodeName)
parent
- nodeName
- public static void createFileFromResourceEL(String resource, Resource file)
Copyright © 2015 Lucee