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

void
execute()
void
setFlatten(boolean b)
void
setIsolate(boolean b)
void
setJarDir(File d)
The base directory containing archives
void
setOutput(File o)
the directory where the .package-list will be generated

Method Details

execute

public void execute()
            throws BuildException

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 -