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
IOException
public void write(Writer writer, Map<String,Object> props) throws IOException
IOException
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.