| Package | Description |
|---|---|
| us.springett.parsers.cpe |
Suite of CPE building and parsing utilities.
|
| us.springett.parsers.cpe.util |
Utilities used for parsing CPE strings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Cpe.toCpe22Uri()
Converts the CPE into the CPE 2.2 URI format.
|
String |
ICpe.toCpe22Uri()
Converts the CPE into the CPE 2.2 URI format.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Convert.cpeUriToWellFormed(String value)
CPE URI decodes the value into a well formed string.
|
static String |
Convert.cpeUriToWellFormed(String value,
boolean lenient)
CPE URI decodes the value into a well formed string.
|
static String |
Convert.wellFormedToCpeUri(String wellFormed)
CPE URL encodes the well formed string.
|
Copyright © 2018–2025. All rights reserved.