A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
T
- tableExists(org.jetbrains.exposed.sql.Transaction,java.lang.String) - function in org.ossreviewtoolkit.model.utils.DatabaseUtils
- Return true if and only if a table named tableName exists.
- TEST_DEPENDENCY_OF - enum entry in org.ossreviewtoolkit.model.config.ScopeExcludeReason
The scope only contains packages used for testing which are not included in distributed build.
- TEST_OF - enum entry in org.ossreviewtoolkit.model.config.PathExcludeReason
The path only contains files used for testing source code which are not included in distributed build artifacts.
- TEST_TOOL_OF - enum entry in org.ossreviewtoolkit.model.config.PathExcludeReason
The path only contains tools used for testing source code which are not included in distributed build artifacts.
- TEST_TOOL_OF - enum entry in org.ossreviewtoolkit.model.config.ScopeExcludeReason
The scope only contains packages used for testing source code which are not included in distributed build artifacts.
- TextLocation - class in org.ossreviewtoolkit.model
- A TextLocation references text located in a file.
- tilde(org.jetbrains.exposed.sql.Expression,java.lang.String) - function in org.ossreviewtoolkit.model.utils.ExposedUtilsKt
- TildeOp - class in org.ossreviewtoolkit.model.utils
- toClearlyDefinedCoordinates(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.utils.ClearlyDefinedUtilsKt
- Map an ORT Package to ClearlyDefined Coordinates, or to null if a mapping is not possible.
- toClearlyDefinedProvider(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.utils.ClearlyDefinedUtilsKt
- Determine the ClearlyDefined Provider based on a Package's location as defined by the RemoteArtifact URLs or the VcsInfo URL.
- toClearlyDefinedSourceLocation(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.utils.ClearlyDefinedUtilsKt
- Create a ClearlyDefined SourceLocation from a Package.
- toClearlyDefinedType(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.utils.ClearlyDefinedUtilsKt
- Map an Identifier's type to a ClearlyDefined ComponentType, or return null if a mapping is not possible.
- toCoordinates() - function in org.ossreviewtoolkit.model.Identifier
- Create Maven-like coordinates based on the properties of the Identifier.
- toCuratedPackage() - function in org.ossreviewtoolkit.model.Package
- Create a CuratedPackage from this package with an empty list of applied curations.
- toCuration() - function in org.ossreviewtoolkit.model.VcsInfo
- Return a VcsInfoCurationData with the properties from this VcsInfo.
- toKey() - function in org.ossreviewtoolkit.model.RootDependencyIndex
- Generate a string key to represent this index.
- toLog4jLevel() - function in org.ossreviewtoolkit.model.Severity
- Map the Severity to a Log4j Level.
- toPackage() - function in org.ossreviewtoolkit.model.Project
- Return a Package representation of this Project.
- toPath(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.model.Identifier
- Create a file system path based on the properties of the Identifier.
- toPurl(org.ossreviewtoolkit.model.Identifier,java.util.Map,java.lang.String) - function in org.ossreviewtoolkit.model.utils.PurlUtilsKt
- Create the canonical package URL ("purl") based on the properties of the Identifier.
- toPurl(org.ossreviewtoolkit.model.Identifier,java.util.Map) - function in org.ossreviewtoolkit.model.utils.PurlUtilsKt
- Create the canonical package URL ("purl") based on the properties of the Identifier.
- toPurl(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.utils.PurlUtilsKt
- Create the canonical package URL ("purl") based on the properties of the Identifier.
- toQueryBuilder(org.jetbrains.exposed.sql.QueryBuilder) - function in org.jetbrains.exposed.sql.ComparisonOp
- toQueryBuilder(org.jetbrains.exposed.sql.QueryBuilder) - function in org.ossreviewtoolkit.model.utils.RawExpression
- toReference(org.ossreviewtoolkit.model.PackageLinkage,java.util.Set,java.util.List) - function in org.ossreviewtoolkit.model.Package
- Return a PackageReference to refer to this Package with optional dependencies and issues.
- toSri() - function in org.ossreviewtoolkit.model.Hash
- Return the hash in Support Subresource Integrity (SRI) format.
- toString() - function in org.jetbrains.exposed.sql.Expression
- toString() - function in org.ossreviewtoolkit.model.HashAlgorithm
- Convert the hash algorithm to a string representation.
- toString() - function in org.ossreviewtoolkit.model.Issue
- toString() - function in org.ossreviewtoolkit.model.VcsType
- toString() - function in org.ossreviewtoolkit.model.config.PluginConfiguration
- Return a string representation of the object that does not contain the secrets.
- toString() - function in org.ossreviewtoolkit.model.config.ProviderPluginConfiguration
- Return a string representation of the object that does not contain the secrets.
- toString() - function in org.ossreviewtoolkit.model.utils.PurlType
- toYaml(java.lang.Object) - function in org.ossreviewtoolkit.model.MappersKt
- transaction(org.jetbrains.exposed.sql.Database,kotlin.jvm.functions.Function1) - function in org.ossreviewtoolkit.model.utils.DatabaseUtils
- Start a new transaction to execute the given statement on this Database.
- transactionAsync(org.jetbrains.exposed.sql.Database,kotlin.coroutines.SuspendFunction1) - function in org.ossreviewtoolkit.model.utils.DatabaseUtils
- Start a new asynchronous transaction to execute the given statement on this Database.
- traverse(kotlin.jvm.functions.Function1) - function in org.ossreviewtoolkit.model.PackageReference
- Apply the provided transform to each node in the dependency tree represented by this PackageReference and return the modified PackageReference.