Uses of Class
org.codehaus.mojo.license.download.LicenseDownloader.LicenseDownloadResult
Packages that use LicenseDownloader.LicenseDownloadResult
-
Uses of LicenseDownloader.LicenseDownloadResult in org.codehaus.mojo.license.download
Methods in org.codehaus.mojo.license.download that return LicenseDownloader.LicenseDownloadResultModifier and TypeMethodDescriptionLicenseDownloader.downloadLicense
(String licenseUrlString, FileNameEntry fileNameEntry) Downloads a license file from the givenlicenseUrlString
stores it locally and returns the local path where the license file was stored.Methods in org.codehaus.mojo.license.download with parameters of type LicenseDownloader.LicenseDownloadResultModifier and TypeMethodDescriptionvoid
Cache.put
(String url, LicenseDownloader.LicenseDownloadResult entry) Binds the givenurl
to the giveLicenseDownloader.LicenseDownloadResult
.