public interface ProgressMessageFormatter
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
getFormattedDone()
Returns the formatted representation of the 'Done' text string.
|
LocalizableMessage |
getFormattedPoint()
Returns the formatted representation of a point.
|
LocalizableMessage |
getFormattedProgress(LocalizableMessage text)
Returns the formatted representation of a progress message for a given text.
|
LocalizableMessage |
getFormattedWarning(LocalizableMessage text,
boolean applyMargin)
Returns the formatted representation of a warning for a given text.
|
LocalizableMessage |
getFormattedWithPoints(LocalizableMessage text)
Returns the formatted representation of the argument text to which we add points.
|
LocalizableMessage |
getLineBreak()
Returns the line break formatted.
|
LocalizableMessage |
getSpace()
Returns the formatted representation of a space.
|
LocalizableMessage |
getTab()
Returns the tab formatted.
|
LocalizableMessage getFormattedWarning(LocalizableMessage text, boolean applyMargin)
text
- the source text from which we want to get the formatted representationapplyMargin
- specifies whether we apply a margin or not to the resulting formatted text.LocalizableMessage getFormattedDone()
LocalizableMessage getFormattedWithPoints(LocalizableMessage text)
text
- the String to which add points.LocalizableMessage getFormattedPoint()
LocalizableMessage getSpace()
LocalizableMessage getFormattedProgress(LocalizableMessage text)
text
- the source text from which we want to get the formatted representationLocalizableMessage getLineBreak()
LocalizableMessage getTab()
Copyright 2010-2020 ForgeRock AS.