|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that describe a Writer used to dump the Archive and Entry. Use the Visitor Pattern.
Method Summary | |
void |
visit(Archive archive)
Visit an archive. |
void |
visit(Entry entry)
Visit an entry. |
Method Detail |
public void visit(Archive archive)
archive
- The archive to visitpublic void visit(Entry entry)
entry
- The entry to visit
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |