A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
U
V
W
Z
R
- read(java.lang.String) - function in org.ossreviewtoolkit.utils.common.DiskCache
- realFile(java.io.File) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Resolve the file to the real underlying file.
- RedirectionKt - class in org.ossreviewtoolkit.utils.common
- redirectStderr(kotlin.jvm.functions.Function0) - function in org.ossreviewtoolkit.utils.common.RedirectionKt
- Redirect the standard error stream to a String during the execution of block.
- redirectStdout(kotlin.jvm.functions.Function0) - function in org.ossreviewtoolkit.utils.common.RedirectionKt
- Redirect the standard output stream to a String during the execution of block.
- replaceCredentialsInUri(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Replace any username / password in the URI represented by this String with userInfo.
- requireSuccess() - function in org.ossreviewtoolkit.utils.common.ProcessCapture
- Throw an IOException in case exitValue is not 0.
- reset(java.util.Collection,java.util.Collection) - function in org.ossreviewtoolkit.utils.common.EnvironmentVariableFilter
- Reset this filter to use the given denySubstrings and allowNames.
- resolveWindowsExecutable(java.io.File) - function in org.ossreviewtoolkit.utils.common.Os
- Resolve the Windows executable to its full name including the optional extension.
- reversed() - function in java.util.AlphaNumericComparator
- run(java.io.File,java.lang.CharSequence) - function in org.ossreviewtoolkit.utils.common.CommandLineTool
- Run the command in the workingDir directory with arguments as specified by args.
- run(java.lang.CharSequence,java.io.File,java.util.Map) - function in org.ossreviewtoolkit.utils.common.CommandLineTool
- Run the command in the workingDir directory with arguments as specified by args and the given environment.