| Package | Description |
|---|---|
| org.jboss.windup.config |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult.Level |
ValidationResult.getLevel()
Returns the validation level (error, prompt, etc).
|
static ValidationResult.Level |
ValidationResult.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationResult.Level[] |
ValidationResult.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValidationResult(ValidationResult.Level level,
String message)
Indicates the success of failure of a validation, as well as a short informative message for the user.
|
ValidationResult(ValidationResult.Level level,
String message,
boolean promptDefault)
Indicates the success of failure of a validation, as well as a short informative message for the user and what value to assume as a default for
the prompt message.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.