| Constructor and Description |
|---|
DefaultTrueZip() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(TrueZipFileSet fileSet)
Copy a set of file to another archive using FileSet configuration
|
void |
copy(TrueZipFileSet oneFileSet,
TrueZipFileSetManager fileSetManager) |
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 fileSet)
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 fileSet)
Remove a set of files from the archive setup
|
void |
sync()
Global sync
|
void |
sync(de.schlichtherle.truezip.file.TFile file)
Selectively sync
|
public void sync()
throws de.schlichtherle.truezip.fs.FsSyncException
TrueZippublic void sync(de.schlichtherle.truezip.file.TFile file)
throws de.schlichtherle.truezip.fs.FsSyncException
TrueZippublic List<de.schlichtherle.truezip.file.TFile> list(TrueZipFileSet fileSet)
TrueZippublic void move(TrueZipFileSet fileSet) throws IOException
TrueZipmove in interface TrueZipfileSet - - The archive setupIOExceptionpublic void copy(TrueZipFileSet fileSet) throws IOException
TrueZipcopy in interface TrueZipIOExceptionpublic void copy(TrueZipFileSet oneFileSet, TrueZipFileSetManager fileSetManager) throws IOException
IOExceptionpublic void copyFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
TrueZipcopyFile in interface TrueZipIOExceptionpublic void moveFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
TrueZipmoveFile in interface TrueZipIOExceptionpublic void remove(TrueZipFileSet fileSet) throws IOException
TrueZipremove in interface TrueZipfileSet - - the archive setupIOExceptionCopyright © 2014 Codehaus. All rights reserved.