Package org.spdx.spdx_to_osv
Class DownloadLocationParser
java.lang.Object
org.spdx.spdx_to_osv.DownloadLocationParser
public class DownloadLocationParser extends Object
Parses a download location for package names, versions, commits, and OSV ecosystems
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description DownloadLocationParser(String downloadLocation) -
Method Summary
Modifier and Type Method Description StringgetDownloadLocation()Optional<OsvVulnerabilityRequest>getOsvVulnerabilityRequest()
-
Constructor Details
-
Method Details
-
getDownloadLocation
- Returns:
- the downloadLocation
-
getOsvVulnerabilityRequest
- Returns:
- the osvVulnerabilityRequest
-