Class LicenseStore

java.lang.Object
org.codehaus.mojo.license.model.LicenseStore
All Implemented Interfaces:
Iterable<LicenseRepository>

public class LicenseStore extends Object implements Iterable<LicenseRepository>
The LicenseStore offers License coming from different LicenseRepository.
Since:
1.0
Author:
tchemit dev@tchemit.fr
  • Field Details

    • JAR_LICENSE_REPOSITORY

      public static final String JAR_LICENSE_REPOSITORY
      class-path directory where is the licenses repository.
      See Also:
    • CLASSPATH_PROTOCOL

      public static final String CLASSPATH_PROTOCOL
      Classpath protocol prefix for extra license resolver to seek in classpath.
      See Also:
    • repositories

      protected List<LicenseRepository> repositories
      list of available license repositories.
    • init

      protected boolean init
      flag to know if store was init.
  • Constructor Details

    • LicenseStore

      public LicenseStore()
  • Method Details