A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
U
V
W
Z
E
- encodeHex(kotlin.ByteArray) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Return a string of lowercase hexadecimal digits representing the bytes in the array.
- encodeOr(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Return the string encoded for safe use as a file name or emptyValue encoded for safe use as a file name, if this string is empty.
- encodeOrUnknown(java.lang.String) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Return the string encoded for safe use as a file name or "unknown", if the string is empty.
- enumSetOf(T) - function in org.ossreviewtoolkit.utils.common.UtilsKt
- A Kotlin-style convenience function to replace EnumSet.of() and EnumSet.noneOf().
- EnvironmentVariableFilter - class in org.ossreviewtoolkit.utils.common
- An object providing functionality to filter environments that are passed to newly created processes.
- expandTilde(java.io.File) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- If the SHELL environment variable is set, return the absolute file with a leading "~" expanded to the current user's home directory, otherwise return just the absolute file.
- expandTilde(java.lang.String) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- If the SHELL environment variable is set, return the string with a leading "~" expanded to the current user's home directory, otherwise return the string unchanged.
- ExtensionsKt - class in org.ossreviewtoolkit.utils.common