Package org.ossreviewtoolkit.model
Interface Provenance
-
- All Implemented Interfaces:
public interface ProvenanceProvenance information about the origin of source code.
-
-
Method Summary
Modifier and Type Method Description abstract Booleanmatches(Package pkg)True if this Provenance refers to the same source code as pkg, assuming that it belongs to the package id. -
-
Method Detail
-
matches
abstract Boolean matches(Package pkg)
True if this Provenance refers to the same source code as pkg, assuming that it belongs to the package id.
-
-
-
-