org.argouml.model
Interface XmiExtensionWriter


public interface XmiExtensionWriter

An interface to be implemented by classes outside of the model subsystem that wish to inject data into the XMI output stream.


Method Summary
 void write(java.io.Writer writer)
          Write XMI to registered writer.
 

Method Detail

write

void write(java.io.Writer writer)
           throws java.io.IOException
Write XMI to registered writer.

Parameters:
writer - the writer
Throws:
java.io.IOException - if it goes wrong


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook