Class LicenseRepository

java.lang.Object
org.codehaus.mojo.license.model.LicenseRepository
All Implemented Interfaces:
Iterable<License>
Direct Known Subclasses:
RootPackageClassPathLicenseRepository

public class LicenseRepository extends Object implements Iterable<License>
Since:
1.0
Author:
tchemit dev@tchemit.fr
  • Field Details

    • REPOSITORY_DEFINITION_FILE

      public static final String REPOSITORY_DEFINITION_FILE
      See Also:
    • LICENSE_DESCRIPTION_PATTERN

      public static final Pattern LICENSE_DESCRIPTION_PATTERN
    • baseURL

      protected URL baseURL
      the base url of the licenses repository.
    • licenses

      protected List<License> licenses
      licenses of this repository.
    • init

      protected boolean init
      flag to known if repository was init (pass to true when invoking the method load()).
  • Constructor Details

    • LicenseRepository

      public LicenseRepository()
  • Method Details