Package org.ossreviewtoolkit.model.utils
See: Description
-
Class Summary Class Description CompositePackageConfigurationProvider A PackageConfigurationProvider that combines the provided providers into a single provider. DefaultResolutionProvider A ResolutionProvider that provides the given resolutions. DependencyGraphBuilder A class that can construct a DependencyGraph from a set of dependencies that provides an efficient storage format for large dependency sets in many scopes. RawExpression TildeOp FileArchiver A class to archive files matched by provided patterns in a ZIP file that is stored in a FileStorage. FileProvenanceFileStorage A FileStorage-based implementation of ProvenanceFileStorage that stores files associated by KnownProvenance in files. FindingCurationMatcher A class for matching and applying LicenseFindingCurations to LicenseFindings. FindingsMatcher A class for matching copyright findings to license findings. FindingsMatcherResult The result of the FindingsMatcher. PostgresProvenanceFileStorage A DataSource-based implementation of ProvenanceFileStorage that stores files associated by KnownProvenance in a (Postgres) database. RootLicenseMatcher A heuristic for determining which (root) license files apply to any file or directory. CopyrightFindingSortedSetConverter FileListSortedSetConverter Do not convert to SortedSet in order to not require a comparator consistent with equals FileListEntrySortedSetConverter Do not convert to SortedSet in order to not require a comparator consistent with equals LicenseFindingSortedSetConverter PackageReferenceSortedSetConverter PackageSortedSetConverter ProjectSortedSetConverter ProvenanceResolutionResultSortedSetConverter ScannersMapConverter ScanResultSortedSetConverter Do not convert to SortedSet in order to not require a comparator consistent with equals ScopeSortedSetConverter SnippetFindingSortedSetConverter ExtensionsKt ClearlyDefinedUtilsKt DependencyGraphConverterKt ExposedUtilsKt FindingsMatcherKt OrtResultExtensionsKt PurlUtilsKt ScanResultUtilsKt -
Object Summary Object Description ConfigurationResolver DatabaseUtils Companion DependencyGraphConverter An object that supports the conversion of AnalyzerResults to the dependency graph format. Companion Companion -
Interface Summary Interface Description DependencyHandler An interface used by DependencyGraphBuilder to handle the specific representations of concrete PackageManager implementations in a generic way. PackageConfigurationProvider A provider for PackageConfigurations. PackageCurationProvider A provider for PackageCurations. ProvenanceFileStorage A generic storage interface that associates a KnownProvenance with a stream of data. ResolutionProvider An interface to provide resolutions for Issues, RuleViolations and Vulnerabilitys . -
Enum Summary Enum Description PurlType A subset of the Package URL types defined at https://github.com/package-url/purl-spec/blob/ad8a673/PURL-TYPES.rst.