|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Archiver
The contract for the different archivers.
| Method Summary | |
|---|---|
void |
addFile(java.lang.String destinationName,
java.io.File source)
Add a file into the archive |
void |
close()
close all the archiver stuff |
void |
init(java.io.File destination)
Init the archiver. |
| Method Detail |
|---|
void init(java.io.File destination)
throws ArchiverException
destination - the final file
ArchiverException
void close()
throws ArchiverException
ArchiverException
void addFile(java.lang.String destinationName,
java.io.File source)
throws ArchiverException
destinationName - the name in the archivesource - the file containing the data to add in the archive
ArchiverException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||