org.apache.tools.ant.taskdefs.optional.extension

Class LibFileSet

public class LibFileSet extends FileSet

LibFileSet represents a fileset containing libraries. Asociated with the libraries is data pertaining to how they are to be handled when building manifests.
Method Summary
voidsetIncludeImpl(boolean includeImpl)
Flag indicating whether should include the "Implementation-*" attributes in manifest.
voidsetIncludeUrl(boolean includeURL)
Flag indicating whether should include the "Implementation-URL" attribute in manifest.
voidsetUrlBase(String urlBase)
Set the url base for fileset.

Method Detail

setIncludeImpl

public void setIncludeImpl(boolean includeImpl)
Flag indicating whether should include the "Implementation-*" attributes in manifest. Defaults to false.

Parameters: includeImpl the flag

setIncludeUrl

public void setIncludeUrl(boolean includeURL)
Flag indicating whether should include the "Implementation-URL" attribute in manifest. Defaults to false.

Parameters: includeURL the flag

setUrlBase

public void setUrlBase(String urlBase)
Set the url base for fileset.

Parameters: urlBase the base url