A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
U
V
W
Z
F
- fieldNamesOrEmpty(com.fasterxml.jackson.databind.JsonNode) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- fieldsOrEmpty(com.fasterxml.jackson.databind.JsonNode) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- FileMatcher - class in org.ossreviewtoolkit.utils.common
- A class to determine whether a path is matched by any of the given globs.
- FileMatcher.Companion - class in org.ossreviewtoolkit.utils.common.FileMatcher
- fileSystemEncode(java.lang.String) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Return the string encoded for safe use as a file name.
- filter(java.util.Map) - function in org.ossreviewtoolkit.utils.common.EnvironmentVariableFilter
- Remove all keys from environment that do not pass this filter.
- fixupUserHomeProperty() - function in org.ossreviewtoolkit.utils.common.Os
- Check if the "user.home" property is set to a sane value and otherwise set it to the value of an (OS-specific) environment variable for the user home directory, and return that value.
- format(java.lang.Double,java.lang.Integer) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Format this Double as a string with the provided number of decimalPlaces.