Uses of Class
org.jboss.windup.config.ValidationResult.Level
-
Packages that use ValidationResult.Level Package Description org.jboss.windup.config -
-
Uses of ValidationResult.Level in org.jboss.windup.config
Methods in org.jboss.windup.config that return ValidationResult.Level Modifier and Type Method Description ValidationResult.LevelValidationResult. getLevel()Returns the validation level (error, prompt, etc).static ValidationResult.LevelValidationResult.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.Constructors in org.jboss.windup.config with parameters of type ValidationResult.Level Constructor 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.
-