net.sf.jour.processor
Interface OutputWriter

All Known Implementing Classes:
DirectoryOutputWriter

public interface OutputWriter


Method Summary
 void close()
           
 boolean needUpdate(Entry entry)
           
 void write(Entry entry)
           
 

Method Detail

needUpdate

boolean needUpdate(Entry entry)

write

void write(Entry entry)
           throws java.io.IOException
Throws:
java.io.IOException

close

void close()


Copyright © 2004-2008 pyx4j.com. All Rights Reserved.