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
I
- Identifier - class in org.ossreviewtoolkit.model
- A unique identifier for a software package.
- identifierFor(D) - function in org.ossreviewtoolkit.model.utils.DependencyHandler
- Construct a unique identifier for the given dependency.
- INCORRECT - enum entry in org.ossreviewtoolkit.model.config.LicenseFindingCurationReason
The detected licenses are not correct. Use only if none of the other reasons apply.
- INEFFECTIVE_VULNERABILITY - enum entry in org.ossreviewtoolkit.model.config.VulnerabilityResolutionReason
The code in which the vulnerability was found is neither invoked in the project's code nor indirectly via another open source component.
- IntListToCsvStringConverter - class in org.ossreviewtoolkit.model.config
- INVALID_MATCH_VULNERABILITY - enum entry in org.ossreviewtoolkit.model.config.VulnerabilityResolutionReason
The vulnerability is irrelevant due to a tooling or database mismatch, e.g., the package version used does not match the version for which the vulnerability provider has reported a vulnerability.
- isApplicable(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.PackageCuration
- Return true if this PackageCuration is applicable to the package with the given identifier.
- isCategorized(org.ossreviewtoolkit.utils.spdx.SpdxExpression) - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- A convenience function to check whether there is a categorization for the given license id.
- isDetectedExcluded() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- True, if this license was detected and all locations have matching path excludes.
- isDetectedExcluded() - function in org.ossreviewtoolkit.model.licenses.ResolvedOriginalExpression
- Indicate whether all license findings corresponding to expression are excluded.
- isEmpty(com.fasterxml.jackson.databind.SerializerProvider,java.lang.String) - function in com.fasterxml.jackson.databind.JsonSerializer
- isEmpty(java.lang.String) - function in com.fasterxml.jackson.databind.JsonSerializer
- isEmpty() - function in org.ossreviewtoolkit.model.config.LicenseChoices
- isExcluded(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return
trueif the project or package with the given id is excluded. - isFromOrg(java.lang.String) - function in org.ossreviewtoolkit.model.Identifier
- Return whether this Identifier is likely to belong any of the organizations mentioned in names by looking at the namespace.
- isMetadataOnly() - function in org.ossreviewtoolkit.model.Package
- Indicates whether the package is just metadata, like e.g.
- isMetadataOnly() - function in org.ossreviewtoolkit.model.PackageCurationData
- Whether the package is metadata only.
- isModified() - function in org.ossreviewtoolkit.model.Package
- Indicates whether the source code of the package has been modified compared to the original source code, e.g., in case of a fork of an upstream Open Source project.
- isModified() - function in org.ossreviewtoolkit.model.PackageCurationData
- Whether the package is modified compared to the original source
- isPackage(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return true if and only if the given id denotes a Package contained in this OrtResult.
- isPackageExcluded(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return
trueif all dependencies on the package or project identified by the given id are excluded. - isPathExcluded(java.lang.String) - function in org.ossreviewtoolkit.model.config.Excludes
- True if any path exclude matches path.
- isProject(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return true if and only if the given id denotes a Project contained in this OrtResult.
- isProjectExcluded(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return
trueif the Project with the given id is excluded. - isResolved(org.ossreviewtoolkit.model.Issue) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Return true if there is at least one issue resolution that matches issue.
- isResolved(org.ossreviewtoolkit.model.Issue) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Return true if there is at least one issue resolution that matches issue.
- isResolved(org.ossreviewtoolkit.model.RuleViolation) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Return true if there is at least one rule violation resolution that matches violation.
- isResolved(org.ossreviewtoolkit.model.RuleViolation) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Return true if there is at least one rule violation resolution that matches violation.
- isResolved(org.ossreviewtoolkit.model.vulnerabilities.Vulnerability) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Return true if there is at least one vulnerability resolution that matches vulnerability.
- isResolved(org.ossreviewtoolkit.model.vulnerabilities.Vulnerability) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Return true if there is at least one vulnerability resolution that matches vulnerability.
- isScopeExcluded(java.lang.String) - function in org.ossreviewtoolkit.model.config.Excludes
- True if the scope with the given scopeName is excluded by this Excludes configuration.
- Issue - class in org.ossreviewtoolkit.model
- An issue that occurred while executing ORT.
- IssueKt - class in org.ossreviewtoolkit.model
- IssueResolution - class in org.ossreviewtoolkit.model.config
- Defines the resolution of an Issue.
- IssueResolutionReason - class in org.ossreviewtoolkit.model.config
- Possible reasons for resolving an Issue using a IssueResolution.
- issuesForDependency(D) - function in org.ossreviewtoolkit.model.utils.DependencyHandler
- Return a collection with known issues for the given dependency.
- isUnwrappingSerializer() - function in com.fasterxml.jackson.databind.JsonSerializer
- iterator() - function in kotlin.collections.Iterable