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 

C

calculate(java.io.File) - function in org.ossreviewtoolkit.model.HashAlgorithm
Return the hexadecimal digest of this hash for the given file.
calculate(kotlin.ByteArray) - function in org.ossreviewtoolkit.model.HashAlgorithm
Return the hexadecimal digest of this hash for the given bytes.
calculate(java.lang.String) - function in org.ossreviewtoolkit.model.HashAlgorithm
Return the hexadecimal digest of this hash for the given resourceName.
CANT_FIX_EXCEPTION - enum entry in org.ossreviewtoolkit.model.config.RuleViolationResolutionReason

The rule violation cannot be fixed and is acceptable in this case.

CANT_FIX_ISSUE - enum entry in org.ossreviewtoolkit.model.config.IssueResolutionReason

The issue can not be fixed, e.g. because it requires a change to be made by a third party that is not responsive.

CANT_FIX_VULNERABILITY - enum entry in org.ossreviewtoolkit.model.config.VulnerabilityResolutionReason

No remediation is available for this vulnerability, e.g., because it requires a change to be made by a third party that is not responsive.

CARGO - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
CARTHAGE - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
checkDatabaseEncoding(org.jetbrains.exposed.sql.Transaction,java.lang.String) - function in org.ossreviewtoolkit.model.utils.DatabaseUtils
Logs a warning in case the actual database encoding does not equal the expectedEncoding.
ClearlyDefinedStorageConfiguration - class in org.ossreviewtoolkit.model.config
The configuration model of a storage based on ClearlyDefined.
ClearlyDefinedUtilsKt - class in org.ossreviewtoolkit.model.utils
 
clearVcsPath(org.ossreviewtoolkit.model.RepositoryProvenance) - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
Return a copy of this RepositoryProvenance with an empty VCS path.
COCOAPODS - enum entry in org.ossreviewtoolkit.model.PackageProvider
 
COCOAPODS - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
CODE - enum entry in org.ossreviewtoolkit.model.config.LicenseFindingCurationReason

The findings occur in source code, for example the name of a variable.

