public final class Messages extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
bind(String message)
Bind the given message's substitution locations with the given string values.
|
static String |
bind(String message,
Object binding)
Bind the given message's substitution locations with the given string values.
|
static String |
bind(String message,
Object[] bindings)
Bind the given message's substitution locations with the given string values.
|
static String |
bind(String message,
Object binding1,
Object binding2)
Bind the given message's substitution locations with the given string values.
|
static void |
initializeMessages(String bundleName,
Class clazz) |
static void |
load(String bundleName,
ClassLoader loader,
Field[] fields)
Load the given resource bundle using the specified class loader.
|
public static String compilation_unresolvedProblem
public static String compilation_unresolvedProblems
public static String compilation_request
public static String compilation_loadBinary
public static String compilation_process
public static String compilation_write
public static String compilation_done
public static String compilation_units
public static String compilation_unit
public static String compilation_internalError
public static String compilation_beginningToCompile
public static String compilation_processing
public static String output_isFile
public static String output_notValidAll
public static String output_notValid
public static String problem_noSourceInformation
public static String problem_atLine
public static String abort_invalidAttribute
public static String abort_invalidExceptionAttribute
public static String abort_invalidOpcode
public static String abort_missingCode
public static String abort_againstSourceModel
public static String accept_cannot
public static String parser_incorrectPath
public static String parser_moveFiles
public static String parser_syntaxRecovery
public static String parser_regularParse
public static String parser_missingFile
public static String parser_corruptedFile
public static String parser_endOfFile
public static String parser_endOfConstructor
public static String parser_endOfMethod
public static String parser_endOfInitializer
public static String ast_missingCode
public static String constant_cannotCastedInto
public static String constant_cannotConvertedTo
public static String bind(String message)
message - the message to be manipulatedpublic static String bind(String message, Object binding)
message - the message to be manipulatedbinding - the object to be inserted into the messagepublic static String bind(String message, Object binding1, Object binding2)
message - the message to be manipulatedbinding1 - An object to be inserted into the messagebinding2 - A second object to be inserted into the messagepublic static String bind(String message, Object[] bindings)
message - the message to be manipulatedbindings - An array of objects to be inserted into the messagepublic static void load(String bundleName, ClassLoader loader, Field[] fields)
Copyright © 2013. All rights reserved.