|
static String | build (String pattern, Object...arguments) |
|
static String | println (String pattern, Object...arguments) |
|
Build strings on user format
- Author
- Peter Lager
static String org.qscript.errors.Messages.build |
( |
String |
pattern, |
|
|
Object... |
arguments |
|
) |
| |
|
static |
Build a string for the patterns and values passed.
- Parameters
-
pattern | the layout to use |
arguments | the values to fill the layout |
- Returns
- the formatted string
static String org.qscript.errors.Messages.println |
( |
String |
pattern, |
|
|
Object... |
arguments |
|
) |
| |
|
static |
Same as the build method except to display the string in the console.
- Parameters
-
pattern | the layout to use |
arguments | the values to fill the layout |
- Returns
- the formatted string
The documentation for this class was generated from the following file:
- /Users/peter/git/qscript-repos/Q-script/src/org/qscript/errors/Messages.java