Cpe

expect interface Cpe

An interface for a class that represents a CPE (Common Platform Enumeration).

actual typealias Cpe = ICpe

Functions

Link copied to clipboard
expect abstract fun getProduct(): String
Link copied to clipboard
expect abstract fun getVendor(): String
Link copied to clipboard
expect abstract fun getVersion(): String
Link copied to clipboard
expect abstract fun matches(other: Cpe): Boolean
Link copied to clipboard

A little helper extension to convert a Cpe to a CpeProperty.