Class AbstractDiagramWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void write​(java.lang.String name, java.lang.String diagram)
      Writes the diagram to the location specified by the writer implementation.
      • Methods inherited from class java.lang.Object

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

      • AbstractDiagramWriter

        public AbstractDiagramWriter()
    • Method Detail

      • write

        public abstract void write​(java.lang.String name,
                                   java.lang.String diagram)
                            throws java.io.IOException
        Writes the diagram to the location specified by the writer implementation.
        Parameters:
        name - the name of the diagram
        diagram - the diagram
        Throws:
        java.io.IOException - if an I/O error occurs