public interface TrueZip
| Modifier and Type | Method and Description |
|---|---|
void |
copy(TrueZipFileSet oneFileSet)
Copy a set of file to another archive using FileSet configuration
|
void |
copyFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
Copy a file or archive to another destination.
|
List<de.schlichtherle.truezip.file.TFile> |
list(TrueZipFileSet fileSet)
List the file from FileSet's configuration
|
void |
move(TrueZipFileSet oneFileSet)
Move a set of files from one archive to another
|
void |
moveFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
Copy a file for MOJO
|
void |
remove(TrueZipFileSet oneFileSet)
Remove a set of files from the archive setup
|
void |
sync()
Global sync
|
void |
sync(de.schlichtherle.truezip.file.TFile file)
Selectively sync
|
List<de.schlichtherle.truezip.file.TFile> list(TrueZipFileSet fileSet)
fileSet - void copy(TrueZipFileSet oneFileSet) throws IOException
oneFileSet - IOExceptionvoid copyFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
source - dest - IOExceptionvoid moveFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
source - dest - IOExceptionvoid move(TrueZipFileSet oneFileSet) throws IOException
oneFileSet - - The archive setupIOExceptionvoid remove(TrueZipFileSet oneFileSet) throws IOException
oneFileSet - - the archive setupIOExceptionvoid sync()
throws de.schlichtherle.truezip.fs.FsSyncException
de.schlichtherle.truezip.fs.FsSyncExceptionvoid sync(de.schlichtherle.truezip.file.TFile file)
throws de.schlichtherle.truezip.fs.FsSyncException
file - de.schlichtherle.truezip.fs.FsSyncExceptionCopyright © 2014 Codehaus. All rights reserved.