| Package | Description |
|---|---|
| us.springett.parsers.cpe.util |
Utilities used for parsing CPE strings.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
Validate.component(String value)
Validates the component to ensure it meets the CPE 2.3 specification of
allowed values.
|
static Status |
Validate.cpe(String value)
Validates the given CPE string value to ensure it is either a valid CPE
URI or Formatted String.
|
static Status |
Validate.cpeUri(String value)
Validates the CPE URI against the CPE 2.2 specification.
|
static Status |
Validate.formattedString(String value)
Validates the formatted string against the CPE 2.3 specification.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2023. All rights reserved.