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
A
- A_NAME - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- acceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper,com.fasterxml.jackson.databind.JavaType) - function in com.fasterxml.jackson.databind.ser.std.StdSerializer
- addDependency(java.lang.String,D) - function in org.ossreviewtoolkit.model.utils.DependencyGraphBuilder
- Add the given dependency for the scope with the given scopeName to this builder.
- addPackageConfigurations(org.ossreviewtoolkit.model.OrtResult,org.ossreviewtoolkit.model.utils.PackageConfigurationProvider) - function in org.ossreviewtoolkit.model.utils.OrtResultExtensionsKt
- Add all package configurations from packageConfigurationProvider that match any scan result in this OrtResult to OrtResult.resolvedConfiguration, overwriting any previously contained package configurations.
- addPackageCurations(org.ossreviewtoolkit.model.OrtResult,java.util.List) - function in org.ossreviewtoolkit.model.utils.OrtResultExtensionsKt
- Add all package curations from packageCurationProviders that match any packages in this OrtResult to OrtResult.resolvedConfiguration, overwriting any previously contained package curations.
- addPackages(java.util.Collection) - function in org.ossreviewtoolkit.model.utils.DependencyGraphBuilder
- Add the given packages to this builder.
- addResolutions(org.ossreviewtoolkit.model.OrtResult,org.ossreviewtoolkit.model.utils.ResolutionProvider) - function in org.ossreviewtoolkit.model.utils.OrtResultExtensionsKt
- Add all resolutions from resolutionProvider that match the content of this OrtResult to OrtResult.resolvedConfiguration, overwriting any previously contained resolutions.
- AdvisorCapability - class in org.ossreviewtoolkit.model
- An enum class that defines the capabilities of a specific advisor implementation.
- AdvisorConfiguration - class in org.ossreviewtoolkit.model.config
- The base configuration model of the advisor.
- AdvisorDetails - class in org.ossreviewtoolkit.model
- Details about the used provider of vulnerability information.
- AdvisorRecord - class in org.ossreviewtoolkit.model
- A record of a single run of the advisor tool, containing the input and the Vulnerability for every checked package.
- AdvisorRecord.Companion - class in org.ossreviewtoolkit.model.AdvisorRecord
- AdvisorResult - class in org.ossreviewtoolkit.model
- The result of a specific advisor execution for a single package.
- AdvisorRun - class in org.ossreviewtoolkit.model
- The summary of a single run of the advisor.
- AdvisorSummary - class in org.ossreviewtoolkit.model
- A short summary of the advisor result.
- alignRevisions(org.ossreviewtoolkit.model.RepositoryProvenance) - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
- Return a copy of this RepositoryProvenance with VcsInfo revision set to the resolved revision of this RepositoryProvenance.
- ALPINE - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- AnalyzerConfiguration - class in org.ossreviewtoolkit.model.config
- AnalyzerResult - class in org.ossreviewtoolkit.model
- A class that merges all information from individual ProjectAnalyzerResults created for each found definition file.
- AnalyzerRun - class in org.ossreviewtoolkit.model
- The summary of a single run of the analyzer.
- ANDROID - enum entry in org.ossreviewtoolkit.model.PackageProvider
- APACHE_GIT - enum entry in org.ossreviewtoolkit.model.PackageProvider
- APACHE_SUBVERSION - enum entry in org.ossreviewtoolkit.model.PackageProvider
- apply(org.ossreviewtoolkit.model.CuratedPackage) - function in org.ossreviewtoolkit.model.PackageCuration
- Apply the curation data to the provided targetPackage.
- apply(org.ossreviewtoolkit.model.CuratedPackage) - function in org.ossreviewtoolkit.model.PackageCurationData
- Apply this PackageCuration to targetPackage by overriding all values of targetPackage with non-null values of this PackageCurationData, and return the resulting CuratedPackage.
- apply(org.ossreviewtoolkit.model.LicenseFinding,org.ossreviewtoolkit.model.config.LicenseFindingCuration,java.lang.String) - function in org.ossreviewtoolkit.model.utils.FindingCurationMatcher
- Return the curated finding if the given curation is applicable to the given finding or the given finding otherwise.
- applyAll(java.util.Collection,java.util.Collection,java.lang.String) - function in org.ossreviewtoolkit.model.utils.FindingCurationMatcher
- Applies the given curations to the given findings.
- applyChoices(java.util.List,org.ossreviewtoolkit.model.licenses.LicenseView) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- Apply licenseChoices on the effective license of the licenseView.
- archive(java.io.File,org.ossreviewtoolkit.model.KnownProvenance) - function in org.ossreviewtoolkit.model.utils.FileArchiver
- Archive all files in directory matching any of the configured patterns in the storage.
- arrayParam(kotlin.IntArray) - function in org.ossreviewtoolkit.model.utils.ExposedUtilsKt
- ARTIFACT - enum entry in org.ossreviewtoolkit.model.SourceCodeOrigin
Source code from the distributed source code artifact.
- ArtifactProvenance - class in org.ossreviewtoolkit.model
- Provenance information for a source artifact.
- associateLicensesWithExceptions(java.util.Collection,java.lang.Integer) - function in org.ossreviewtoolkit.model.utils.FindingsMatcherKt
- Process findings for stand-alone license exceptions and associate them with nearby (according to toleranceLines) applicable licenses.