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
G
- GEM - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- generateKey(java.lang.Integer,java.lang.Integer) - function in org.ossreviewtoolkit.model.RootDependencyIndex.Companion
- Generate a string representation for the given root and fragment that is used internally as key in maps.
- GENERIC - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- get(java.lang.String) - function in org.ossreviewtoolkit.model.PackageProvider.Companion
- Return the PackageProvider as determined from the given url, or null if there is no match.
- get(org.ossreviewtoolkit.model.RemoteArtifact) - function in org.ossreviewtoolkit.model.PackageProvider.Companion
- Return the PackageProvider as determined from the given artifact's URL, or null if there is no match.
- get(org.ossreviewtoolkit.model.VcsInfo) - function in org.ossreviewtoolkit.model.PackageProvider.Companion
- Return the PackageProvider as determined from the given vcs URL, or null if there is no match.
- get(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.licenses.DefaultLicenseInfoProvider
- Get the LicenseInfo for the project or package identified by id.
- get(org.ossreviewtoolkit.utils.spdx.SpdxExpression) - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- A convenience operator to return the categories for the given license id, or null if the license is not categorized.
- get(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.licenses.LicenseInfoProvider
- Get the LicenseInfo for the project or package identified by id.
- get(org.ossreviewtoolkit.utils.spdx.SpdxSingleLicenseExpression) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- getAccessKeyId() - function in org.ossreviewtoolkit.model.config.S3FileStorageConfiguration
- The AWS access key
- getAddAuthorsToCopyrights() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- A flag to indicate whether authors should be considered as copyright holders.
- getAddAuthorsToCopyrights() - function in org.ossreviewtoolkit.model.licenses.LicenseInfoResolver
- getAdditionalData() - function in org.ossreviewtoolkit.model.ScanResult
- A map for scanner specific data that cannot be mapped into any generalized property, but still needs to be stored in the scan result.
- getAdditionalData() - function in org.ossreviewtoolkit.model.Snippet
- A map for scanner specific snippet data that cannot be mapped into any generalized property, but still needs to be made available in the scan summary.
- getAdvisor() - function in org.ossreviewtoolkit.model.AdvisorResult
- Details about the used advisor.
- getAdvisor() - function in org.ossreviewtoolkit.model.OrtResult
- An AdvisorRun containing details about the advisor that was run using the result from analyzer as input.
- getAdvisor() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The configuration of the advisors, using the advisor's name as the key.
- getAdvisorResults() - function in org.ossreviewtoolkit.model.AdvisorRecord
- The AdvisorResults for all Packages.
- getAdvisorResults(java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- Return all AdvisorResults contained in this OrtResult or only the non-excluded ones if omitExcluded is true.
- getAdvisorResultsForId(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return the list of AdvisorResults for the given id.
- getAlgorithm() - function in org.ossreviewtoolkit.model.Hash
- The algorithm used to calculate the hash value.
- getAliases() - function in org.ossreviewtoolkit.model.HashAlgorithm
- getAliases() - function in org.ossreviewtoolkit.model.VcsType
- getALL() - function in org.ossreviewtoolkit.model.licenses.LicenseView.Companion
- Return all licenses.
- getAllFileLists() - function in org.ossreviewtoolkit.model.ScannerRun
- getAllIssues() - function in org.ossreviewtoolkit.model.AnalyzerResult
- Return a map of all de-duplicated Issues associated by Identifier.
- getAllLicenseFilenames() - function in org.ossreviewtoolkit.model.config.LicenseFilePatterns
- A list of globs that match all kind of license file names, equaling the union of licenseFilenames, patentFilenames and rootLicenseFilenames.
- getAllowDynamicVersions() - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- Enable the analysis of projects that use version ranges to declare their dependencies.
- getAllowDynamicVersions() - function in org.ossreviewtoolkit.model.config.RepositoryAnalyzerConfiguration
- Enable the analysis of projects that use version ranges to declare their dependencies.
- getAllowedProcessEnvironmentVariableNames() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- A set with the names of environment variables that are explicitly allowed to be passed to child processes, even if they are matched by one of the deniedProcessEnvironmentVariablesSubstrings.
- getAllowMovingRevisions() - function in org.ossreviewtoolkit.model.config.DownloaderConfiguration
- Toggle whether to allow downloads using symbolic names that point to moving revisions, like Git branches.
- getAllPackageCurations() - function in org.ossreviewtoolkit.model.ResolvedConfiguration
- Return all PackageCurations contained in this ResolvedConfiguration in highest-priority-first order.
- getAllScanResults() - function in org.ossreviewtoolkit.model.ScannerRun
- getAnalyzer() - function in org.ossreviewtoolkit.model.OrtResult
- An AnalyzerRun containing details about the analyzer that was run using repository as input.
- getAnalyzer() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The configuration of the analyzer.
- getAnalyzer() - function in org.ossreviewtoolkit.model.config.RepositoryConfiguration
- The configuration for the analyzer.
- getApplicableLicenseFilesForDirectories(java.util.Collection,java.util.Collection) - function in org.ossreviewtoolkit.model.utils.RootLicenseMatcher
- Return a mapping from the given relative directories to the relative paths of the (root) licenses files applicable to that respective directory.
- getApplicableRootLicenseFindingsForDirectories(java.util.Collection,java.util.Collection) - function in org.ossreviewtoolkit.model.utils.RootLicenseMatcher
- Return a mapping from the given relative directories to the licenses findings for the (root) license files applicable to the respective directory.
- getAppliedCuration() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseLocation
- The applied LicenseFindingCuration, or null if none were applied.
- getAppliedCurations() - function in org.ossreviewtoolkit.model.licenses.ConcludedLicenseInfo
- The list of PackageCurationResults that modified the concluded license.
- getAppliedCurations() - function in org.ossreviewtoolkit.model.licenses.DeclaredLicenseInfo
- The list of PackageCurationResults that modified the declared license.
- getArchive() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- Configuration of a FileArchiver that archives certain scanned files in an external FileStorage.
- getArchiver() - function in org.ossreviewtoolkit.model.licenses.LicenseInfoResolver
- getAuthors() - function in org.ossreviewtoolkit.model.Package
- The set of authors declared for this package.
- getAuthors() - function in org.ossreviewtoolkit.model.PackageCurationData
- The set of authors of the package.
- getAuthors() - function in org.ossreviewtoolkit.model.Project
- The set of authors declared for this project.
- getAuthors() - function in org.ossreviewtoolkit.model.licenses.DeclaredLicenseInfo
- The set of authors.
- getAuthUrl() - function in org.ossreviewtoolkit.model.config.Sw360StorageConfiguration
- The authentication URL of your SW360 instance.
- getAwsRegion() - function in org.ossreviewtoolkit.model.config.S3FileStorageConfiguration
- The AWS region to be used.
- getBackend() - function in org.ossreviewtoolkit.model.config.FileBasedStorageConfiguration
- The configuration of the FileStorage used to store the files.
- getBase() - function in org.ossreviewtoolkit.model.PackageCurationResult
- Contains the values from before applying the curation.
- getBinaryArtifact() - function in org.ossreviewtoolkit.model.Package
- The remote artifact where the binary package can be downloaded.
- getBinaryArtifact() - function in org.ossreviewtoolkit.model.PackageCurationData
- The remote artifact where the binary package can be downloaded.
- getBucketName() - function in org.ossreviewtoolkit.model.config.S3FileStorageConfiguration
- The name of the S3 bucket used to store files in.
- getCapabilities() - function in org.ossreviewtoolkit.model.AdvisorDetails
- The capabilities of the used advisor.
- getCategories() - function in org.ossreviewtoolkit.model.licenses.LicenseCategorization
- The identifiers of the license categories this license is assigned to.
- getCategories() - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- Defines metadata for the license categories.
- getCategoriesByLicense() - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- A property for fast look-ups of categories for a given license.
- getCategorizations() - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- Defines metadata for licenses.
- getCategoryNames() - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- A property allowing convenient access to the names of all categories defined in alphabetical order.
- getClientId() - function in org.ossreviewtoolkit.model.config.Sw360StorageConfiguration
- The client ID of the SW360 instance for the two-step authentication.
- getClientPassword() - function in org.ossreviewtoolkit.model.config.Sw360StorageConfiguration
- The password of the client ID.
- getClosingTime() - function in org.ossreviewtoolkit.model.Defect
- Contains a time when this defect has been closed if it has been resolved already (and this information is available in the source system).
- getComment() - function in org.ossreviewtoolkit.model.PackageCurationData
- A plain-text comment about this curation.
- getComment() - function in org.ossreviewtoolkit.model.config.IssueResolution
- A comment to further explain why the reason is applicable here.
- getComment() - function in org.ossreviewtoolkit.model.config.LicenseFindingCuration
- A comment explaining this LicenseFindingCuration.
- getComment() - function in org.ossreviewtoolkit.model.config.PathExclude
- A comment to further explain why the reason is applicable here.
- getComment() - function in org.ossreviewtoolkit.model.config.RuleViolationResolution
- A comment to further explain why the reason is applicable here.
- getComment() - function in org.ossreviewtoolkit.model.config.ScopeExclude
- A comment to further explain why the reason is applicable here.
- getComment() - function in org.ossreviewtoolkit.model.config.VulnerabilityResolution
- A comment to further explain why the reason is applicable here.
- getCOMPARATOR() - function in org.ossreviewtoolkit.model.CopyrightFinding.Companion
- getCOMPARATOR() - function in org.ossreviewtoolkit.model.LicenseFinding.Companion
- getCompression() - function in org.ossreviewtoolkit.model.config.LocalFileStorageConfiguration
- Whether to use compression for storing files or not.
- getCompression() - function in org.ossreviewtoolkit.model.config.S3FileStorageConfiguration
- Whether to use compression for storing files or not.
- getCONCLUDED_OR_DECLARED_AND_DETECTED() - function in org.ossreviewtoolkit.model.licenses.LicenseView.Companion
- Return only the concluded licenses if they exist, otherwise return declared and detected licenses.
- getCONCLUDED_OR_DECLARED_OR_DETECTED() - function in org.ossreviewtoolkit.model.licenses.LicenseView.Companion
- Return only the concluded licenses if they exist, or return only the declared licenses if they exist, or return the detected licenses.
- getCONCLUDED_OR_DETECTED() - function in org.ossreviewtoolkit.model.licenses.LicenseView.Companion
- Return only the concluded licenses if they exist, otherwise return detected licenses.
- getConcludedLicense() - function in org.ossreviewtoolkit.model.Package
- The concluded license as an SpdxExpression.
- getConcludedLicense() - function in org.ossreviewtoolkit.model.PackageCurationData
- The concluded license as an SpdxExpression.
- getConcludedLicense() - function in org.ossreviewtoolkit.model.config.LicenseFindingCuration
- The concluded license as SPDX expression or org.ossreviewtoolkit.utils.spdx.SpdxConstants.NONE for no license, see https://spdx.dev/spdx-specification-21-web-version#h.jxpfx0ykyb60.
- getConcludedLicense() - function in org.ossreviewtoolkit.model.licenses.ConcludedLicenseInfo
- The concluded license, or null if no license was concluded.
- getConcludedLicenseInfo() - function in org.ossreviewtoolkit.model.licenses.LicenseInfo
- Information about the concluded license.
- getConfig() - function in org.ossreviewtoolkit.model.AdvisorRun
- The AdvisorConfiguration used for this run.
- getConfig() - function in org.ossreviewtoolkit.model.AnalyzerRun
- The AnalyzerConfiguration used for this run.
- getConfig() - function in org.ossreviewtoolkit.model.Repository
- The configuration of the repository, parsed from ORT_REPO_CONFIG_FILENAME.
- getConfig() - function in org.ossreviewtoolkit.model.ScannerRun
- The ScannerConfiguration used for this run.
- getConfig() - function in org.ossreviewtoolkit.model.config.AdvisorConfiguration
- A map with configuration for advice providers using the provider type as key.
- getConfig() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- Scanner specific configuration options.
- getConfiguration() - function in org.ossreviewtoolkit.model.ScannerDetails
- The configuration of the scanner, could be command line arguments for example.
- getConnection() - function in org.ossreviewtoolkit.model.config.PostgresStorageConfiguration
- The configuration of the PostgreSQL database.
- getCopyrightFindings() - function in org.ossreviewtoolkit.model.ScanSummary
- The detected copyright findings.
- getCopyrightGarbage() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- All copyright findings with statements that are contained in CopyrightGarbage, mapped to the Provenance where they were detected.
- getCopyrights() - function in org.ossreviewtoolkit.model.licenses.Findings
- The set of all copyright findings.
- getCopyrights(java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- Return all copyright statements associated to this license.
- getCopyrights(java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- Return all copyright statements associated to this license.
- getCopyrights() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- Return all copyright statements associated to this license.
- getCopyrights(java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- Return all copyright statements associated to the licenses found in this license file.
- getCopyrights(java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- Return all copyright statements associated to the licenses found in this license file.
- getCopyrights() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- Return all copyright statements associated to the licenses found in this license file.
- getCopyrights(java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- Return all copyright statements associated to this license info.
- getCopyrights(java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- Return all copyright statements associated to this license info.
- getCopyrights() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- Return all copyright statements associated to this license info.
- getCopyrights() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseLocation
- All copyright findings associated to this license location, excluding copyright garbage.
- getCpe() - function in org.ossreviewtoolkit.model.Package
- An optional additional identifier in CPE syntax.
- getCpe() - function in org.ossreviewtoolkit.model.PackageCurationData
- An additional identifier in CPE syntax.
- getCpe() - function in org.ossreviewtoolkit.model.Project
- An optional additional identifier in CPE syntax.
- getCreateMissingArchives() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- Create archives for packages that have a stored scan result but no license archive yet.
- getCreationTime() - function in org.ossreviewtoolkit.model.Defect
- The creation time of this defect if available.
- getCuratedFinding() - function in org.ossreviewtoolkit.model.licenses.LicenseFindingCurationResult
- The curated license finding, or null, if the concluded license is SpdxConstants.NONE.
- getCuration() - function in org.ossreviewtoolkit.model.PackageCurationResult
- The curation that was applied.
- getCurations() - function in org.ossreviewtoolkit.model.CuratedPackage
- The curations in the order they were applied.
- getCurations() - function in org.ossreviewtoolkit.model.ResolvedPackageCurations
- All package curations applicable to the packages contained in the enclosing OrtResult in the order as they were provided by the package curation provider.
- getCurations() - function in org.ossreviewtoolkit.model.config.RepositoryConfiguration
- Defines curations for packages used as dependencies by projects in this repository, or curations for license findings in the source code of a project in this repository.
- getCurationsFor(java.util.Collection) - function in org.ossreviewtoolkit.model.utils.PackageCurationProvider
- Return all available PackageCurations which are applicable to any of the given packages.
- getCustomEndpoint() - function in org.ossreviewtoolkit.model.config.S3FileStorageConfiguration
- Custom endpoint to perform AWS API Requests
- getData() - function in org.ossreviewtoolkit.model.PackageCuration
- The curation data for the package.
- getData(org.ossreviewtoolkit.model.KnownProvenance) - function in org.ossreviewtoolkit.model.utils.FileProvenanceFileStorage
- Return the data associated by provenance, or null if there is no such data.
- getData(org.ossreviewtoolkit.model.KnownProvenance) - function in org.ossreviewtoolkit.model.utils.PostgresProvenanceFileStorage
- Return the data associated by provenance, or null if there is no such data.
- getData(org.ossreviewtoolkit.model.KnownProvenance) - function in org.ossreviewtoolkit.model.utils.ProvenanceFileStorage
- Return the data associated by provenance, or null if there is no such data.
- getDeclaredLicenseInfo() - function in org.ossreviewtoolkit.model.licenses.LicenseInfo
- Information about the declared license.
- getDeclaredLicenseMapping() - function in org.ossreviewtoolkit.model.CuratedPackage
- getDeclaredLicenseMapping() - function in org.ossreviewtoolkit.model.PackageCurationData
- The declared license mapping entries to be added to the actual declared license mapping, which in turn gets applied by DeclaredLicenseProcessor.process.
- getDeclaredLicenses() - function in org.ossreviewtoolkit.model.Package
- The set of licenses declared for this package.
- getDeclaredLicenses() - function in org.ossreviewtoolkit.model.Project
- The set of licenses declared for this project.
- getDeclaredLicensesProcessed() - function in org.ossreviewtoolkit.model.Package
- The declared licenses as SpdxExpression.
- getDeclaredLicensesProcessed() - function in org.ossreviewtoolkit.model.Project
- The declared licenses as SpdxExpression.
- getDEFAULT() - function in org.ossreviewtoolkit.model.config.LicenseFilePatterns.Companion
- getDEFAULT_ARCHIVE_DIR() - function in org.ossreviewtoolkit.model.utils.FileArchiver.Companion
- getDefects(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.AdvisorRecord
- Return a list with all Defect objects that have been found for the given package.
- getDefects() - function in org.ossreviewtoolkit.model.AdvisorResult
- The defects.
- getDefinitionFilePath() - function in org.ossreviewtoolkit.model.Project
- The path to the definition file of this project, relative to the root of the repository described in vcs and vcsProcessed.
- getDefinitionFilePathRelativeToAnalyzerRoot(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.OrtResult
- Return the path of the definition file of the project, relative to the analyzer root.
- getDelegatee() - function in com.fasterxml.jackson.databind.JsonSerializer
- getDeniedProcessEnvironmentVariablesSubstrings() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- A set with substrings to filter out environment variables before creating child processes to prevent that those processes can access sensitive information.
- getDependencies() - function in org.ossreviewtoolkit.model.DependencyGraph
- A mapping that allows fast access to the dependencies of a node in this graph.
- getDependencies() - function in org.ossreviewtoolkit.model.DependencyReference
- A set with the references to the dependencies of this dependency.
- getDependencies(org.ossreviewtoolkit.model.Identifier,java.lang.Integer,java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- Return the dependencies of the given id (which can refer to a Project or a Package), up to and including a depth of maxLevel where counting starts at 0 (for the Project or Package itself) and 1 are direct dependencies etc.
- getDependencies() - function in org.ossreviewtoolkit.model.PackageReference
- The set of references to packages this package depends on.
- getDependencies() - function in org.ossreviewtoolkit.model.Scope
- The set of references to packages in this scope.
- getDEPENDENCY_REFERENCE_COMPARATOR() - function in org.ossreviewtoolkit.model.DependencyGraph.Companion
- A comparator for DependencyReference objects.
- getDependencyGraphs() - function in org.ossreviewtoolkit.model.AnalyzerResult
- A map with DependencyGraphs keyed by the name of the package manager that created this graph.
- getDependencyNavigator() - function in org.ossreviewtoolkit.model.OrtResult
- An object that can be used to navigate the dependency information contained in this result.
- getDescription() - function in org.ossreviewtoolkit.model.Defect
- An optional description of this defect.
- getDescription() - function in org.ossreviewtoolkit.model.Package
- The description of the package, as provided by the package manager.
- getDescription() - function in org.ossreviewtoolkit.model.PackageCurationData
- The description of the package, as provided by the package manager.
- getDescription() - function in org.ossreviewtoolkit.model.licenses.LicenseCategory
- A description for this LicenseCategory.
- getDescription() - function in org.ossreviewtoolkit.model.vulnerabilities.Vulnerability
- A full description of this Vulnerability.
- getDetectedLicense() - function in org.ossreviewtoolkit.model.config.LicenseFindingCuration
- A matcher for the detected license of a license finding, matches if the detected license equals detectedLicense or if detectedLicense is null.
- getDetectedLicenseInfo() - function in org.ossreviewtoolkit.model.licenses.LicenseInfo
- Information about the detected license.
- getDetectedLicenseMapping() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- Mappings from licenses returned by the scanner to valid SPDX licenses.
- getDirectory() - function in org.ossreviewtoolkit.model.config.LocalFileStorageConfiguration
- The directory to use as a storage root.
- getDisabledPackageManagers() - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- A list of the case-insensitive names of package managers that are disabled.
- getDisabledPackageManagers() - function in org.ossreviewtoolkit.model.config.RepositoryAnalyzerConfiguration
- A list of the case-insensitive names of package managers that are disabled.
- getDownloader() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The configuration of the downloader.
- getEdges() - function in org.ossreviewtoolkit.model.DependencyGraph
- A list with the edges of this dependency graph.
- getEMPTY_JSON_NODE() - function in org.ossreviewtoolkit.model.MappersKt
- getEnabled() - function in org.ossreviewtoolkit.model.config.FileArchiverConfiguration
- Toggle to enable or disable the file archiver functionality altogether.
- getEnabled() - function in org.ossreviewtoolkit.model.config.ProviderPluginConfiguration
- Whether this provider is enabled.
- getEnabledPackageManagers() - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- A list of the case-insensitive names of package managers that are enabled.
- getEnabledPackageManagers() - function in org.ossreviewtoolkit.model.config.RepositoryAnalyzerConfiguration
- A list of the case-insensitive names of package managers that are enabled.
- getEnableRepositoryPackageConfigurations() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- Enable the usage of project-local package configurations from the RepositoryConfiguration.
- getEnableRepositoryPackageCurations() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- Enable the usage of project-local package curations from the RepositoryConfiguration.
- getEndLine() - function in org.ossreviewtoolkit.model.TextLocation
- The line the text is ending at.
- getEndTime() - function in org.ossreviewtoolkit.model.AdvisorRun
- The Instant the advisor has finished.
- getEndTime() - function in org.ossreviewtoolkit.model.AdvisorSummary
- The time when the advisor finished.
- getEndTime() - function in org.ossreviewtoolkit.model.AnalyzerRun
- The Instant the analyzer has finished.
- getEndTime() - function in org.ossreviewtoolkit.model.EvaluatorRun
- The Instant the evaluator has finished.
- getEndTime() - function in org.ossreviewtoolkit.model.NotifierRun
- The Instant the notifier has finished.
- getEndTime() - function in org.ossreviewtoolkit.model.ScanSummary
- The time when the scan finished.
- getEndTime() - function in org.ossreviewtoolkit.model.ScannerRun
- The Instant the scanner has finished.
- getEntries() - function in org.ossreviewtoolkit.model.AdvisorCapability
- An enum class that defines the capabilities of a specific advisor implementation.
- getEntries() - function in org.ossreviewtoolkit.model.FileFormat
- An enumeration of supported file formats for (de-)serialization, their primary fileExtension and optional aliases (not including the dot).
- getEntries() - function in org.ossreviewtoolkit.model.HashAlgorithm
- An enum of supported hash algorithms.
- getEntries() - function in org.ossreviewtoolkit.model.LicenseSource
- The source where a license originates from.
- getEntries() - function in org.ossreviewtoolkit.model.PackageLinkage
- A class to denote the linkage type between two packages.
- getEntries() - function in org.ossreviewtoolkit.model.PackageProvider
- The provider / hosting platform of a remote artifact or Version Control System.
- getEntries() - function in org.ossreviewtoolkit.model.PackageType
- An enum to describe the different types of Packages.
- getEntries() - function in org.ossreviewtoolkit.model.Severity
- A generic class describing a severity, e.g.
- getEntries() - function in org.ossreviewtoolkit.model.SourceCodeOrigin
- An enumeration of supported source code origins.
- getEntries() - function in org.ossreviewtoolkit.model.config.IssueResolutionReason
- Possible reasons for resolving an Issue using a IssueResolution.
- getEntries() - function in org.ossreviewtoolkit.model.config.LicenseFindingCurationReason
- Possible reasons for a license finding curation.
- getEntries() - function in org.ossreviewtoolkit.model.config.PathExcludeReason
- Possible reasons for excluding a path.
- getEntries() - function in org.ossreviewtoolkit.model.config.RuleViolationResolutionReason
- getEntries() - function in org.ossreviewtoolkit.model.config.ScopeExcludeReason
- Possible reasons for excluding a scope.
- getEntries() - function in org.ossreviewtoolkit.model.config.StorageType
- An enum to describe different types of storages.
- getEntries() - function in org.ossreviewtoolkit.model.config.VulnerabilityResolutionReason
- Possible reasons for resolving an Vulnerability using a VulnerabilityResolution.
- getEntries() - function in org.ossreviewtoolkit.model.utils.PurlType
- A subset of the Package URL types defined at https://github.com/package-url/purl-spec/blob/ad8a673/PURL-TYPES.rst.
- getEntries() - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss2Rating
- 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.
- getEntries() - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss3Rating
- 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.
- getEntries() - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss4Rating
- 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.
- getEnvironment() - function in org.ossreviewtoolkit.model.AdvisorRun
- The Environment in which the advisor was executed.
- getEnvironment() - function in org.ossreviewtoolkit.model.AnalyzerRun
- The Environment in which the analyzer was executed.
- getEnvironment() - function in org.ossreviewtoolkit.model.ScannerRun
- The Environment in which the scanner was executed.
- getEvaluator() - function in org.ossreviewtoolkit.model.OrtResult
- An EvaluatorRun containing details about the evaluation that was run using the result from scanner as input.
- getExcludes() - function in org.ossreviewtoolkit.model.OrtResult
- getExcludes() - function in org.ossreviewtoolkit.model.config.RepositoryConfiguration
- Defines which parts of the repository will be excluded.
- getExpr1() - function in org.jetbrains.exposed.sql.ComparisonOp
- getExpr2() - function in org.jetbrains.exposed.sql.ComparisonOp
- getExpression() - function in org.ossreviewtoolkit.model.licenses.ResolvedOriginalExpression
- The license expression.
- getFile() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- The unarchived license file.
- getFileExtension() - function in org.ossreviewtoolkit.model.FileFormat
- getFileExtensions() - function in org.ossreviewtoolkit.model.FileFormat
- The list of file extensions used by this file format.
- getFileList(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.ScannerRun
- getFileListForId(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return the FileList for the given id.
- getFileLists() - function in org.ossreviewtoolkit.model.OrtResult
- Return the FileList associated with the respective identifier.
- getFileListStorage() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- The storage to store the file lists by provenance.
- getFilePathRelativeToAnalyzerRoot(org.ossreviewtoolkit.model.Project,java.lang.String) - function in org.ossreviewtoolkit.model.OrtResult
- Return the path of a file contained in project, relative to the analyzer root.
- getFiles() - function in org.ossreviewtoolkit.model.FileList
- The files contained in provenance, excluding directories which are certainly irrelevant, like e.g.
- getFiles() - function in org.ossreviewtoolkit.model.ScannerRun
- The list of files for each resolved provenance.
- getFiles() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFileInfo
- The resolved license files.
- getFileStorage() - function in org.ossreviewtoolkit.model.config.FileArchiverConfiguration
- Configuration of the FileStorage used for archiving the files.
- getFileStorage() - function in org.ossreviewtoolkit.model.config.FileListStorageConfiguration
- Configuration of the FileStorage used for storing the file lists.
- getFileStorage() - function in org.ossreviewtoolkit.model.config.ProvenanceStorageConfiguration
- Configuration of a file storage.
- getFindings() - function in org.ossreviewtoolkit.model.licenses.DetectedLicenseInfo
- The list of all Findings.
- getFindings() - function in org.ossreviewtoolkit.model.licenses.ResolvedCopyright
- The resolved findings for this copyright.
- getFixReleaseUrl() - function in org.ossreviewtoolkit.model.Defect
- A URL pointing to the release, in which this defect was fixed if available.
- getFixReleaseVersion() - function in org.ossreviewtoolkit.model.Defect
- Contains the version of the release, in which this defect was fixed if available.
- getForceOverwrite() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- Force overwriting of any existing output files.
- getFragment() - function in org.ossreviewtoolkit.model.DependencyGraphNode
- Stores the index of the fragment in the dependency graph where the referenced dependency is contained.
- getFragment() - function in org.ossreviewtoolkit.model.DependencyReference
- Stores the index of the fragment in the dependency graph where the referenced dependency is contained.
- getFragment() - function in org.ossreviewtoolkit.model.RootDependencyIndex
- The index of the fragment of the dependency graph this reference points to.
- getFrom() - function in org.ossreviewtoolkit.model.DependencyGraphEdge
- The index of the source node of this edge.
- getFromAddress() - function in org.ossreviewtoolkit.model.config.SendMailConfiguration
- The 'from' field of the outgoing email.
- getGIT() - function in org.ossreviewtoolkit.model.VcsType.Companion
- Git - the stupid content tracker.
- getGIT_REPO() - function in org.ossreviewtoolkit.model.VcsType.Companion
- Repo complements Git by simplifying work across multiple repositories.
- getGraphNavigator() - function in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator
- The DependencyNavigator to handle projects using the graph format.
- getHash() - function in org.ossreviewtoolkit.model.RemoteArtifact
- The hash of the remote artifact.
- getHeaders() - function in org.ossreviewtoolkit.model.config.HttpFileStorageConfiguration
- Custom headers that are added to all HTTP requests.
- getHomepageUrl() - function in org.ossreviewtoolkit.model.Package
- The homepage of the package.
- getHomepageUrl() - function in org.ossreviewtoolkit.model.PackageCurationData
- The homepage of the package.
- getHomepageUrl() - function in org.ossreviewtoolkit.model.Project
- The URL to the project's homepage.
- getHost() - function in org.ossreviewtoolkit.model.config.JiraConfiguration
- The host for the Jira instance.
- getHostName() - function in org.ossreviewtoolkit.model.config.SendMailConfiguration
- The address of the outgoing SMTP server that will be used to send the message.
- getHowToFix() - function in org.ossreviewtoolkit.model.RuleViolation
- A text explaining how the rule violation can be fixed.
- getHttpFileStorage() - function in org.ossreviewtoolkit.model.config.FileStorageConfiguration
- The configuration of a HttpFileStorage.
- getId() - function in org.ossreviewtoolkit.model.Defect
- The (external) ID of this defect.
- getId() - function in org.ossreviewtoolkit.model.DependencyNode
- The identifier of this dependency.
- getId() - function in org.ossreviewtoolkit.model.Package
- The unique identifier of this package.
- getId() - function in org.ossreviewtoolkit.model.PackageCuration
- The identifier of the package.
- getId() - function in org.ossreviewtoolkit.model.PackageReference
- The identifier of the package.
- getId() - function in org.ossreviewtoolkit.model.Project
- The unique identifier of this project.
- getId() - function in org.ossreviewtoolkit.model.ProvenanceResolutionResult
- The identifier of package.
- getId() - function in org.ossreviewtoolkit.model.ResolvedPackageCurations.Provider
- The identifier of the provider.
- getId() - function in org.ossreviewtoolkit.model.config.PackageConfiguration
- The identifier of the package this configuration applies to.
- getId() - function in org.ossreviewtoolkit.model.config.ProviderPluginConfiguration
- A unique identifier for the provider.
- getId() - function in org.ossreviewtoolkit.model.config.VulnerabilityResolution
- A regular expression to match the id, e.g.
- getId() - function in org.ossreviewtoolkit.model.licenses.LicenseCategorization
- The SpdxSingleLicenseExpression of this LicenseCategorization.
- getId() - function in org.ossreviewtoolkit.model.licenses.LicenseInfo
- The identifier of the package or project.
- getId() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFileInfo
- The identifier of the package.
- getId() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- The identifier of the package (or project).
- getId() - function in org.ossreviewtoolkit.model.vulnerabilities.Vulnerability
- The ID of a vulnerability.
- getIgnorePatterns() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- A list of glob expressions that match file paths which are to be excluded from scan results.
- getIncludedLicenseCategories() - function in org.ossreviewtoolkit.model.config.DownloaderConfiguration
- The categories licenses of packages need to be part of in order to get included into the download, or an empty list to include all packages.
- getInputType(com.fasterxml.jackson.databind.type.TypeFactory) - function in com.fasterxml.jackson.databind.util.StdConverter
- getInstance() - function in org.ossreviewtoolkit.model.config.LicenseFilePatterns.Companion
- getInternalId() - function in org.ossreviewtoolkit.model.DependencyNode
- Return a unique ID for this DependencyNode.
- getInternalId() - function in org.ossreviewtoolkit.model.DependencyNode
- Return a unique ID for this DependencyNode.
- getIssueResolutionsFor(org.ossreviewtoolkit.model.Issue) - function in org.ossreviewtoolkit.model.utils.DefaultResolutionProvider
- Get all issue resolutions that match issue.
- getIssueResolutionsFor(org.ossreviewtoolkit.model.Issue) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Get all issue resolutions that match issue.
- getIssues() - function in org.ossreviewtoolkit.model.AdvisorRecord
- getIssues() - function in org.ossreviewtoolkit.model.AdvisorSummary
- The list of issues that occurred during the advisor run.
- getIssues() - function in org.ossreviewtoolkit.model.AnalyzerResult
- The lists of Issues that occurred within the analyzed projects themselves.
- getIssues() - function in org.ossreviewtoolkit.model.DependencyGraphNode
- A list of Issues that occurred handling this dependency.
- getIssues() - function in org.ossreviewtoolkit.model.DependencyNode
- A list with issues that occurred while resolving this dependency.
- getIssues() - function in org.ossreviewtoolkit.model.DependencyReference
- A list of Issues that occurred handling this dependency.
- getIssues() - function in org.ossreviewtoolkit.model.OrtResult
- Return a map of all de-duplicated Issues associated by Identifier.
- getIssues() - function in org.ossreviewtoolkit.model.PackageReference
- A list of Issues that occurred handling this PackageReference.
- getIssues() - function in org.ossreviewtoolkit.model.ProjectAnalyzerResult
- The list of issues that occurred during dependency resolution.
- getIssues() - function in org.ossreviewtoolkit.model.ScanSummary
- The list of issues that occurred during the scan.
- getIssues() - function in org.ossreviewtoolkit.model.ScannerRun
- getIssues() - function in org.ossreviewtoolkit.model.ScannerRunKt
- getIssues() - function in org.ossreviewtoolkit.model.config.Resolutions
- Resolutions for issues with the analysis or scan of the projects in this repository and their dependencies.
- getItems() - function in org.ossreviewtoolkit.model.config.CopyrightGarbage
- A set of literal strings that identify garbage Copyright findings.
- getJira() - function in org.ossreviewtoolkit.model.config.NotifierConfiguration
- getJsonMapper() - function in org.ossreviewtoolkit.model.MappersKt
- getKnownProvenancesWithoutVcsPath(org.ossreviewtoolkit.model.ProvenanceResolutionResult) - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
- Return all provenances contained in this ProvenanceResolutionResult, with each having empty VCS path and the revision of the VcsInfo equal to the resolved revision in case of a repository provenance.
- getLabels() - function in org.ossreviewtoolkit.model.Defect
- A map with labels assigned to this defect.
- getLabels() - function in org.ossreviewtoolkit.model.OrtResult
- User defined labels associated to this result.
- getLabelValues(java.lang.String) - function in org.ossreviewtoolkit.model.OrtResult
- Return the label values corresponding to the given key split at the delimiter ',', or an empty set if the label is absent.
- getLicense() - function in org.ossreviewtoolkit.model.LicenseFinding
- The found SPDX expression.
- getLicense() - function in org.ossreviewtoolkit.model.RuleViolation
- The name of the license that caused this rule violation.
- getLicense() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- The license.
- getLicenseChoices() - function in org.ossreviewtoolkit.model.config.PackageLicenseChoice
- getLicenseChoices() - function in org.ossreviewtoolkit.model.config.RepositoryConfiguration
- Defines license choices within this repository.
- getLicenseFilenames() - function in org.ossreviewtoolkit.model.config.LicenseFilePatterns
- A list of globs that match default license file names.
- getLicenseFilePatterns() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The license file patterns.
- getLicenseFilePatterns() - function in org.ossreviewtoolkit.model.licenses.LicenseInfoResolver
- getLicenseFindingCurations(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return the LicenseFindingCurations associated with the given package id.
- getLicenseFindingCurations() - function in org.ossreviewtoolkit.model.config.PackageConfiguration
- License finding curations.
- getLicenseFindingCurations() - function in org.ossreviewtoolkit.model.licenses.Findings
- The list of all license finding curations that apply to this provenance.
- getLicenseFindings() - function in org.ossreviewtoolkit.model.ScanSummary
- The detected license findings.
- getLicenseFindings() - function in org.ossreviewtoolkit.model.config.Curations
- Curations for license findings.
- getLicenseInfo() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- The unresolved license info.
- getLicenses() - function in org.ossreviewtoolkit.model.ScanSummary
- getLicenses() - function in org.ossreviewtoolkit.model.Snippet
- The license of the component the code snippet is commit from.
- getLicenses() - function in org.ossreviewtoolkit.model.licenses.DeclaredLicenseInfo
- The unmodified set of declared licenses.
- getLicenses() - function in org.ossreviewtoolkit.model.licenses.Findings
- The set of all license findings.
- getLicenses() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- The ResolvedLicenses detected in this file.
- getLicenses() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- The list of ResolvedLicenses for this package (or project).
- getLicensesByCategory() - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- A property for fast look-ups of licenses for a given category.
- getLicenseSource() - function in org.ossreviewtoolkit.model.RuleViolation
- The source of the license.
- getLineCount() - function in org.ossreviewtoolkit.model.config.LicenseFindingCuration
- A matcher for the line count of a license finding, matches if the line count equals lineCount or if lineCount is null.
- getLinkage() - function in org.ossreviewtoolkit.model.DependencyGraphNode
- The type of linkage used for the referred package from its dependent package.
- getLinkage() - function in org.ossreviewtoolkit.model.DependencyNode
- The PackageLinkage of this dependency.
- getLinkage() - function in org.ossreviewtoolkit.model.DependencyReference
- The type of linkage used for the referred package from its dependent package.
- getLinkage() - function in org.ossreviewtoolkit.model.PackageReference
- The type of linkage used for the referred package from its dependent package.
- getLocalFileStorage() - function in org.ossreviewtoolkit.model.config.FileStorageConfiguration
- The configuration of a LocalFileStorage.
- getLocation() - function in org.ossreviewtoolkit.model.CopyrightFinding
- The text location where the copyright statement was found.
- getLocation() - function in org.ossreviewtoolkit.model.LicenseFinding
- The text location where the license was found.
- getLocation() - function in org.ossreviewtoolkit.model.Snippet
- The text location in the snippet that has matched.
- getLocation() - function in org.ossreviewtoolkit.model.licenses.ResolvedCopyrightFinding
- The location where this copyright was found.
- getLocation() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseLocation
- The text location relative to the root of the VCS or source artifact defined by provenance.
- getLocations() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- All text locations where this license was found.
- getMail() - function in org.ossreviewtoolkit.model.config.NotifierConfiguration
- getMapper() - function in org.ossreviewtoolkit.model.FileFormat
- getMapperConfig() - function in org.ossreviewtoolkit.model.MappersKt
- A lambda expression that can be applied to all ObjectMappers to configure them the same way.
- getMATCH_ALL() - function in org.ossreviewtoolkit.model.DependencyNavigator.Companion
- A pre-defined DependencyMatcher that matches all dependencies.
- getMatchedFindings() - function in org.ossreviewtoolkit.model.utils.FindingsMatcherResult
- A map of LicenseFindings mapped to their matched CopyrightFindings.
- getMatchingPathExcludes() - function in org.ossreviewtoolkit.model.licenses.ResolvedCopyrightFinding
- All PathExcludes matching this location.
- getMatchingPathExcludes() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseLocation
- All PathExcludes matching this location.
- getMERCURIAL() - function in org.ossreviewtoolkit.model.VcsType.Companion
- Mercurial is a free, distributed source control management tool.
- getMessage() - function in org.ossreviewtoolkit.model.Issue
- The issue's message.
- getMessage() - function in org.ossreviewtoolkit.model.RuleViolation
- A message explaining the rule violation.
- getMessage() - function in org.ossreviewtoolkit.model.config.IssueResolution
- A regular expression string to match the messages of issues to resolve.
- getMessage() - function in org.ossreviewtoolkit.model.config.RuleViolationResolution
- A regular expression string to match the messages of rule violations to resolve.
- getMetadata() - function in org.ossreviewtoolkit.model.CuratedPackage
- The curated package after applying the curations.
- getModificationTime() - function in org.ossreviewtoolkit.model.Defect
- Contains a time when this defect has been modified the last time in the tracker system it has been obtained from.
- getMustRunAfter() - function in org.ossreviewtoolkit.model.config.PackageManagerConfiguration
- A list of package manager names that this package manager must run after.
- getName() - function in kotlin.AdvisorCapability
- getName() - function in kotlin.Cvss2Rating
- getName() - function in kotlin.Cvss3Rating
- getName() - function in kotlin.Cvss4Rating
- getName() - function in kotlin.FileFormat
- getName() - function in kotlin.HashAlgorithm
- getName() - function in kotlin.IssueResolutionReason
- getName() - function in kotlin.LicenseFindingCurationReason
- getName() - function in kotlin.LicenseSource
- getName() - function in kotlin.PackageLinkage
- getName() - function in kotlin.PackageProvider
- getName() - function in kotlin.PackageType
- getName() - function in kotlin.PathExcludeReason
- getName() - function in kotlin.PurlType
- getName() - function in kotlin.RuleViolationResolutionReason
- getName() - function in kotlin.ScopeExcludeReason
- getName() - function in kotlin.Severity
- getName() - function in kotlin.SourceCodeOrigin
- getName() - function in kotlin.StorageType
- getName() - function in kotlin.VulnerabilityResolutionReason
- getName() - function in org.ossreviewtoolkit.model.AdvisorDetails
- The name of the used advisor.
- getName() - function in org.ossreviewtoolkit.model.Identifier
- The name of the package.
- getName() - function in org.ossreviewtoolkit.model.ScannerDetails
- The name of the scanner.
- getName() - function in org.ossreviewtoolkit.model.Scope
- The respective package manager's native name for the scope, e.g.
- getName() - function in org.ossreviewtoolkit.model.licenses.LicenseCategory
- The name of this LicenseCategory.
- getNAMES() - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss2Rating.Companion
- A set of names that refer to the CVSS version 2 scoring system.
- getNAMES() - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss3Rating.Companion
- A set of names that refer to the CVSS version 3 scoring system.
- getNAMES() - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss4Rating.Companion
- A set of names that refer to the CVSS version 4 scoring system.
- getNamespace() - function in org.ossreviewtoolkit.model.Identifier
- The namespace of the package, for example the group for "Maven" or the scope for "NPM".
- getNestedProvenanceResolutionIssue() - function in org.ossreviewtoolkit.model.ProvenanceResolutionResult
- The issue which happened during nested provenance resolution.
- getNestedRepositories() - function in org.ossreviewtoolkit.model.Repository
- A map of nested repositories, for example Git submodules or Git-Repo modules.
- getNodes() - function in org.ossreviewtoolkit.model.DependencyGraph
- A list with the nodes of this dependency graph.
- getNONE() - function in org.ossreviewtoolkit.model.Hash.Companion
- A constant to specify that no hash value (and thus also no hash algorithm) is provided.
- getNotifier() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The configuration of the notifier.
- getONLY_CONCLUDED() - function in org.ossreviewtoolkit.model.licenses.LicenseView.Companion
- Return only the concluded licenses.
- getONLY_DECLARED() - function in org.ossreviewtoolkit.model.licenses.LicenseView.Companion
- Return only the declared licenses.
- getONLY_DETECTED() - function in org.ossreviewtoolkit.model.licenses.LicenseView.Companion
- Return only the detected licenses.
- getOpenIssues(org.ossreviewtoolkit.model.Severity) - function in org.ossreviewtoolkit.model.OrtResult
- Retrieve non-excluded issues which are not resolved by resolutions in the repository configuration of this OrtResult with severities equal to or over minSeverity.
- getOpSign() - function in org.jetbrains.exposed.sql.ComparisonOp
- getOptions() - function in org.ossreviewtoolkit.model.config.PackageManagerConfiguration
- Custom configuration options for the package manager.
- getOptions() - function in org.ossreviewtoolkit.model.config.PluginConfiguration
- The configuration options of the plugin.
- getOptions() - function in org.ossreviewtoolkit.model.config.ProviderPluginConfiguration
- The configuration options of the provider.
- getOptions() - function in org.ossreviewtoolkit.model.config.ReporterConfiguration
- Reporter specific configuration options.
- getOrdinal() - function in kotlin.AdvisorCapability
- getOrdinal() - function in kotlin.Cvss2Rating
- getOrdinal() - function in kotlin.Cvss3Rating
- getOrdinal() - function in kotlin.Cvss4Rating
- getOrdinal() - function in kotlin.FileFormat
- getOrdinal() - function in kotlin.HashAlgorithm
- getOrdinal() - function in kotlin.IssueResolutionReason
- getOrdinal() - function in kotlin.LicenseFindingCurationReason
- getOrdinal() - function in kotlin.LicenseSource
- getOrdinal() - function in kotlin.PackageLinkage
- getOrdinal() - function in kotlin.PackageProvider
- getOrdinal() - function in kotlin.PackageType
- getOrdinal() - function in kotlin.PathExcludeReason
- getOrdinal() - function in kotlin.PurlType
- getOrdinal() - function in kotlin.RuleViolationResolutionReason
- getOrdinal() - function in kotlin.ScopeExcludeReason
- getOrdinal() - function in kotlin.Severity
- getOrdinal() - function in kotlin.SourceCodeOrigin
- getOrdinal() - function in kotlin.StorageType
- getOrdinal() - function in kotlin.VulnerabilityResolutionReason
- getOrgPackages(java.lang.String,java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- Return all projects and packages that are likely to belong to one of the organizations of the given names.
- getOriginalDeclaredLicenses() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- The set of original declared license that were processed to this license, or an empty list, if this license was not modified during processing.
- getOriginalExpressions() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- The original SPDX expressions of this license.
- getOriginalFindings() - function in org.ossreviewtoolkit.model.licenses.LicenseFindingCurationResult
- All pairs of original license findings and applied curation that were resolved to the curatedFinding.
- getOrt() - function in org.ossreviewtoolkit.model.config.OrtConfigurationWrapper
- getOrtResult() - function in org.ossreviewtoolkit.model.licenses.DefaultLicenseInfoProvider
- getOutputType(com.fasterxml.jackson.databind.type.TypeFactory) - function in com.fasterxml.jackson.databind.util.StdConverter
- getPackage(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return the CuratedPackage denoted by the given id.
- getPackageConfigurationProviders() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The package configuration providers to use.
- getPackageConfigurations() - function in org.ossreviewtoolkit.model.ResolvedConfiguration
- All PackageConfigurations that correspond to the scan results in this OrtResult.
- getPackageConfigurations() - function in org.ossreviewtoolkit.model.config.RepositoryConfiguration
- Defines configurations for packages used as dependencies by projects in this repository.
- getPackageConfigurations(org.ossreviewtoolkit.model.Identifier,org.ossreviewtoolkit.model.Provenance) - function in org.ossreviewtoolkit.model.utils.CompositePackageConfigurationProvider
- Return a list of PackageConfigurations for the given packageId and provenance.
- getPackageConfigurations(org.ossreviewtoolkit.model.Identifier,org.ossreviewtoolkit.model.Provenance) - function in org.ossreviewtoolkit.model.utils.PackageConfigurationProvider
- Return a list of PackageConfigurations for the given packageId and provenance.
- getPackageCurationProviders() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The package curation providers to use.
- getPackageCurations() - function in org.ossreviewtoolkit.model.ResolvedConfiguration
- The curations for all enabled providers ordered highest-priority-first.
- getPackageId() - function in org.ossreviewtoolkit.model.config.PackageLicenseChoice
- getPackageLicenseChoices(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return all SpdxLicenseChoices for the Package with id.
- getPackageLicenseChoices() - function in org.ossreviewtoolkit.model.config.LicenseChoices
- getPackageManagerConfiguration(java.lang.String) - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- Get a PackageManagerConfiguration from packageManagers.
- getPackageManagerConfiguration(java.lang.String) - function in org.ossreviewtoolkit.model.config.RepositoryAnalyzerConfiguration
- Get a PackageManagerConfiguration from packageManagers.
- getPackageManagers() - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- Package manager specific configurations.
- getPackageManagers() - function in org.ossreviewtoolkit.model.config.RepositoryAnalyzerConfiguration
- Package manager specific configurations.
- getPackageOrProject(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return a CuratedPackage which represents either a Package if the given id corresponds to a Package, a Project if the given id corresponds to a Project or
nullotherwise. - getPackageProvenance() - function in org.ossreviewtoolkit.model.ProvenanceResolutionResult
- The resolved provenance of the package.
- getPackageProvenanceResolutionIssue() - function in org.ossreviewtoolkit.model.ProvenanceResolutionResult
- The issue which happened during package provenance resolution.
- getPackages() - function in org.ossreviewtoolkit.model.AnalyzerResult
- The set of identified packages for all projects.
- getPackages() - function in org.ossreviewtoolkit.model.DependencyGraph
- A list with the identifiers of the packages that appear in the dependency graph.
- getPackages(java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- Return all CuratedPackages contained in this OrtResult or only the non-excluded ones if omitExcluded is true.
- getPackages() - function in org.ossreviewtoolkit.model.ProjectAnalyzerResult
- The set of identified packages used by the project.
- getPackages() - function in org.ossreviewtoolkit.model.config.Curations
- Curations for third-party packages.
- getParallelTransactions() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The number of parallel transactions to use for the storage dispatcher.
- getPassword() - function in org.ossreviewtoolkit.model.config.JiraConfiguration
- The password used for the authentication.
- getPassword() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The password to use for authentication.
- getPassword() - function in org.ossreviewtoolkit.model.config.SendMailConfiguration
- The password to authenticate with the SMTP server.
- getPassword() - function in org.ossreviewtoolkit.model.config.Sw360StorageConfiguration
- The password of the SW360 user.
- getPatentFilenames() - function in org.ossreviewtoolkit.model.config.LicenseFilePatterns
- A list of globs that match default patent file names.
- getPath() - function in org.ossreviewtoolkit.model.FileList.Entry
- The path of the file relative to the root of the provenance corresponding to the enclosing FileList.
- getPath() - function in org.ossreviewtoolkit.model.TextLocation
- The path (with invariant separators) of the file that contains the text.
- getPath() - function in org.ossreviewtoolkit.model.VcsInfo
- The path inside the VCS to take into account.
- getPath() - function in org.ossreviewtoolkit.model.VcsInfoCurationData
- The path inside the VCS to take into account, if any.
- getPath() - function in org.ossreviewtoolkit.model.config.LicenseFindingCuration
- A glob to match the file path of a license finding.
- getPath() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- The path of the license file relative to the provenance.
- getPathExcludes() - function in org.ossreviewtoolkit.model.config.PackageConfiguration
- Path excludes.
- getPathExcludes() - function in org.ossreviewtoolkit.model.licenses.Findings
- The list of all path excludes that apply to this provenance.
- getPaths() - function in org.ossreviewtoolkit.model.config.Excludes
- Path excludes.
- getPattern() - function in org.ossreviewtoolkit.model.config.PathExclude
- A glob to match the path of the project definition file, relative to the root of the repository.
- getPattern() - function in org.ossreviewtoolkit.model.config.ScopeExclude
- A regular expression to match the names of scopes to exclude.
- getPatterns() - function in org.ossreviewtoolkit.model.config.CopyrightGarbage
- A set of Regex patterns that identify garbage Copyright findings.
- getPkg() - function in org.ossreviewtoolkit.model.DependencyGraphNode
- Stores the numeric index of the package dependency referenced by this object.
- getPkg() - function in org.ossreviewtoolkit.model.DependencyReference
- Stores the numeric index of the package dependency referenced by this object.
- getPkg() - function in org.ossreviewtoolkit.model.RuleViolation
- The identifier of the package that caused this rule violation.
- getPort() - function in org.ossreviewtoolkit.model.config.SendMailConfiguration
- The port used for the SMTP server.
- getPostgresStorage() - function in org.ossreviewtoolkit.model.config.FileArchiverConfiguration
- Configuration of the PostgresProvenanceFileStorage used for archiving the files.
- getPostgresStorage() - function in org.ossreviewtoolkit.model.config.FileListStorageConfiguration
- Configuration of the PostgresProvenanceFileStorage used for storing the file lists.
- getPostgresStorage() - function in org.ossreviewtoolkit.model.config.ProvenanceStorageConfiguration
- Configuration of a PostgreSQL storage.
- getProcessed() - function in org.ossreviewtoolkit.model.licenses.DeclaredLicenseInfo
- The processed declared license.
- getProject(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return the Project denoted by the given id.
- getProject() - function in org.ossreviewtoolkit.model.ProjectAnalyzerResult
- The project that was analyzed.
- getPROJECT_LINKAGE() - function in org.ossreviewtoolkit.model.PackageLinkage.Companion
- A set of linkage types that all refer to a subproject in a multi-project.
- getProjects() - function in org.ossreviewtoolkit.model.AnalyzerResult
- Sorted set of the projects, as they appear in the individual analyzer results.
- getProjects(java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- Return the Projects contained in this OrtResult, optionally limited to only non-excluded ones if omitExcluded is true, or to only root projects if includeSubProjects is false.
- getProjectsAndPackages(java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- Return the set of all project or package identifiers in the result, optionally including those of subprojects.
- getPROPERTY_NAMING_STRATEGY() - function in org.ossreviewtoolkit.model.MappersKt
- getProvenance() - function in org.ossreviewtoolkit.model.FileList
- The provenance this file list corresponds to.
- getProvenance() - function in org.ossreviewtoolkit.model.ScanResult
- Provenance information about the scanned source code.
- getProvenance() - function in org.ossreviewtoolkit.model.Snippet
- The provenance of the snippet, either an artifact or a repository.
- getProvenance() - function in org.ossreviewtoolkit.model.licenses.Findings
- The Provenance of the scanned source code.
- getProvenance() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- The Provenance of the license file.
- getProvenance() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseLocation
- The provenance of the file.
- getProvenances() - function in org.ossreviewtoolkit.model.ScannerRun
- The results of the provenance resolution for all projects and packages.
- getProvenanceStorage() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- Configuration of the storage for provenance information.
- getProvider() - function in org.ossreviewtoolkit.model.ResolvedPackageCurations
- The package curation provider.
- getPurl() - function in org.ossreviewtoolkit.model.Package
- An additional identifier in package URL syntax.
- getPurl() - function in org.ossreviewtoolkit.model.PackageCurationData
- An additional identifier in package URL syntax.
- getPurl() - function in org.ossreviewtoolkit.model.Snippet
- The purl representing the author/vendor, artifact, version of the code snippet.
- getPurlType(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.utils.PurlUtilsKt
- Map a Package's type to the string representation of the respective PurlType, or fall back to PurlType.GENERIC if the Package's type has no direct equivalent.
- getQuery() - function in org.ossreviewtoolkit.model.config.HttpFileStorageConfiguration
- The query string that is appended to the combination of the URL and some additional path.
- getReason() - function in org.ossreviewtoolkit.model.config.IssueResolution
- The reason why the issue is resolved.
- getReason() - function in org.ossreviewtoolkit.model.config.LicenseFindingCuration
- The reason why the curation was made, out of a predefined choice.
- getReason() - function in org.ossreviewtoolkit.model.config.PathExclude
- The reason why the project is excluded, out of a predefined choice.
- getReason() - function in org.ossreviewtoolkit.model.config.RuleViolationResolution
- The reason why the rule violation is resolved.
- getReason() - function in org.ossreviewtoolkit.model.config.ScopeExclude
- The reason why the scope is excluded, out of a predefined choice.
- getReason() - function in org.ossreviewtoolkit.model.config.VulnerabilityResolution
- The reason why the vulnerability is resolved.
- getReferences() - function in org.ossreviewtoolkit.model.vulnerabilities.Vulnerability
- A list with detailed information for this vulnerability obtained from different sources.
- getRelativeFindingsPath() - function in org.ossreviewtoolkit.model.licenses.Findings
- The root path of the locations of the licenses and copyrights relative to the paths used in the licenseFindingCurations and pathExcludes.
- getRelativePath(org.ossreviewtoolkit.model.VcsInfo) - function in org.ossreviewtoolkit.model.Repository
- Return the path of vcs relative to Repository.vcs, or null if vcs is neither Repository.vcs nor contained in nestedRepositories.
- getReporter() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The configuration of the reporter.
- getRepository() - function in org.ossreviewtoolkit.model.OrtResult
- Information about the repository that was used as input.
- getRepositoryLicenseChoices() - function in org.ossreviewtoolkit.model.OrtResult
- Return all SpdxLicenseChoices applicable for the scope of the whole repository.
- getRepositoryLicenseChoices() - function in org.ossreviewtoolkit.model.config.LicenseChoices
- SpdxLicenseChoices that are applied to all packages in the repository.
- getRepositoryPath(org.ossreviewtoolkit.model.OrtResult,org.ossreviewtoolkit.model.RepositoryProvenance) - function in org.ossreviewtoolkit.model.utils.OrtResultExtensionsKt
- Return the path where the repository given by provenance is linked into the source tree.
- getResolutions() - function in org.ossreviewtoolkit.model.OrtResult
- Return the Resolutions contained in the repository configuration of this OrtResult.
- getResolutions() - function in org.ossreviewtoolkit.model.ResolvedConfiguration
- All resolutions that apply to this OrtResult.
- getResolutions() - function in org.ossreviewtoolkit.model.config.RepositoryConfiguration
- Defines resolutions for issues with this repository.
- getResolvedConfiguration() - function in org.ossreviewtoolkit.model.OrtResult
- A ResolvedConfiguration containing data resolved during the analysis which augments the automatically determined data.
- getResolvedCopyrights(java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- Return all resolved copyrights for this license.
- getResolvedRevision() - function in org.ossreviewtoolkit.model.RepositoryProvenance
- The VCS revision of the source code that was downloaded, resolved from vcsInfo during download.
- getRestUrl() - function in org.ossreviewtoolkit.model.config.Sw360StorageConfiguration
- The REST API URL of SW360.
- getResult() - function in org.ossreviewtoolkit.model.AnalyzerRun
- The result of this run.
- getResults() - function in org.ossreviewtoolkit.model.AdvisorRun
- The result of this run.
- getRESULTS_WITH_DEFECTS() - function in org.ossreviewtoolkit.model.AdvisorRecord.Companion
- A filter for AdvisorResults that matches only results that contain defects.
- getRESULTS_WITH_VULNERABILITIES() - function in org.ossreviewtoolkit.model.AdvisorRecord.Companion
- A filter for AdvisorResults that matches only results that contain vulnerabilities.
- getRevision() - function in org.ossreviewtoolkit.model.VcsInfo
- The VCS-specific revision (tag, branch, SHA1) that the version of the package maps to.
- getRevision() - function in org.ossreviewtoolkit.model.VcsInfoCurationData
- The VCS-specific revision (tag, branch, SHA1) that the version of the package maps to.
- getRevision() - function in org.ossreviewtoolkit.model.config.VcsMatcher
- The revision to match for equality against RepositoryProvenance.resolvedRevision, or null to match any revision.
- getRoot() - function in org.ossreviewtoolkit.model.RootDependencyIndex
- The index of the root dependency referenced by this object.
- getRootLicenseFilenames() - function in org.ossreviewtoolkit.model.config.LicenseFilePatterns
- A list of globs that match files that often define the root license of a project, but are no license files and are therefore not contained in licenseFilenames.
- getRule() - function in org.ossreviewtoolkit.model.RuleViolation
- The identifier of the rule that found this violation.
- getRuleViolationResolutionsFor(org.ossreviewtoolkit.model.RuleViolation) - function in org.ossreviewtoolkit.model.utils.DefaultResolutionProvider
- Get all rule violation resolutions that match violation.
- getRuleViolationResolutionsFor(org.ossreviewtoolkit.model.RuleViolation) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Get all rule violation resolutions that match violation.
- getRuleViolations(java.lang.Boolean,org.ossreviewtoolkit.model.Severity) - function in org.ossreviewtoolkit.model.OrtResult
- Return all RuleViolations contained in this OrtResult.
- getRuleViolations() - function in org.ossreviewtoolkit.model.config.Resolutions
- Resolutions for license policy violations.
- getS3FileStorage() - function in org.ossreviewtoolkit.model.config.FileStorageConfiguration
- The configuration of a S3FileStorage.
- getScanner() - function in org.ossreviewtoolkit.model.OrtResult
- A ScannerRun containing details about the scanner that was run using the result from analyzer as input.
- getScanner() - function in org.ossreviewtoolkit.model.ScanResult
- Details about the used scanner.
- getScanner() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The configuration of the scanner.
- getScanners() - function in org.ossreviewtoolkit.model.ScannerRun
- The names of the scanners which have been used to scan the package.
- getScanResults() - function in org.ossreviewtoolkit.model.OrtResult
- Return the scan results associated with the respective identifiers.
- getScanResults() - function in org.ossreviewtoolkit.model.ScannerRun
- The scan results for each resolved provenance.
- getScanResults(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.ScannerRun
- getScanResultsForId(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return the list of ScanResults for the given id.
- getSchema(com.fasterxml.jackson.databind.SerializerProvider,java.lang.reflect.Type) - function in com.fasterxml.jackson.databind.ser.std.StdSerializer
- getSchema(com.fasterxml.jackson.databind.SerializerProvider,java.lang.reflect.Type,java.lang.Boolean) - function in com.fasterxml.jackson.databind.ser.std.StdSerializer
- getSchema() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The name of the database to use.
- getScopeDependencies() - function in org.ossreviewtoolkit.model.Project
- Holds information about the scopes and their dependencies of this project if no DependencyGraph is available.
- getScopeNames() - function in org.ossreviewtoolkit.model.Project
- Contains dependency information as a set of scope names in case a shared DependencyGraph is used.
- getScopeRoots() - function in org.ossreviewtoolkit.model.DependencyGraph
- Stores the dependency graph as a list of root nodes for the direct dependencies referenced by scopes.
- getScopes() - function in org.ossreviewtoolkit.model.DependencyGraph
- A mapping from scope names to the direct dependencies of the scopes.
- getScopes() - function in org.ossreviewtoolkit.model.Project
- The dependency scopes defined by this project.
- getScopes() - function in org.ossreviewtoolkit.model.config.Excludes
- Scopes that will be excluded from all projects.
- getScore() - function in org.ossreviewtoolkit.model.LicenseFinding
- The score of a license finding.
- getScore() - function in org.ossreviewtoolkit.model.Snippet
- The matching score between the code being scanned and the code snippet.
- getScoringSystem() - function in org.ossreviewtoolkit.model.vulnerabilities.VulnerabilityReference
- The name of the scoring system to express the severity of this vulnerability if available.
- getSecretAccessKey() - function in org.ossreviewtoolkit.model.config.S3FileStorageConfiguration
- The AWS secret for the access key.
- getSecrets() - function in org.ossreviewtoolkit.model.config.PluginConfiguration
- The configuration secrets of the plugin.
- getSecrets() - function in org.ossreviewtoolkit.model.config.ProviderPluginConfiguration
- The configuration secrets of the provider.
- getServerUrl() - function in org.ossreviewtoolkit.model.config.ClearlyDefinedStorageConfiguration
- The URL of the ClearlyDefined server.
- getSevereIssueThreshold() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The threshold from which on issues count as severe.
- getSevereRuleViolationThreshold() - function in org.ossreviewtoolkit.model.config.OrtConfiguration
- The threshold from which on rule violations count as severe.
- getSeverity() - function in org.ossreviewtoolkit.model.Defect
- The severity assigned to the defect if available.
- getSeverity() - function in org.ossreviewtoolkit.model.Issue
- The issue's severity.
- getSeverity() - function in org.ossreviewtoolkit.model.RuleViolation
- The severity of the rule violation.
- getSeverity() - function in org.ossreviewtoolkit.model.vulnerabilities.VulnerabilityReference
- The severity assigned to the vulnerability by this reference.
- getSeverityRating() - function in org.ossreviewtoolkit.model.vulnerabilities.VulnerabilityReference
- Return a human-readable severity rating string.
- getSeverityString(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.model.vulnerabilities.VulnerabilityReference.Companion
- Return a human-readable string that is determined based on the given scoringSystem and severity.
- getSha1() - function in org.ossreviewtoolkit.model.FileList.Entry
- The sha1 checksum of the file, consisting of 40 lowercase hexadecimal digits.
- getShortestPaths(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyNavigator
- Return a map with the shortest paths to each dependency in all scopes of the given project.
- getShortestPaths(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyNavigator
- Return a map with the shortest paths to each dependency in all scopes of the given project.
- getShortestPaths(org.ossreviewtoolkit.model.Project) - function in org.ossreviewtoolkit.model.DependencyTreeNavigator
- Return a map with the shortest paths to each dependency in all scopes of the given project.
- getSkipConcluded() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- A flag to indicate whether packages that have a concluded license and authors set (to derive copyrights from) should be skipped in the scan in favor of only using the declared information.
- getSkipExcluded() - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- A flag to control whether excluded scopes and paths should be skipped during the analysis.
- getSkipExcluded() - function in org.ossreviewtoolkit.model.config.RepositoryAnalyzerConfiguration
- A flag to control whether excluded scopes and paths should be skipped during the analysis.
- getSnippetFindings() - function in org.ossreviewtoolkit.model.ScanSummary
- The detected snippet findings.
- getSnippets() - function in org.ossreviewtoolkit.model.SnippetFinding
- The corresponding snippets.
- getSource() - function in org.ossreviewtoolkit.model.Issue
- A description of the issue source, e.g.
- getSource() - function in org.ossreviewtoolkit.model.licenses.ResolvedOriginalExpression
- The license source.
- getSourceArtifact() - function in org.ossreviewtoolkit.model.ArtifactProvenance
- The source artifact that was downloaded.
- getSourceArtifact() - function in org.ossreviewtoolkit.model.Package
- The remote artifact where the source package can be downloaded.
- getSourceArtifact() - function in org.ossreviewtoolkit.model.PackageCurationData
- The remote artifact where the source package can be downloaded.
- getSourceArtifactUrl() - function in org.ossreviewtoolkit.model.config.PackageConfiguration
- The source artifact this configuration applies to.
- getSourceCodeOrigins() - function in org.ossreviewtoolkit.model.config.DownloaderConfiguration
- Configuration of the considered source code origins and their priority order.
- getSourceLocation() - function in org.ossreviewtoolkit.model.SnippetFinding
- The text location in the scanned source file where the snippet has matched.
- getSources() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
- The sources where this license was found.
- getSslcert() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The full path of the certificate file.
- getSslkey() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The full path of the key file.
- getSslmode() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The SSL mode to use, one of "disable", "allow", "prefer", "require", "verify-ca" or "verify-full".
- getSslrootcert() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The full path of the root certificate file.
- getStableReference() - function in org.ossreviewtoolkit.model.DependencyNode
- Return a permanent reference to this DependencyNode, which keeps its properties during an iteration over the dependency graph.
- getStableReference() - function in org.ossreviewtoolkit.model.DependencyNode
- Return a permanent reference to this DependencyNode, which keeps its properties during an iteration over the dependency graph.
- getStartLine() - function in org.ossreviewtoolkit.model.TextLocation
- The line the text is starting at.
- getStartLines() - function in org.ossreviewtoolkit.model.config.LicenseFindingCuration
- A matcher for the start line of a license finding, matches if the start line matches any of startLines or if startLines is empty.
- getStartTime() - function in org.ossreviewtoolkit.model.AdvisorRun
- The Instant the advisor was started.
- getStartTime() - function in org.ossreviewtoolkit.model.AdvisorSummary
- The time when the advisor started.
- getStartTime() - function in org.ossreviewtoolkit.model.AnalyzerRun
- The Instant the analyzer was started..
- getStartTime() - function in org.ossreviewtoolkit.model.EvaluatorRun
- The Instant the evaluator was started.
- getStartTime() - function in org.ossreviewtoolkit.model.NotifierRun
- The Instant the notifier was started.
- getStartTime() - function in org.ossreviewtoolkit.model.ScanSummary
- The time when the scan started.
- getStartTime() - function in org.ossreviewtoolkit.model.ScannerRun
- The Instant the scanner was started.
- getState() - function in org.ossreviewtoolkit.model.Defect
- A state of the associated defect if available.
- getStatement() - function in org.ossreviewtoolkit.model.CopyrightFinding
- The copyright statement.
- getStatement() - function in org.ossreviewtoolkit.model.licenses.ResolvedCopyright
- The resolved copyright statement.
- getStatement() - function in org.ossreviewtoolkit.model.licenses.ResolvedCopyrightFinding
- The copyright statement.
- getStorageReaders() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- A list with the IDs of scan storages that are queried for existing scan results.
- getStorages() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- A map with the configurations of the scan result storages available.
- getStorageWriters() - function in org.ossreviewtoolkit.model.config.ScannerConfiguration
- A list with the IDs of scan storages that are called to persist scan results.
- getSubRepositories() - function in org.ossreviewtoolkit.model.ProvenanceResolutionResult
- The (recursive) sub-repositories of packageProvenance.
- getSUBVERSION() - function in org.ossreviewtoolkit.model.VcsType.Companion
- Subversion is an open source Version Control System.
- getSummary() - function in org.ossreviewtoolkit.model.AdvisorResult
- A summary of the advisor results.
- getSummary() - function in org.ossreviewtoolkit.model.ScanResult
- A summary of the scan results.
- getSummary() - function in org.ossreviewtoolkit.model.vulnerabilities.Vulnerability
- A short summary of this Vulnerability.
- getText() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseFile
- The textual content of the license file.
- getTimestamp() - function in org.ossreviewtoolkit.model.Issue
- The timestamp of the issue.
- getTitle() - function in org.ossreviewtoolkit.model.Defect
- A title for this defect if available.
- getTo() - function in org.ossreviewtoolkit.model.DependencyGraphEdge
- The index of the destination node of this edge.
- getToken() - function in org.ossreviewtoolkit.model.config.Sw360StorageConfiguration
- Optional access token that can be used instead of the authUrl, username, password, clientId and clientPassword if the token is already known.
- getTreeNavigator() - function in org.ossreviewtoolkit.model.CompatibilityDependencyNavigator
- The DependencyNavigator to handle projects using the tree format.
- getType() - function in org.ossreviewtoolkit.model.Identifier
- The type of package.
- getType() - function in org.ossreviewtoolkit.model.VcsInfo
- The type of the VCS, for example Git, GitRepo, Mercurial, etc.
- getType() - function in org.ossreviewtoolkit.model.VcsInfoCurationData
- The type of the VCS, for example Git, GitRepo, Mercurial, etc.
- getType() - function in org.ossreviewtoolkit.model.config.FileBasedStorageConfiguration
- The way that scan results are stored, defaults to StorageType.PROVENANCE_BASED.
- getType() - function in org.ossreviewtoolkit.model.config.PostgresStorageConfiguration
- The way that scan results are stored, defaults to StorageType.PROVENANCE_BASED.
- getType() - function in org.ossreviewtoolkit.model.config.ProviderPluginConfiguration
- The type of the provider.
- getType() - function in org.ossreviewtoolkit.model.config.VcsMatcher
- The type to match for equality against VcsInfo.type.
- getUncuratedPackageOrProject(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.OrtResult
- Return an uncurated Package which represents either a Package if the given id corresponds to a Package, a Project if the given id corresponds to a Project or
nullotherwise. - getUncuratedPackages(java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- Return all uncurated Packages contained in this OrtResult or only the non-excluded ones if omitExcluded is true.
- getUNKNOWN() - function in org.ossreviewtoolkit.model.VcsType.Companion
- An unknown VCS type.
- getUnmatchedCopyrights() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
- All copyright findings that could not be matched to a license finding, mapped to the Provenance where they were detected.
- getUnmatchedCopyrights() - function in org.ossreviewtoolkit.model.utils.FindingsMatcherResult
- All CopyrightFindings that could not be matched to a LicenseFinding.
- getUrl() - function in org.ossreviewtoolkit.model.Defect
- The URL pointing to the source of this defect.
- getUrl() - function in org.ossreviewtoolkit.model.RemoteArtifact
- The URL of the remote artifact.
- getUrl() - function in org.ossreviewtoolkit.model.VcsInfo
- The URL to the VCS repository.
- getUrl() - function in org.ossreviewtoolkit.model.VcsInfoCurationData
- The URL to the VCS repository.
- getUrl() - function in org.ossreviewtoolkit.model.config.HttpFileStorageConfiguration
- The URL of the HTTP server, e.g.
- getUrl() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The database URL in JDBC format.
- getUrl() - function in org.ossreviewtoolkit.model.config.VcsMatcher
- The url to match for equality against VcsInfo.url.
- getUrl() - function in org.ossreviewtoolkit.model.vulnerabilities.VulnerabilityReference
- The URI pointing to details of this vulnerability.
- getUsername() - function in org.ossreviewtoolkit.model.config.JiraConfiguration
- The username used for the authentication.
- getUsername() - function in org.ossreviewtoolkit.model.config.PostgresConnection
- The username to use for authentication.
- getUsername() - function in org.ossreviewtoolkit.model.config.SendMailConfiguration
- The username to authenticate with the SMTP server.
- getUsername() - function in org.ossreviewtoolkit.model.config.Sw360StorageConfiguration
- The username for the requests to SW360.
- getUseSsl() - function in org.ossreviewtoolkit.model.config.SendMailConfiguration
- Configuration if SSL/TLS encryption should be enabled with the SMTP server.
- getValue() - function in org.ossreviewtoolkit.model.Hash
- The value calculated using the hash algorithm.
- getValue() - function in org.ossreviewtoolkit.model.utils.RawExpression
- getVcs() - function in org.ossreviewtoolkit.model.Package
- Original VCS-related information as defined in the package's metadata.
- getVcs() - function in org.ossreviewtoolkit.model.PackageCurationData
- VCS-related information.
- getVcs() - function in org.ossreviewtoolkit.model.Project
- Original VCS-related information as defined in the Project's metadata.
- getVcs() - function in org.ossreviewtoolkit.model.Repository
- Original VCS-related information from the working tree containing the analyzer root.
- getVcs() - function in org.ossreviewtoolkit.model.config.PackageConfiguration
- The vcs and revision this configuration applies to.
- getVcsInfo() - function in org.ossreviewtoolkit.model.RepositoryProvenance
- The VCS repository that was downloaded.
- getVcsPath() - function in org.ossreviewtoolkit.model.utils.ExtensionsKt
- getVcsProcessed() - function in org.ossreviewtoolkit.model.Package
- Processed VCS-related information about the package in normalized form.
- getVcsProcessed() - function in org.ossreviewtoolkit.model.Project
- Processed VCS-related information about the Project that has e.g.
- getVcsProcessed() - function in org.ossreviewtoolkit.model.Repository
- Processed VCS-related information from the working tree containing the analyzer root that has e.g.
- getVerifiable() - function in org.ossreviewtoolkit.model.HashAlgorithm
- getVERIFIABLE() - function in org.ossreviewtoolkit.model.HashAlgorithm.Companion
- The list of algorithms that can be verified.
- getVersion() - function in org.ossreviewtoolkit.model.Identifier
- The version of the package.
- getVersion() - function in org.ossreviewtoolkit.model.ScannerDetails
- The version of the scanner.
- getViolations() - function in org.ossreviewtoolkit.model.EvaluatorRun
- The list of RuleViolations found by the evaluator.
- getVulnerabilities() - function in org.ossreviewtoolkit.model.AdvisorRecord
- Return a map of all Packages and the associated Vulnerabilities.
- getVulnerabilities(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.AdvisorRecord
- Return a list with all Vulnerability objects that have been found for the given package.
- getVulnerabilities() - function in org.ossreviewtoolkit.model.AdvisorResult
- The vulnerabilities.
- getVulnerabilities(java.lang.Boolean,java.lang.Boolean) - function in org.ossreviewtoolkit.model.OrtResult
- getVulnerabilities() - function in org.ossreviewtoolkit.model.config.Resolutions
- Resolutions for vulnerabilities provided by the advisor.
- getVulnerabilityResolutionsFor(org.ossreviewtoolkit.model.vulnerabilities.Vulnerability) - function in org.ossreviewtoolkit.model.utils.DefaultResolutionProvider
- Get all vulnerability resolutions that match vulnerability.
- getVulnerabilityResolutionsFor(org.ossreviewtoolkit.model.vulnerabilities.Vulnerability) - function in org.ossreviewtoolkit.model.utils.ResolutionProvider
- Get all vulnerability resolutions that match vulnerability.
- getXmlMapper() - function in org.ossreviewtoolkit.model.MappersKt
- getYamlMapper() - function in org.ossreviewtoolkit.model.MappersKt
- GITHUB - enum entry in org.ossreviewtoolkit.model.PackageProvider
- GITHUB - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- GITLAB - enum entry in org.ossreviewtoolkit.model.PackageProvider
- GITLAB - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- GOLANG - enum entry in org.ossreviewtoolkit.model.PackageProvider
- GOLANG - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- GOOGLE_CODE - enum entry in org.ossreviewtoolkit.model.PackageProvider
- GRADLE_PLUGIN - enum entry in org.ossreviewtoolkit.model.PackageProvider