public class ConfigWriter extends Object
| Constructor and Description |
|---|
ConfigWriter()
|
| Modifier and Type | Method and Description |
|---|---|
static void |
write(Configuration
Write the denoted configuration to the denoted OutputStream
|
public static void write(Configurationconfiguration, OutputStream out) throws IOException
configuration - the configuration to write
out - the destination
IOException - on IO failure