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
R
- RawExpression - class in org.ossreviewtoolkit.model.utils
- rawParam(java.lang.String) - function in org.ossreviewtoolkit.model.utils.ExposedUtilsKt
- readTree(java.io.File) - function in org.ossreviewtoolkit.model.FileFormatKt
- Use the Jackson mapper returned from File.mapper to read a tree of (JSON) nodes from this file.
- readValue(java.io.File) - function in org.ossreviewtoolkit.model.FileFormatKt
- Use the Jackson mapper returned from File.mapper to read an object of type T from this file.
- readValueOrDefault(java.io.File,T) - function in org.ossreviewtoolkit.model.FileFormatKt
- Use the Jackson mapper returned from File.mapper to read an object of type T from this file, or return the default value if the file has no content.
- readValueOrNull(java.io.File) - function in org.ossreviewtoolkit.model.FileFormatKt
- Use the Jackson mapper returned from File.mapper to read an object of type T from this file, or return null if the file has no content.
- REFERENCE - enum entry in org.ossreviewtoolkit.model.config.LicenseFindingCurationReason
The findings reference a file or URL, e.g. SEE LICENSE IN LICENSE or https://jquery.org/license/.
- RemoteArtifact - class in org.ossreviewtoolkit.model
- Bundles information about a remote artifact.
- RemoteArtifactKt - class in org.ossreviewtoolkit.model
- replaceConfig(org.ossreviewtoolkit.model.config.RepositoryConfiguration) - function in org.ossreviewtoolkit.model.OrtResult
- Return a copy of this OrtResult with the Repository.config replaced by config.
- replaceDelegatee(com.fasterxml.jackson.databind.JsonSerializer) - function in com.fasterxml.jackson.databind.JsonSerializer
- ReporterConfiguration - class in org.ossreviewtoolkit.model.config
- The base configuration model of the reporter.
- Repository - class in org.ossreviewtoolkit.model
- A description of the source code repository that was used as input for ORT.
- RepositoryAnalyzerConfiguration - class in org.ossreviewtoolkit.model.config
- AnalyzerConfiguration options that can be configured in the RepositoryConfiguration.
- RepositoryConfiguration - class in org.ossreviewtoolkit.model.config
- A project specific configuration for ORT which is usually stored in ORT_REPO_CONFIG_FILENAME at the root of a repository.
- RepositoryProvenance - class in org.ossreviewtoolkit.model
- Provenance information for a Version Control System location.
- ResolutionProvider - class in org.ossreviewtoolkit.model.utils
- An interface to provide resolutions for Issues, RuleViolations and Vulnerabilitys .
- Resolutions - class in org.ossreviewtoolkit.model.config
- Resolutions for issues with a repository.
- ResolutionsKt - class in org.ossreviewtoolkit.model.config
- ResolvedConfiguration - class in org.ossreviewtoolkit.model
- The ResolvedConfiguration contains non-administrative configuration which was resolved by an ORT tool to be available for subsequent tools.
- ResolvedCopyright - class in org.ossreviewtoolkit.model.licenses
- A resolved copyright.
- ResolvedCopyrightFinding - class in org.ossreviewtoolkit.model.licenses
- A resolved copyright finding.
- ResolvedLicense - class in org.ossreviewtoolkit.model.licenses
- Resolved information for a single license.
- ResolvedLicenseFile - class in org.ossreviewtoolkit.model.licenses
- Information about a single resolved license file.
- ResolvedLicenseFileInfo - class in org.ossreviewtoolkit.model.licenses
- Information about license files of a package and the licenses detected in those files.
- ResolvedLicenseInfo - class in org.ossreviewtoolkit.model.licenses
- Resolved license information about a package (or project).
- ResolvedLicenseInfoKt - class in org.ossreviewtoolkit.model.licenses
- ResolvedLicenseLocation - class in org.ossreviewtoolkit.model.licenses
- A resolved text location.
- ResolvedOriginalExpression - class in org.ossreviewtoolkit.model.licenses
- A resolved original expression.
- ResolvedPackageCurations - class in org.ossreviewtoolkit.model
- ResolvedPackageCurations.Provider - class in org.ossreviewtoolkit.model.ResolvedPackageCurations
- resolveLicenseFiles(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.licenses.LicenseInfoResolver
- Get the ResolvedLicenseFileInfo for the project or package identified by id.
- resolveLicenseInfo(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.licenses.LicenseInfoResolver
- Get the ResolvedLicenseInfo for the project or package identified by id.
- resolvePackageConfigurations(java.util.Set,kotlin.jvm.functions.Function1,org.ossreviewtoolkit.model.utils.PackageConfigurationProvider) - function in org.ossreviewtoolkit.model.utils.ConfigurationResolver
- Resolved the PackageConfigurations that match the scan results for the provided identifiers.
- resolvePackageCurations(java.util.Collection,java.util.List) - function in org.ossreviewtoolkit.model.utils.ConfigurationResolver
- Return the resolved PackageCurations for the given packages.
- resolveResolutions(java.util.List,java.util.List,java.util.List,org.ossreviewtoolkit.model.utils.ResolutionProvider) - function in org.ossreviewtoolkit.model.utils.ConfigurationResolver
- resultsWithIssues(org.ossreviewtoolkit.model.Severity,org.ossreviewtoolkit.model.AdvisorCapability) - function in org.ossreviewtoolkit.model.AdvisorRecord.Companion
- Return a filter for AdvisorResults that contain issues.
- RootDependencyIndex - class in org.ossreviewtoolkit.model
- A data class representing the index of a root dependency of a scope.
- RootDependencyIndex.Companion - class in org.ossreviewtoolkit.model.RootDependencyIndex
- RootLicenseMatcher - class in org.ossreviewtoolkit.model.utils
- A heuristic for determining which (root) license files apply to any file or directory.
- RPM - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- RUBYGEMS - enum entry in org.ossreviewtoolkit.model.PackageProvider
- RuleViolation - class in org.ossreviewtoolkit.model
- RuleViolationResolution - class in org.ossreviewtoolkit.model.config
- Defines the resolution of a RuleViolation.
- RuleViolationResolutionReason - class in org.ossreviewtoolkit.model.config
- RUNTIME_DEPENDENCY_OF - enum entry in org.ossreviewtoolkit.model.config.ScopeExcludeReason
The scope only contains packages that have to be provided by the user during the execution of the artifacts but are not included in distributed build artifacts.