public class DefaultSystemEnvironmentChecklistRetriever extends Object implements SystemEnvironmentChecklistRetriever
Constructor and Description |
---|
DefaultSystemEnvironmentChecklistRetriever() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getEnglishWarningMessages()
Gets all known system warning messages as specified in the checklist, but in English.
|
List<String> |
getWarningMessages(Locale locale,
boolean asHtml)
Gets all known system warning messages as specified in the checklist.
|
public DefaultSystemEnvironmentChecklistRetriever()
public List<String> getWarningMessages(Locale locale, boolean asHtml)
SystemEnvironmentChecklistRetriever
getWarningMessages
in interface SystemEnvironmentChecklistRetriever
locale
- the locale to use for these messages, usually the current user's localeasHtml
- whether to provide html tag wrappers around the message for nicer display in the browserpublic List<String> getEnglishWarningMessages()
SystemEnvironmentChecklistRetriever
getEnglishWarningMessages
in interface SystemEnvironmentChecklistRetriever
Copyright © 2002-2015 Atlassian. All Rights Reserved.