Uses of Interface
com.jaxfront.core.util.io.cvsexport.CVSWriterCallback

Packages that use CVSWriterCallback
com.jaxfront.core.util.io.cvsexport   
 

Uses of CVSWriterCallback in com.jaxfront.core.util.io.cvsexport
 

Methods in com.jaxfront.core.util.io.cvsexport with parameters of type CVSWriterCallback
static void SimpleCVSWriter.append(java.io.File file, CVSWriterCallback callback)
          Open a file and pass a writer to the callback which appends to that file.
static void SimpleCVSWriter.write(java.io.File file, CVSWriterCallback callback)
          Open a file and pass a writer to the callback which creates or overwrites that file.