org.objectweb.util.ant

Class Zip


public class Zip
extends org.apache.tools.ant.taskdefs.Zip

Permits to specify a group of zip which only some entries must be zipped.

Nested Class Summary

class
Zip.MyZipFileSet
permit to use the constructor of ZipFileSet with the FileSet parameter
class
Zip.ZipGroup
represents a group of zip

Field Summary

List
zipGroups

Constructor Summary

Zip()

Method Summary

Zip.ZipGroup
createZipGroup()
void
execute()

Field Details

zipGroups

public List zipGroups

Constructor Details

Zip

public Zip()

Method Details

createZipGroup

public Zip.ZipGroup createZipGroup()

execute

public void execute()
            throws BuildException