Package org.ossreviewtoolkit.utils.ort
Object Environment.Companion
-
- All Implemented Interfaces:
public class Environment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringORT_VERSIONprivate final StringORT_USER_AGENTpublic final static Environment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetORT_VERSION()The version of the OSS Review Toolkit as a string. final StringgetORT_USER_AGENT()A string that is supposed to be used as the User Agent when using ORT as an HTTP client. -
-
Method Detail
-
getORT_VERSION
final String getORT_VERSION()
The version of the OSS Review Toolkit as a string.
-
getORT_USER_AGENT
final String getORT_USER_AGENT()
A string that is supposed to be used as the User Agent when using ORT as an HTTP client.
-
-
-
-