|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.util.Messages
public final class Messages
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static String bind(String message)
message
- the message to be manipulated
public static String bind(String message, Object binding)
message
- the message to be manipulatedbinding
- the object to be inserted into the message
public 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 message
public static String bind(String message, Object[] bindings)
message
- the message to be manipulatedbindings
- An array of objects to be inserted into the message
public static void initializeMessages(String bundleName, Class clazz)
public static void load(String bundleName, ClassLoader loader, Field[] fields)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |