QScript  2.1.2
Expression and algorithm evaluator
 All Classes Namespaces Functions Variables Pages
Static Public Member Functions | List of all members
org.qscript.errors.Messages Class Reference

Static Public Member Functions

static String build (String pattern, Object...arguments)
 
static String println (String pattern, Object...arguments)
 

Detailed Description

Build strings on user format

Author
Peter Lager

Member Function Documentation

static String org.qscript.errors.Messages.build ( String  pattern,
Object...  arguments 
)
static

Build a string for the patterns and values passed.

Parameters
patternthe layout to use
argumentsthe 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
patternthe layout to use
argumentsthe values to fill the layout
Returns
the formatted string

The documentation for this class was generated from the following file: