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 |
void | setIncludeImpl(boolean includeImpl)
Flag indicating whether should include the
"Implementation-*" attributes in manifest.
|
void | setIncludeUrl(boolean includeURL)
Flag indicating whether should include the
"Implementation-URL" attribute in manifest.
|
void | setUrlBase(String urlBase)
Set the url base for fileset.
|
public void setIncludeImpl(boolean includeImpl)
Flag indicating whether should include the
"Implementation-*" attributes in manifest.
Defaults to false.
Parameters: includeImpl the flag
public void setIncludeUrl(boolean includeURL)
Flag indicating whether should include the
"Implementation-URL" attribute in manifest.
Defaults to false.
Parameters: includeURL the flag
public void setUrlBase(String urlBase)
Set the url base for fileset.
Parameters: urlBase the base url
Copyright