| Package | Description |
|---|---|
| us.springett.parsers.cpe |
Suite of CPE building and parsing utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Cpe |
CpeBuilder.build()
Builds the CPE Object.
|
static Cpe |
CpeParser.parse(String cpeString)
Parses a CPE String into an object; the string can be formated as either
a CPE 2.2 URI or CPE 2.3 Formatted String.
|
static Cpe |
CpeParser.parse(String cpeString,
boolean lenient)
Parses a CPE String into an object with the option of parsing CPE 2.2 URI
strings in lenient mode - allowing for CPE values that do not adhere to
the specification.
|
protected static Cpe |
CpeParser.parse22(String cpeString)
Parses a CPE 2.2 URI.
|
protected static Cpe |
CpeParser.parse22(String cpeString,
boolean lenient)
Parses a CPE 2.2 URI.
|
protected static Cpe |
CpeParser.parse23(String cpeString)
Parses a CPE 2.3 Formatted String.
|
protected static Cpe |
CpeParser.parse23(String cpeString,
boolean lenient)
Parses a CPE 2.3 Formatted String.
|
Copyright © 2018–2025. All rights reserved.