Class ConfigurationJSONWriter


  • public class ConfigurationJSONWriter
    extends Object
    JSON writer for configurations
    • Constructor Detail

      • ConfigurationJSONWriter

        public ConfigurationJSONWriter()
    • Method Detail

      • write

        public static void write​(Writer writer,
                                 Configurations configs)
                          throws IOException
        Writes the configurations to the writer. The writer is not closed.
        Parameters:
        writer - Writer
        configs - List of configurations
        Throws:
        IOException - If writing fails