| Package | Description |
|---|---|
| org.codehaus.mojo.truezip | |
| org.codehaus.mojo.truezip.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
TrueZip.copy(TrueZipFileSet oneFileSet)
Copy a set of file to another archive using FileSet configuration
|
List<de.schlichtherle.truezip.file.TFile> |
TrueZip.list(TrueZipFileSet fileSet)
List the file from FileSet's configuration
|
void |
TrueZip.move(TrueZipFileSet oneFileSet)
Move a set of files from one archive to another
|
void |
TrueZip.remove(TrueZipFileSet oneFileSet)
Remove a set of files from the archive setup
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTrueZip.copy(TrueZipFileSet fileSet) |
void |
DefaultTrueZip.copy(TrueZipFileSet oneFileSet,
TrueZipFileSetManager fileSetManager) |
void |
TrueZipFileSetManager.delete(TrueZipFileSet fileSet)
Delete the matching files and directories for the given file-set definition.
|
void |
TrueZipFileSetManager.delete(TrueZipFileSet fileSet,
boolean throwsError)
Delete the matching files and directories for the given file-set definition.
|
String[] |
TrueZipFileSetManager.getExcludedDirectories(TrueZipFileSet fileSet)
Get all the directory names which have been excluded by the rules in this fileset.
|
String[] |
TrueZipFileSetManager.getExcludedFiles(TrueZipFileSet fileSet)
Get all the filenames which have been excluded by the rules in this fileset.
|
String[] |
TrueZipFileSetManager.getIncludedDirectories(TrueZipFileSet fileSet)
Get all the directory names which have been included by the rules in this fileset.
|
String[] |
TrueZipFileSetManager.getIncludedFiles(TrueZipFileSet fileSet)
Get all the filenames which have been included by the rules in this fileset.
|
List<de.schlichtherle.truezip.file.TFile> |
DefaultTrueZip.list(TrueZipFileSet fileSet) |
Map |
TrueZipFileSetManager.mapIncludedFiles(TrueZipFileSet fileSet) |
void |
DefaultTrueZip.move(TrueZipFileSet fileSet) |
void |
DefaultTrueZip.remove(TrueZipFileSet fileSet) |
Copyright © 2014 Codehaus. All rights reserved.