Class ExternalLicenseProvider


  • public class ExternalLicenseProvider
    extends java.lang.Object
    Author:
    Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
    Date: 10/20/17
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalLicenseProvider​(java.lang.String licenseServiceUrl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<LicenseElement> getLicenses​(java.lang.String gav)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalLicenseProvider

        public ExternalLicenseProvider​(java.lang.String licenseServiceUrl)
    • Method Detail

      • getLicenses

        public java.util.Set<LicenseElement> getLicenses​(java.lang.String gav)