Class JsonOutputFormat

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean handles​(java.lang.String fileName)  
      void write​(java.util.Properties props, java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

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

      • JsonOutputFormat

        public JsonOutputFormat()
    • Method Detail

      • handles

        public boolean handles​(java.lang.String fileName)
        Specified by:
        handles in class OutputFormat
      • write

        public void write​(java.util.Properties props,
                          java.io.OutputStream out)
                   throws java.io.IOException
        Specified by:
        write in class OutputFormat
        Throws:
        java.io.IOException