Package org.ossreviewtoolkit.model
Class ResolvedPackageCurations
-
- All Implemented Interfaces:
public final class ResolvedPackageCurations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResolvedPackageCurations.Provider
-
Field Summary
Fields Modifier and Type Field Description public final static StringREPOSITORY_CONFIGURATION_PROVIDER_IDprivate final ResolvedPackageCurations.Providerproviderprivate final List<PackageCuration>curations
-
Constructor Summary
Constructors Constructor Description ResolvedPackageCurations(ResolvedPackageCurations.Provider provider, List<PackageCuration> curations)
-
Method Summary
Modifier and Type Method Description final ResolvedPackageCurations.ProvidergetProvider()The package curation provider. final List<PackageCuration>getCurations()All package curations applicable to the packages contained in the enclosing OrtResult in the order as they were provided by the package curation provider. -
-
Constructor Detail
-
ResolvedPackageCurations
ResolvedPackageCurations(ResolvedPackageCurations.Provider provider, List<PackageCuration> curations)
-
-
Method Detail
-
getProvider
final ResolvedPackageCurations.Provider getProvider()
The package curation provider.
-
getCurations
final List<PackageCuration> getCurations()
All package curations applicable to the packages contained in the enclosing OrtResult in the order as they were provided by the package curation provider.
-
-
-
-