|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.truezip.internal.DefaultTrueZip
public class DefaultTrueZip
| Constructor Summary | |
|---|---|
DefaultTrueZip()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTrueZip()
| Method Detail |
|---|
public void sync()
throws de.schlichtherle.truezip.fs.FsSyncException
TrueZip
sync in interface TrueZipde.schlichtherle.truezip.fs.FsSyncException
public void sync(de.schlichtherle.truezip.file.TFile file)
throws de.schlichtherle.truezip.fs.FsSyncException
TrueZip
sync in interface TrueZipde.schlichtherle.truezip.fs.FsSyncExceptionpublic List<de.schlichtherle.truezip.file.TFile> list(TrueZipFileSet fileSet)
TrueZip
list in interface TrueZip
public void move(TrueZipFileSet fileSet)
throws IOException
TrueZip
move in interface TrueZipfileSet - - The archive setup
IOException
public void copy(TrueZipFileSet fileSet)
throws IOException
TrueZip
copy in interface TrueZipIOException
public void copy(TrueZipFileSet oneFileSet,
TrueZipFileSetManager fileSetManager)
throws IOException
IOException
public void copyFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
TrueZip
copyFile in interface TrueZipIOException
public void moveFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
TrueZip
moveFile in interface TrueZipIOException
public void remove(TrueZipFileSet fileSet)
throws IOException
TrueZip
remove in interface TrueZipfileSet - - the archive setup
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||