java.lang.Object
me.gosimple.nbvcxz.resources.Feedback
- Author:
- Adam Brusselback.
-
Constructor Summary
ConstructorsConstructorDescriptionFeedback(Configuration configuration, String result) Feedback(Configuration configuration, String result, String warning, String... suggestions) -
Method Summary
Modifier and TypeMethodDescriptionGet the raw untranslated suggestion keys.Get the raw untranslated warning key.
-
Constructor Details
-
Feedback
- Parameters:
configuration- theConfigurationobject.result- the primary message to display.
-
Feedback
- Parameters:
configuration- theConfigurationobject.result- the primary message to display.warning- warning stringsuggestions- suggestions
-
-
Method Details
-
getResult
- Returns:
- if the password was secure enough or not (not null)
-
getWarningKey
Get the raw untranslated warning key.- Returns:
- the warning key (nullable)
-
getWarning
- Returns:
- the warning (nullable)
-
getSuggestionKeys
Get the raw untranslated suggestion keys.- Returns:
- list of suggestion keys (list is not null)
-
getSuggestion
- Returns:
- list of suggestions (list is not null)
-