|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.archive.io.DirectoryWriter
Writer implementation based on file-system directory. Each Archive will be output as a directory, and each Entry as a file.
| Constructor Summary | |
DirectoryWriter(java.io.File basedir)
Build the Writer on a directory. |
|
| Method Summary | |
protected java.io.File |
getURI()
Gets the stream attribute of the FileMapper object |
protected java.io.File |
popURI()
Gets the stream attribute of the FileMapper object |
protected void |
pushURI(java.io.File uri)
Description of the Method |
void |
visit(Archive archive)
Visit an archive. |
void |
visit(Entry entry)
Visit an entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DirectoryWriter(java.io.File basedir)
basedir - The root directory| Method Detail |
public void visit(Archive archive)
visit in interface Writerarchive - The archive to visitpublic void visit(Entry entry)
visit in interface Writerentry - The entry to visitprotected java.io.File getURI()
protected java.io.File popURI()
protected void pushURI(java.io.File uri)
uri - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||