Package org.ossreviewtoolkit.model.utils
Interface PackageCurationProvider
-
- All Implemented Interfaces:
public interface PackageCurationProviderA provider for PackageCurations.
-
-
Method Summary
Modifier and Type Method Description abstract Set<PackageCuration>getCurationsFor(Collection<Package> packages)Return all available PackageCurations which are applicable to any of the given packages. -
-
Method Detail
-
getCurationsFor
abstract Set<PackageCuration> getCurationsFor(Collection<Package> packages)
Return all available PackageCurations which are applicable to any of the given packages.
-
-
-
-