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 StringBUILD_JDKprivate final StringJAVA_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 StringgetBUILD_JDK()The version of Java used to build ORT. final StringgetJAVA_VERSION()The version of Java used to run ORT. 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.
-
getBUILD_JDK
final String getBUILD_JDK()
The version of Java used to build ORT.
-
getJAVA_VERSION
final String getJAVA_VERSION()
The version of Java used to run ORT.
-
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.
-
-
-
-