|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.utils.SimplifiedFormat
public final class SimplifiedFormat
Formats using simplified MessageFormat syntax: {} are used as placeholders in order of arguments; {number} are placeholders with given argument number.
When filling the placeholders by given arguments are compelete, rest of the numbered placeholders are decreased by number of arguments in previous format action.
| Method Summary | |
|---|---|
static String |
format(String message,
Object... args)
Parametrize given string with arguments, using {} or {number} (e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String format(String message,
Object... args)
message - message to formatargs - used to formatting given format string
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||