net.sf.jour.processor
Class DirectoryOutputWriter

java.lang.Object
  extended by net.sf.jour.processor.DirectoryOutputWriter
All Implemented Interfaces:
OutputWriter

public class DirectoryOutputWriter
extends java.lang.Object
implements OutputWriter


Constructor Summary
DirectoryOutputWriter(java.io.File dir)
           
 
Method Summary
 void close()
           
 boolean needUpdate(Entry entry)
           
 void write(Entry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryOutputWriter

public DirectoryOutputWriter(java.io.File dir)
Method Detail

needUpdate

public boolean needUpdate(Entry entry)
Specified by:
needUpdate in interface OutputWriter

write

public void write(Entry entry)
           throws java.io.IOException
Specified by:
write in interface OutputWriter
Throws:
java.io.IOException

close

public void close()
Specified by:
close in interface OutputWriter


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