A  B  C  D  E  F  G  H  I  L  N  O  P  R  S  T  U  W  X 

D

DeclaredLicenseProcessor - class in org.ossreviewtoolkit.utils.ort
 
decompose() - function in org.ossreviewtoolkit.utils.ort.ProcessedDeclaredLicense
Decompose the spdxExpression or return an empty string if it is null.
determineParts(java.lang.String) - function in org.ossreviewtoolkit.utils.ort.CopyrightStatementsProcessor
Split the copyrightStatement into its Parts, or return null if the Parts could not be determined.
determineProxyFromProperties(java.lang.String) - function in org.ossreviewtoolkit.utils.ort.OrtProxySelectorKt
Determine settings for an authenticated proxy for the given protocol from commonly set system properties.
determineProxyFromUrl(java.lang.String) - function in org.ossreviewtoolkit.utils.ort.OrtProxySelectorKt
Return a proxy with optional password authentication as encoded in the url, or null if the string does not represent a URL with a supported proxy type.
download(okhttp3.OkHttpClient,java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.utils.ort.OkHttpClientHelperKt
Download from url with optional acceptEncoding and return a Result with the Response and non-nullable ResponseBody on success, or a Result wrapping an IOException (which might be a HttpDownloadError) on failure.
downloadFile(okhttp3.OkHttpClient,java.lang.String,java.io.File) - function in org.ossreviewtoolkit.utils.ort.OkHttpClientHelperKt
Download from url and return a Result with a file inside directory that holds the response body content on success, or a Result wrapping an IOException (which might be a HttpDownloadError) on failure.
downloadText(okhttp3.OkHttpClient,java.lang.String) - function in org.ossreviewtoolkit.utils.ort.OkHttpClientHelperKt
Download from url and return a Result with a string representing the response body content on success, or a Result wrapping an IOException (which might be a HttpDownloadError) on failure.
A  B  C  D  E  F  G  H  I  L  N  O  P  R  S  T  U  W  X