org.objectweb.util.ant

Class Jar2packageList

public class Jar2packageList extends MatchingTask

Permit to build .package-list files since archive files (jar, rar, zip, ...).

Author: S.Chassande-Barrioz

Method Summary
voidexecute()
voidsetFlatten(boolean b)
voidsetIsolate(boolean b)
voidsetJarDir(File d)
The base directory containing archives
voidsetOutput(File o)
the directory where the .package-list will be generated

Method Detail

execute

public void execute()

setFlatten

public void setFlatten(boolean b)

setIsolate

public void setIsolate(boolean b)

setJarDir

public void setJarDir(File d)
The base directory containing archives

Parameters: d

setOutput

public void setOutput(File o)
the directory where the .package-list will be generated

Parameters: o