| 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.
|
| Constructor and Description |
|---|
Cpe(Part part,
String vendor,
String product,
String version,
String update,
String edition,
String language,
String swEdition,
String targetSw,
String targetHw,
String other)
Constructs a new immutable CPE object that represents the Well Form Named
defined in the CPE 2.3 specification.
|
Copyright © 2018–2023. All rights reserved.