org.ejtools.archive.io
Interface Writer

All Known Implementing Classes:
DirectoryWriter, StreamWriter

public interface Writer

Interface that describe a Writer used to dump the Archive and Entry. Use the Visitor Pattern.

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Method Summary
 void visit(Archive archive)
          Visit an archive.
 void visit(Entry entry)
          Visit an entry.
 

Method Detail

visit

public void visit(Archive archive)
Visit an archive.

Parameters:
archive - The archive to visit

visit

public void visit(Entry entry)
Visit an entry.

Parameters:
entry - The entry to visit


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.