public class ConfigWriter extends Object
| Constructor and Description |
|---|
ConfigWriter() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
buildTree(Map<String,Object> props) |
static boolean |
hasRestrictedChars(String str) |
ConfigWriter |
resolveVariables() |
void |
write(File f,
Map<String,Object> props) |
void |
write(Writer writer,
Map<String,Object> props) |
public static boolean hasRestrictedChars(String str)
public ConfigWriter resolveVariables()
public void write(File f, Map<String,Object> props) throws IOException
IOExceptionpublic void write(Writer writer, Map<String,Object> props) throws IOException
IOExceptionCopyright © 2004–2021 "Tigase, Inc.". All rights reserved.