com.tensegrity.generic.persistence
Interface Writer
- All Known Implementing Classes:
- XMLStreamWriter, XMLWriter
- public interface Writer
The Writer interface defines an object that is able to write the
information given by an AttributeList to a data store.
- Version:
- $Id: Writer.java,v 1.4 2003/08/27 16:32:06 AndreasEbbert Exp $
- Author:
- MichaelKegel
|
Method Summary |
void |
write(AttributeList attributes)
This method writes the information given by an AttributeList
to a data storage. |
write
public void write(AttributeList attributes)
throws WriteException
- This method writes the information given by an
AttributeList
to a data storage.
- Parameters:
attributes - list holding the information to write.
- Throws:
WriteException - is thrown whenever an error occurs while writing
out the information stored in the AttributeList.- See Also:
AttributeList
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.