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 

F

FileArchiver - class in org.ossreviewtoolkit.model.utils
A class to archive files matched by provided patterns in a ZIP file that is stored in a FileStorage.
FileArchiver.Companion - class in org.ossreviewtoolkit.model.utils.FileArchiver
 
FileArchiverConfiguration - class in org.ossreviewtoolkit.model.config
The configuration model for a FileArchiver.
FileArchiverConfigurationKt - class in org.ossreviewtoolkit.model.config
 
FileBasedStorageConfiguration - class in org.ossreviewtoolkit.model.config
The configuration model of a file based storage.
FileFormat - class in org.ossreviewtoolkit.model
An enumeration of supported file formats for (de-)serialization, their primary fileExtension and optional aliases (not including the dot).
FileFormat.Companion - class in org.ossreviewtoolkit.model.FileFormat
 
FileFormatKt - class in org.ossreviewtoolkit.model
 
FileList - class in org.ossreviewtoolkit.model
The file info for files contained in provenance.
FileList.Entry - class in org.ossreviewtoolkit.model.FileList
 
FileListEntrySortedSetConverter - class in org.ossreviewtoolkit.model.utils
Do not convert to SortedSet in order to not require a comparator consistent with equals
FileListSortedSetConverter - class in org.ossreviewtoolkit.model.utils
Do not convert to SortedSet in order to not require a comparator consistent with equals
FileListStorageConfiguration - class in org.ossreviewtoolkit.model.config
 
FileListStorageConfigurationKt - class in org.ossreviewtoolkit.model.config
 
FileProvenanceFileStorage - class in org.ossreviewtoolkit.model.utils
A FileStorage-based implementation of ProvenanceFileStorage that stores files associated by KnownProvenance in files.
FileStorageConfiguration - class in org.ossreviewtoolkit.model.config
The configuration model for a FileStorage.
filter(java.util.List,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.LicenseView
Use this LicenseView to filter a list of ResolvedLicenses.
filter(java.util.List) - function in org.ossreviewtoolkit.model.licenses.LicenseView
Use this LicenseView to filter a list of ResolvedLicenses.
filter(org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.LicenseView
Use this LicenseView to filter a ResolvedLicenseInfo.
filter(org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo) - function in org.ossreviewtoolkit.model.licenses.LicenseView
Use this LicenseView to filter a ResolvedLicenseInfo.
filter(org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo,java.util.List,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.LicenseView
Use this LicenseView to filter a ResolvedLicenseInfo.
filter(org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo,java.util.List) - function in org.ossreviewtoolkit.model.licenses.LicenseView
Use this LicenseView to filter a ResolvedLicenseInfo.
filter(org.ossreviewtoolkit.model.Provenance,java.lang.String) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
Filter all licenses that have a location matching provenance and path.
filter(org.ossreviewtoolkit.model.licenses.LicenseView,java.lang.Boolean) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
Call LicenseView.filter on this ResolvedLicenseInfo.
filter(org.ossreviewtoolkit.model.licenses.LicenseView) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
Call LicenseView.filter on this ResolvedLicenseInfo.
filterByIgnorePatterns(java.util.Collection) - function in org.ossreviewtoolkit.model.ScanResult
Return a ScanResult whose summary contains only findings whose location / path is not matched by any glob expression in ignorePatterns.
filterByIgnorePatterns(java.util.Collection) - function in org.ossreviewtoolkit.model.ScanSummary
Return a ScanSummary which contains only findings whose location / path is not matched by any glob expression in ignorePatterns.
filterByPath(java.lang.String) - function in org.ossreviewtoolkit.model.ScanResult
Filter all detected licenses and copyrights from the summary which are underneath path, and set the path for provenance.
filterByPath(java.lang.String) - function in org.ossreviewtoolkit.model.ScanSummary
Filter all detected licenses and copyrights from this ScanSummary which are underneath path.
filterByPaths(java.util.Collection) - function in org.ossreviewtoolkit.model.ScanSummary
Filter all detected licenses and copyrights from this ScanSummary which are underneath the given paths.
filterExcluded() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfo
Filter all excluded licenses and copyrights.
filterExcluded(java.util.List) - function in org.ossreviewtoolkit.model.licenses.ResolvedLicenseInfoKt
Filter all excluded licenses and copyrights.
filterExcludedCopyrights() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
Filter all excluded copyrights.
filterExcludedOriginalExpressions() - function in org.ossreviewtoolkit.model.licenses.ResolvedLicense
Filter all excluded original expressions.
filterResults(org.ossreviewtoolkit.model.AdvisorResultFilter) - function in org.ossreviewtoolkit.model.AdvisorRecord
Apply the given filter to the results stored in this record and return a map with the results that pass the filter.
findFilesWithKnownExtensions(java.io.File) - function in org.ossreviewtoolkit.model.FileFormat.Companion
Return a list of all files inside directory with known extensions that can be deserialized.
FindingCurationMatcher - class in org.ossreviewtoolkit.model.utils
A class for matching and applying LicenseFindingCurations to LicenseFindings.
Findings - class in org.ossreviewtoolkit.model.licenses
A collection of license and copyright findings detected in the source code located at provenance.
FindingsMatcher - class in org.ossreviewtoolkit.model.utils
A class for matching copyright findings to license findings.
FindingsMatcherKt - class in org.ossreviewtoolkit.model.utils
 
FindingsMatcherResult - class in org.ossreviewtoolkit.model.utils
The result of the FindingsMatcher.
findPathExcludes(java.lang.String) - function in org.ossreviewtoolkit.model.config.Excludes
Return the PathExcludes matching the provided path.
findPathExcludes(org.ossreviewtoolkit.model.Project,org.ossreviewtoolkit.model.OrtResult) - function in org.ossreviewtoolkit.model.config.Excludes
Return the PathExcludes matching the definitionFilePath.
findReferences(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.PackageReference
Return all references to id as a dependency.
findReferences(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.Project
Return all references to id as a dependency in this project.
findReferences(org.ossreviewtoolkit.model.Identifier) - function in org.ossreviewtoolkit.model.Scope
Return all references to id as a dependency in this scope.
findScopeExcludes(java.lang.String) - function in org.ossreviewtoolkit.model.config.Excludes
Return the ScopeExcludes for the provided scopeName.
forEach(java.util.function.Consumer) - function in kotlin.collections.Iterable
 
forExtension(java.lang.String) - function in org.ossreviewtoolkit.model.FileFormat.Companion
Return the FileFormat for the given extension, or null if there is none.
forFile(java.io.File) - function in org.ossreviewtoolkit.model.FileFormat.Companion
Return the FileFormat for the given file, or null if there is none.
forName(java.lang.String) - function in org.ossreviewtoolkit.model.VcsType.Companion
Search all known VCS types for being associated with given name return the first matching type, or create a new VcsType with the given name if no known type matches.
fromScore(java.lang.Float) - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss2Rating.Companion
Get the Cvss2Rating from a score, or null if the score does not map to any Cvss2Rating.
fromScore(java.lang.Float) - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss3Rating.Companion
Get the Cvss3Rating from a score, or null if the score does not map to any Cvss3Rating.
fromScore(java.lang.Float) - function in org.ossreviewtoolkit.model.vulnerabilities.Cvss4Rating.Companion
Get the Cvss4Rating from a score, or null if the score does not map to any Cvss4Rating.
fromString(java.lang.String) - function in org.ossreviewtoolkit.model.HashAlgorithm.Companion
Create a hash algorithm from one of its alias names.
fromYaml(java.lang.String) - function in org.ossreviewtoolkit.model.MappersKt
 
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