collectDependencies(java.lang.Integer,kotlin.jvm.functions.Function1) - function in org.ossreviewtoolkit.model.PackageReference
Return the set of Identifiers the package referred by this PackageReference transitively depends on, up to and including a depth of maxDepth where counting starts at 0 (for the PackageReference itself) and 1 are direct dependencies etc.
collectDependencies(java.lang.Integer,kotlin.jvm.functions.Function1) - function in org.ossreviewtoolkit.model.Scope
Return the set of package Identifiers in this Scope, up to and including a depth of maxDepth where counting starts at 0 (for the Scope itself) and 1 are direct dependencies etc.
collectIssues() - function in org.ossreviewtoolkit.model.DependencyGraph
Return a map of all de-duplicated Issues associated by Identifier.
collectIssues(kotlin.sequences.Sequence) - function in org.ossreviewtoolkit.model.DependencyNavigator.Companion
Return a map with all Issues found in the dependency graph spawned by dependencies grouped by their Identifiers.
collectSubProjects(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return the set of Identifiers that refer to subprojects of the given project.
collectSubProjects(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return the set of Identifiers that refer to subprojects of the given project.
collectSubProjects(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
Return the set of Identifiers that refer to subprojects of the given project.
compareTo(org.ossreviewtoolkit.model.DependencyReference) - function in org.ossreviewtoolkit.model.DependencyReference
Define an order on DependencyReference instances.
compareTo(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.Identifier
 
compareTo(org.ossreviewtoolkit.model.PackageReference) - function in org.ossreviewtoolkit.model.PackageReference
A comparison function to sort package references by their identifier.
compareTo(org.ossreviewtoolkit.model.TextLocation) - function in org.ossreviewtoolkit.model.TextLocation
 
CompatibilityDependencyNavigator - class in org.ossreviewtoolkit.model
A DependencyNavigator implementation that can handle all kinds of OrtResults (and is therefore the most compatible one).
CompatibilityDependencyNavigator.Companion - class in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator
 
COMPOSER - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
CompositePackageConfigurationProvider - class in org.ossreviewtoolkit.model.utils
A PackageConfigurationProvider that combines the provided providers into a single provider.
CONAN - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
CONCLUDED - enum entry in org.ossreviewtoolkit.model.LicenseSource

Licenses which are part of the concluded license of a Package.

ConcludedLicenseInfo - class in org.ossreviewtoolkit.model.licenses
Information about the concluded license of a package or project.
CONDA - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
ConfigurationResolver - class in org.ossreviewtoolkit.model.utils
 
configure(org.ossreviewtoolkit.model.config.LicenseFilePatterns) - function in org.ossreviewtoolkit.model.config.LicenseFilePatterns.Companion
 
contains(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.Project
Return whether the package identified by id is contained as a (transitive) dependency in this project.
contains(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.Scope
Return whether the package identified by id is contained as a (transitive) dependency in this scope.
contains(java.lang.Integer) - function in org.ossreviewtoolkit.model.TextLocation
Return whether the given line is contained in the location.
contains(org.ossreviewtoolkit.model.TextLocation) - function in org.ossreviewtoolkit.model.TextLocation
Return whether the given other location is contained in this location.
contains(java.lang.String) - function in org.ossreviewtoolkit.model.config.CopyrightGarbage
Return whether the statement is garbage.
convert(java.lang.String) - function in org.ossreviewtoolkit.model.config.CsvStringToIntListConverter
 
convert(java.util.List) - function in org.ossreviewtoolkit.model.config.IntListToCsvStringConverter
 
convert(java.lang.String) - function in org.ossreviewtoolkit.model.config.MaskStringConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.CopyrightFindingSortedSetConverter
 
convert(org.ossreviewtoolkit.model.AnalyzerResult,org.ossreviewtoolkit.model.config.Excludes) - function in org.ossreviewtoolkit.model.utils.DependencyGraphConverter
Convert the given result, so that all dependencies are represented as dependency graphs.
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.FileListEntrySortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.FileListSortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.LicenseFindingSortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.PackageReferenceSortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.PackageSortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.ProjectSortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.ProvenanceResolutionResultSortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.ScanResultSortedSetConverter
 
convert(java.util.Map) - function in org.ossreviewtoolkit.model.utils.ScannersMapConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.ScopeSortedSetConverter
 
convert(java.util.Set) - function in org.ossreviewtoolkit.model.utils.SnippetFindingSortedSetConverter
 
convertToDependencyGraph(org.ossreviewtoolkit.model.AnalyzerResult,org.ossreviewtoolkit.model.config.Excludes) - function in org.ossreviewtoolkit.model.utils.DependencyGraphConverterKt
 
CopyrightFinding - class in org.ossreviewtoolkit.model
A class representing a single copyright finding.
CopyrightFinding.Companion - class in org.ossreviewtoolkit.model.CopyrightFinding
 
CopyrightFindingSortedSetConverter - class in org.ossreviewtoolkit.model.utils
 
CopyrightGarbage - class in org.ossreviewtoolkit.model.config
A class that defines which Copyright statements are to be considered as garbage instead of real findings.
CopyrightGarbageKt - class in org.ossreviewtoolkit.model.config
 
CRAN - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
CRATES_IO - enum entry in org.ossreviewtoolkit.model.PackageProvider
 
create(org.ossreviewtoolkit.model.OrtResult) - function in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator.Companion
Create a DependencyNavigator that supports the given ortResult in the most efficient way.
create(java.lang.String) - function in org.ossreviewtoolkit.model.Hash.Companion
Create a Hash instance from a known hash value.
create(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.model.Hash.Companion
Create a Hash instance from a known hash value and algorithm.
create(java.lang.String) - function in org.ossreviewtoolkit.model.HashAlgorithm.Companion
Create a hash algorithm from a hash value.
create(org.ossreviewtoolkit.model.OrtResult,java.io.File) - function in org.ossreviewtoolkit.model.utils.DefaultResolutionProvider.Companion
Create a DefaultResolutionProvider and add the resolutions from the ortResult and the resolutionsFile.
createAndLogIssue(java.lang.Object,java.lang.String,java.lang.String,org.ossreviewtoolkit.model.Severity) - function in org.ossreviewtoolkit.model.IssueKt
Create an Issue and log the message.
createFileArchiver(org.ossreviewtoolkit.model.config.FileArchiverConfiguration) - function in org.ossreviewtoolkit.model.config.FileArchiverConfigurationKt
Create a FileArchiver based on this configuration.
createFileStorage() - function in org.ossreviewtoolkit.model.config.FileStorageConfiguration
Create a FileStorage based on this configuration.
createHikariDataSource(org.ossreviewtoolkit.model.config.PostgresConnection,java.lang.String,java.lang.Integer) - function in org.ossreviewtoolkit.model.utils.DatabaseUtils
Return a HikariDataSource for the given PostgresConnection.
createLicenseInfoResolver(org.ossreviewtoolkit.model.OrtResult,org.ossreviewtoolkit.model.utils.PackageConfigurationProvider,org.ossreviewtoolkit.model.config.CopyrightGarbage,java.lang.Boolean,org.ossreviewtoolkit.model.utils.FileArchiver) - function in org.ossreviewtoolkit.model.utils.OrtResultExtensionsKt
Create a LicenseInfoResolver for this.
createPackage(D,java.util.List) - function in org.ossreviewtoolkit.model.utils.DependencyHandler
Create a Package to represent the given dependency.
createScopes() - function in org.ossreviewtoolkit.model.DependencyGraph
Transform the data stored in this object to the classical layout of dependency information, which is a set of Scopes referencing the packages they depend on.
createScopes(java.util.Set,java.lang.Boolean) - function in org.ossreviewtoolkit.model.DependencyGraph
Transform a subset of the data stored in this object to the classical layout of dependency information.
createStorage(org.ossreviewtoolkit.model.config.FileListStorageConfiguration) - function in org.ossreviewtoolkit.model.config.FileListStorageConfigurationKt
 
CRITICAL - enum entry in org.ossreviewtoolkit.model.vulnerabilities.Cvss3Rating
 
CRITICAL - enum entry in org.ossreviewtoolkit.model.vulnerabilities.Cvss4Rating
 
CsvStringToIntListConverter - class in org.ossreviewtoolkit.model.config
 
CuratedPackage - class in org.ossreviewtoolkit.model
A Package including the PackageCurationResults that were applied to it, in order to be able to trace back how the original metadata of the package was modified by applying PackageCurations.
Curations - class in org.ossreviewtoolkit.model.config
Curations for artifacts in a repository.
Cvss2Rating - class in org.ossreviewtoolkit.model.vulnerabilities
The rating attaches human-readable semantics to the score number according to CVSS version 2, see https://www.balbix.com/insights/cvss-v2-vs-cvss-v3/#CVSSv3-Scoring-Scale-vs-CVSSv2-6.
Cvss2Rating.Companion - class in org.ossreviewtoolkit.model.vulnerabilities.Cvss2Rating
 
Cvss3Rating - class in org.ossreviewtoolkit.model.vulnerabilities
The rating attaches human-readable semantics to the score number according to CVSS version 3, see https://www.first.org/cvss/v3.0/specification-document#Qualitative-Severity-Rating-Scale.
Cvss3Rating.Companion - class in org.ossreviewtoolkit.model.vulnerabilities.Cvss3Rating
 
Cvss4Rating - class in org.ossreviewtoolkit.model.vulnerabilities
The rating attaches human-readable semantics to the score number according to CVSS version 4, see https://www.first.org/cvss/v4.0/specification-document#Qualitative-Severity-Rating-Scale.
Cvss4Rating.Companion - class in org.ossreviewtoolkit.model.vulnerabilities.Cvss4Rating
 
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