@Deprecated public class ConfigUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigUtil.MapDTDEntityResolver
Deprecated.
since 5.5.3 without replacement
|
Constructor and Description |
---|
ConfigUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getTokenizedConfigFile(String fileName)
Deprecated.
since 5.5.3, use
FileSystemHelper.getTokenizedConfigFile(String) instead. |
static String |
replaceTokens(String config)
Deprecated.
since 5.5.3 without replacement
|
static Document |
string2DOM(String xml,
Map<String,String> dtds)
Deprecated.
since 5.5.3 without replacement
|
static org.jdom.Document |
string2JDOM(String xml)
Deprecated.
since 5.5.3 without replacement
|
public static String getTokenizedConfigFile(String fileName) throws IOException
FileSystemHelper.getTokenizedConfigFile(String)
instead.IOException
public static String replaceTokens(String config) throws IOException
IOException
public static org.jdom.Document string2JDOM(String xml) throws org.jdom.JDOMException, IOException
org.jdom.JDOMException
IOException
public static Document string2DOM(String xml, Map<String,String> dtds) throws ParserConfigurationException, SAXException, IOException
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.