Uses of Class
org.codehaus.mojo.truezip.TrueZipFileSet

Packages that use TrueZipFileSet
org.codehaus.mojo.truezip   
org.codehaus.mojo.truezip.internal   
 

Uses of TrueZipFileSet in org.codehaus.mojo.truezip
 

Methods in org.codehaus.mojo.truezip with parameters of type TrueZipFileSet
 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
 

Uses of TrueZipFileSet in org.codehaus.mojo.truezip.internal
 

Methods in org.codehaus.mojo.truezip.internal with parameters of type TrueZipFileSet
 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 © 2012 Codehaus. All Rights Reserved.