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 

D

DATA_FILE_OF - enum entry in org.ossreviewtoolkit.model.config.PathExcludeReason

The path only contains data files such as fonts or images which are not included in distributed build artifacts.

DATA_OF - enum entry in org.ossreviewtoolkit.model.config.LicenseFindingCurationReason

The findings occur in a data, for example a JSON object defining all SPDX licenses.

DatabaseUtils - class in org.ossreviewtoolkit.model.utils
 
DEBIAN - enum entry in org.ossreviewtoolkit.model.PackageProvider
 
DEBIAN - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
DECLARED - enum entry in org.ossreviewtoolkit.model.LicenseSource

Licenses which are part of the (processed) declared licenses of a Package.

DeclaredLicenseInfo - class in org.ossreviewtoolkit.model.licenses
Information about the declared license of a package or project.
DefaultLicenseInfoProvider - class in org.ossreviewtoolkit.model.licenses
The default LicenseInfoProvider that collects license information from an ortResult.
DefaultResolutionProvider - class in org.ossreviewtoolkit.model.utils
A ResolutionProvider that provides the given resolutions.
DefaultResolutionProvider.Companion - class in org.ossreviewtoolkit.model.utils.DefaultResolutionProvider
 
Defect - class in org.ossreviewtoolkit.model
A data model for software defects.
DEFECTS - enum entry in org.ossreviewtoolkit.model.AdvisorCapability

Indicates that an advisor can retrieve information about defects.

dependenciesFor(D) - function in org.ossreviewtoolkit.model.utils.DependencyHandler
Return a collection with the dependencies of the given dependency.
dependenciesForScope(org.ossreviewtoolkit.model.Project,java.lang.String,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator
Return a set with information of the dependencies of a specific scope of a project.
dependenciesForScope(org.ossreviewtoolkit.model.Project,java.lang.String,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyGraphNavigator
Return a set with information of the dependencies of a specific scope of a project.
dependenciesForScope(org.ossreviewtoolkit.model.Project,java.lang.String,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return a set with information of the dependencies of a specific scope of a project.
dependenciesForScope(org.ossreviewtoolkit.model.Project,java.lang.String,java.lang.Integer,org.ossreviewtoolkit.model.DependencyMatcher) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
Return a set with information of the dependencies of a specific scope of a project.
DependencyGraph - class in org.ossreviewtoolkit.model
A data class that represents the graph of dependencies of a project.
DependencyGraph.Companion - class in org.ossreviewtoolkit.model.DependencyGraph
 
DependencyGraphBuilder - class in org.ossreviewtoolkit.model.utils
A class that can construct a DependencyGraph from a set of dependencies that provides an efficient storage format for large dependency sets in many scopes.
DependencyGraphConverter - class in org.ossreviewtoolkit.model.utils
An object that supports the conversion of AnalyzerResults to the dependency graph format.
DependencyGraphConverterKt - class in org.ossreviewtoolkit.model.utils
 
DependencyGraphEdge - class in org.ossreviewtoolkit.model
A data class representing an edge in the dependency graph.
DependencyGraphNavigator - class in org.ossreviewtoolkit.model
A DependencyNavigator implementation based on the dependency graph format.
DependencyGraphNode - class in org.ossreviewtoolkit.model
A data class representing a node in the dependency graph.
DependencyHandler - class in org.ossreviewtoolkit.model.utils
An interface used by DependencyGraphBuilder to handle the specific representations of concrete PackageManager implementations in a generic way.
DependencyNavigator - class in org.ossreviewtoolkit.model
An interface allowing the navigation through the dependency information contained in an OrtResult, independent of the concrete storage representation.
DependencyNavigator.Companion - class in org.ossreviewtoolkit.model.DependencyNavigator
 
DependencyNode - class in org.ossreviewtoolkit.model
A generic interface describing the properties of a node in a dependency tree independent on its concrete representation.
DependencyReference - class in org.ossreviewtoolkit.model
A class to model a tree-like structure to represent the dependencies of a project.
dependencyTreeDepth(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return the depth of the dependency tree rooted at the given project associated with this scopeName.
dependencyTreeDepth(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return the depth of the dependency tree rooted at the given project associated with this scopeName.
dependencyTreeDepth(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
Return the depth of the dependency tree rooted at the given project associated with this scopeName.
DependencyTreeNavigator - class in org.ossreviewtoolkit.model
A DependencyNavigator implementation based on the classic dependency tree format, which is represented by the Project.scopes property.
dependsOn(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.PackageReference
Return whether the package identified by id is a (transitive) dependency of this reference.
DETECTED - enum entry in org.ossreviewtoolkit.model.LicenseSource

Licenses which were detected by a license scanner.

DetectedLicenseInfo - class in org.ossreviewtoolkit.model.licenses
Information about the detected licenses of a package or project.
DEV_DEPENDENCY_OF - enum entry in org.ossreviewtoolkit.model.config.ScopeExcludeReason

The scope only contains packages used for development which are not included in distributed build.

diff(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.Package
Compares this package with other and creates a PackageCurationData containing the values from this package which are different in other.
directDependencies(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator
Return a sequence with DependencyNodes for the direct dependencies for the given project and scopeName.
directDependencies(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.DependencyGraphNavigator
Return a sequence with DependencyNodes for the direct dependencies for the given project and scopeName.
directDependencies(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.DependencyNavigator
Return a sequence with DependencyNodes for the direct dependencies for the given project and scopeName.
directDependencies(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
Return a sequence with DependencyNodes for the direct dependencies for the given project and scopeName.
distanceTo(org.ossreviewtoolkit.model.TextLocation) - function in org.ossreviewtoolkit.model.TextLocation
Return the minimum distance between this and the other location.
DOCUMENTATION_DEPENDENCY_OF - enum entry in org.ossreviewtoolkit.model.config.ScopeExcludeReason

The scope only contains packages used for building the documentation.

DOCUMENTATION_OF - enum entry in org.ossreviewtoolkit.model.config.LicenseFindingCurationReason

The findings occur in documentation, for example in code comments or in the README.md.

DOCUMENTATION_OF - enum entry in org.ossreviewtoolkit.model.config.PathExcludeReason

The path only contains documentation which is not included in distributed build artifacts.

DownloaderConfiguration - class in org.ossreviewtoolkit.model.config
 
DRUPAL - enum entry in org.ossreviewtoolkit.model.utils.PurlType
 
DYNAMIC - enum entry in org.ossreviewtoolkit.model.PackageLinkage

A dynamically linked package whose source code is not directly defined in the project itself, but which is retrieved as an external artifact.

DYNAMIC_LINKAGE_EXCEPTION - enum entry in org.ossreviewtoolkit.model.config.RuleViolationResolutionReason

The rule violation is acceptable given the fact that the dependency it relates to is dynamically linked.

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