| Package | Description |
|---|---|
| us.springett.parsers.cpe |
Suite of CPE building and parsing utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cpe
Object representation of a Common Platform Enumeration (CPE).
|
| Modifier and Type | Method and Description |
|---|---|
int |
Cpe.compareTo(ICpe otherObject)
CompareTo is used for sorting, this does not implement any CPE Matching
rules.
|
boolean |
Cpe.matchedBy(ICpe target)
Determines if the target CPE matches the CPE.
|
boolean |
ICpe.matchedBy(ICpe target)
Determines if the target CPE matches the CPE.
|
boolean |
Cpe.matches(ICpe target)
Determines if the CPE matches the given target CPE.
|
boolean |
ICpe.matches(ICpe target)
Determines if the CPE matches the given target CPE.
|
Copyright © 2018–2025. All rights reserved.