org.databene.commons
Interface DocumentWriter<E>
- All Known Implementing Classes:
- ArrayCSVWriter, ArrayFlatFileWriter, BeanCSVWriter, BeanFlatFileWriter, BeanPropertiesFileWriter, ScriptedDocumentWriter
public interface DocumentWriter<E>
Abstraction of a document writer.
Created: 06.06.2007 19:25:43
setVariable
void setVariable(java.lang.String name,
java.lang.Object value)
writeElement
void writeElement(E element)
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.