Class JsonWriter

  • All Implemented Interfaces:
    Writer

    public class JsonWriter
    extends java.lang.Object
    implements Writer
    Writer project to json file
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(Project project, java.io.File outputFile)
      Write project to json file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonWriter

        public JsonWriter()
    • Method Detail

      • write

        public void write​(Project project,
                          java.io.File outputFile)
                   throws java.lang.Exception
        Write project to json file
        Specified by:
        write in interface Writer
        Parameters:
        project - the service project
        outputFile - the json output
        Throws:
        java.lang.Exception - in case an unexpected error occurs