A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
U
V
W
Z
C
- calculateHash(java.io.File,java.security.MessageDigest) - function in org.ossreviewtoolkit.utils.common.UtilsKt
- Calculate the digest on the data from the given file.
- calculateHash(java.io.InputStream,java.security.MessageDigest) - function in org.ossreviewtoolkit.utils.common.UtilsKt
- Calculate the digest on the data from the given inputStream.
- calculateHash(java.lang.String,java.security.MessageDigest) - function in org.ossreviewtoolkit.utils.common.UtilsKt
- Calculate the digest on the data from the given string.
- chars() - function in kotlin.CharSequence
- checkVersion(java.io.File) - function in org.ossreviewtoolkit.utils.common.CommandLineTool
- Run a command to check its version against the required version.
- close() - function in org.ossreviewtoolkit.utils.common.DirectoryStash
- close() - function in org.ossreviewtoolkit.utils.common.DiskCache
- codePoints() - function in kotlin.CharSequence
- collapseToRanges(java.util.Collection) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Collapse consecutive values to a list of pairs that each denote a range.
- collapseWhitespace(java.lang.String) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Trim leading and trailing whitespace, and collapse consecutive inner whitespace to a single space.
- collectMessages(java.lang.Throwable) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Recursively collect the messages of this Throwable and all its causes and join them to a single String.
- command(java.io.File) - function in org.ossreviewtoolkit.utils.common.CommandLineTool
- Return the name of the executable command.
- CommandLineTool - class in org.ossreviewtoolkit.utils.common
- An interface to implement by classes that are backed by a command line tool.
- CommandLineTool.Companion - class in org.ossreviewtoolkit.utils.common.CommandLineTool
- compare(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.utils.common.AlphaNumericComparator
- ConfigurablePluginFactory - class in org.ossreviewtoolkit.utils.common
- An interface to be implemented by plugin factories.
- convert(java.util.Set) - function in org.ossreviewtoolkit.utils.common.StringSortedSetConverter
- create(org.ossreviewtoolkit.utils.common.Options,org.ossreviewtoolkit.utils.common.Options) - function in org.ossreviewtoolkit.utils.common.ConfigurablePluginFactory
- Create a new instance of PLUGIN from options and secrets.
- create(CONFIG) - function in org.ossreviewtoolkit.utils.common.TypedConfigurablePluginFactory
- Create a new instance of PLUGIN from config.
- create(org.ossreviewtoolkit.utils.common.Options,org.ossreviewtoolkit.utils.common.Options) - function in org.ossreviewtoolkit.utils.common.TypedConfigurablePluginFactory
- Create a new instance of PLUGIN from options and secrets.