public abstract class AbstractDiagramWriter
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AbstractDiagramWriter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
write(java.lang.String name,
java.lang.String diagram)
Writes the diagram to the location specified by the writer implementation.
|
public abstract void write(java.lang.String name,
java.lang.String diagram)
throws java.io.IOException
name - the name of the diagramdiagram - the diagramjava.io.IOException - if an I/O error occurs