Package org.ossreviewtoolkit.model
Object UnknownProvenance
-
- All Implemented Interfaces:
-
org.ossreviewtoolkit.model.Provenance
public class UnknownProvenance implements Provenance
-
-
Field Summary
Fields Modifier and Type Field Description public final static UnknownProvenanceINSTANCE
-
Method Summary
Modifier and Type Method Description 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
Boolean matches(Package pkg)
True if this Provenance refers to the same source code as pkg, assuming that it belongs to the package id.
-
-
-
-