| Package | Description |
|---|---|
| us.springett.parsers.cpe |
Suite of CPE building and parsing utilities.
|
| us.springett.parsers.cpe.values |
Collection of enumeration values that are can be used as part of a CPE.
|
| Modifier and Type | Method and Description |
|---|---|
CpeBuilder |
CpeBuilder.edition(LogicalValue edition)
Sets the edition for the CPE entry.
|
CpeBuilder |
CpeBuilder.language(LogicalValue language)
Sets the language for the CPE entry.
|
CpeBuilder |
CpeBuilder.other(LogicalValue other)
Sets the other component for the CPE entry.
|
CpeBuilder |
CpeBuilder.product(LogicalValue product)
Sets the product for the CPE entry.
|
CpeBuilder |
CpeBuilder.swEdition(LogicalValue swEdition)
Sets the software edition for the CPE entry.
|
CpeBuilder |
CpeBuilder.targetHw(LogicalValue targetHw)
Sets the target hardware environment for the CPE entry.
|
CpeBuilder |
CpeBuilder.targetSw(LogicalValue targetSw)
Sets the target software environment for the CPE entry.
|
CpeBuilder |
CpeBuilder.update(LogicalValue update)
Sets the update version for the CPE entry.
|
CpeBuilder |
CpeBuilder.vendor(LogicalValue vendor)
Sets the vendor for the CPE entry.
|
CpeBuilder |
CpeBuilder.version(LogicalValue version)
Sets the version for the CPE entry.
|
| Modifier and Type | Method and Description |
|---|---|
static LogicalValue |
LogicalValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalValue[] |
LogicalValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2025. All rights reserved.