public interface IConfigurationWriter
| Modifier and Type | Method and Description |
|---|---|
void |
write(Configuration configuration,
String outputFile)
Write the configuration object to outputFile detecting the format from outputFile extension
|
void |
write(Configuration configuration,
String outputFile,
String format)
Write the configuration object to outputFile in the given format
|
void write(Configuration configuration, String outputFile, String format) throws IOException
configuration - object to be WrittenoutputFile - to write the configuration object toformat - of the outputFileIOException - if the output file can not be createdvoid write(Configuration configuration, String outputFile) throws IOException
configuration - object to be WrittenoutputFile - to write the configuration object toIOException - if the output file can not be createdCopyright © 2018. All rights reserved.