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 givenlicenseUrlStringstores 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 TypeMethodDescriptionvoidCache.put(String url, LicenseDownloader.LicenseDownloadResult entry) Binds the givenurlto the giveLicenseDownloader.LicenseDownloadResult.