All Implemented Interfaces:
Cloneable, Iterable<Resource>, ResourceCollection, SelectorContainer

public class LibFileSet extends FileSet
LibFileSet represents a fileset containing libraries. Associated with the libraries is data pertaining to how they are to be handled when building manifests.
  • Constructor Details

    • LibFileSet

      public LibFileSet()
  • Method Details

    • setIncludeUrl

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

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

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