|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic model writing interface for writing a model to its URI.
Method Summary | |
void |
write(Model model)
Writes the model to its URI. |
void |
write(Model model,
OutputStream output)
Writes the model to an OutputStream. |
Method Detail |
public void write(Model model) throws IOException, ModelElementException
model
- - the model to write.
IOException
- - if the model could not be written.
ModelElementException
- - if a model element could not be written.public void write(Model model, OutputStream output) throws IOException, ModelElementException
model
- - the model to write.output
- - the stream to write to.
IOException
- - if the model could not be written.
ModelElementException
- - if a model element could not be written.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |