Methods Summary |
---|
java.lang.String | getUrlBase()Get the urlbase.
return urlBase;
|
boolean | isIncludeImpl()Get the includeImpl flag.
return includeImpl;
|
boolean | isIncludeURL()Get the includeURL flag.
return includeURL;
|
public void | setIncludeImpl(boolean includeImpl)Flag indicating whether should include the
"Implementation-*" attributes in manifest.
Defaults to false.
this.includeImpl = includeImpl;
|
public void | setIncludeUrl(boolean includeURL)Flag indicating whether should include the
"Implementation-URL" attribute in manifest.
Defaults to false.
this.includeURL = includeURL;
|
public void | setUrlBase(java.lang.String urlBase)Set the url base for fileset.
this.urlBase = urlBase;
|