org.eclipse.jdt.internal.compiler.util
Class Messages

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.util.Messages

public final class Messages
extends java.lang.Object


Field Summary
static java.lang.String abort_againstSourceModel
           
static java.lang.String abort_invalidAttribute
           
static java.lang.String abort_invalidExceptionAttribute
           
static java.lang.String abort_invalidOpcode
           
static java.lang.String abort_missingCode
           
static java.lang.String accept_cannot
           
static java.lang.String ast_missingCode
           
static java.lang.String compilation_beginningToCompile
           
static java.lang.String compilation_done
           
static java.lang.String compilation_internalError
           
static java.lang.String compilation_loadBinary
           
static java.lang.String compilation_process
           
static java.lang.String compilation_processing
           
static java.lang.String compilation_request
           
static java.lang.String compilation_unit
           
static java.lang.String compilation_units
           
static java.lang.String compilation_unresolvedProblem
           
static java.lang.String compilation_unresolvedProblems
           
static java.lang.String compilation_write
           
static java.lang.String constant_cannotCastedInto
           
static java.lang.String constant_cannotConvertedTo
           
static java.lang.String output_isFile
           
static java.lang.String output_notValid
           
static java.lang.String output_notValidAll
           
static java.lang.String parser_corruptedFile
           
static java.lang.String parser_endOfConstructor
           
static java.lang.String parser_endOfFile
           
static java.lang.String parser_endOfInitializer
           
static java.lang.String parser_endOfMethod
           
static java.lang.String parser_incorrectPath
           
static java.lang.String parser_missingFile
           
static java.lang.String parser_moveFiles
           
static java.lang.String parser_regularParse
           
static java.lang.String parser_syntaxRecovery
           
static java.lang.String problem_atLine
           
static java.lang.String problem_noSourceInformation
           
 
Method Summary
static java.lang.String bind(java.lang.String message)
          Bind the given message's substitution locations with the given string values.
static java.lang.String bind(java.lang.String message, java.lang.Object binding)
          Bind the given message's substitution locations with the given string values.
static java.lang.String bind(java.lang.String message, java.lang.Object[] bindings)
          Bind the given message's substitution locations with the given string values.
static java.lang.String bind(java.lang.String message, java.lang.Object binding1, java.lang.Object binding2)
          Bind the given message's substitution locations with the given string values.
static void initializeMessages(java.lang.String bundleName, java.lang.Class clazz)
           
static void load(java.lang.String bundleName, java.lang.ClassLoader loader, java.lang.reflect.Field[] fields)
          Load the given resource bundle using the specified class loader.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compilation_unresolvedProblem

public static java.lang.String compilation_unresolvedProblem

compilation_unresolvedProblems

public static java.lang.String compilation_unresolvedProblems

compilation_request

public static java.lang.String compilation_request

compilation_loadBinary

public static java.lang.String compilation_loadBinary

compilation_process

public static java.lang.String compilation_process

compilation_write

public static java.lang.String compilation_write

compilation_done

public static java.lang.String compilation_done

compilation_units

public static java.lang.String compilation_units

compilation_unit

public static java.lang.String compilation_unit

compilation_internalError

public static java.lang.String compilation_internalError

compilation_beginningToCompile

public static java.lang.String compilation_beginningToCompile

compilation_processing

public static java.lang.String compilation_processing

output_isFile

public static java.lang.String output_isFile

output_notValidAll

public static java.lang.String output_notValidAll

output_notValid

public static java.lang.String output_notValid

problem_noSourceInformation

public static java.lang.String problem_noSourceInformation

problem_atLine

public static java.lang.String problem_atLine

abort_invalidAttribute

public static java.lang.String abort_invalidAttribute

abort_invalidExceptionAttribute

public static java.lang.String abort_invalidExceptionAttribute

abort_invalidOpcode

public static java.lang.String abort_invalidOpcode

abort_missingCode

public static java.lang.String abort_missingCode

abort_againstSourceModel

public static java.lang.String abort_againstSourceModel

accept_cannot

public static java.lang.String accept_cannot

parser_incorrectPath

public static java.lang.String parser_incorrectPath

parser_moveFiles

public static java.lang.String parser_moveFiles

parser_syntaxRecovery

public static java.lang.String parser_syntaxRecovery

parser_regularParse

public static java.lang.String parser_regularParse

parser_missingFile

public static java.lang.String parser_missingFile

parser_corruptedFile

public static java.lang.String parser_corruptedFile

parser_endOfFile

public static java.lang.String parser_endOfFile

parser_endOfConstructor

public static java.lang.String parser_endOfConstructor

parser_endOfMethod

public static java.lang.String parser_endOfMethod

parser_endOfInitializer

public static java.lang.String parser_endOfInitializer

ast_missingCode

public static java.lang.String ast_missingCode

constant_cannotCastedInto

public static java.lang.String constant_cannotCastedInto

constant_cannotConvertedTo

public static java.lang.String constant_cannotConvertedTo
Method Detail

bind

public static java.lang.String bind(java.lang.String message)
Bind the given message's substitution locations with the given string values.

Parameters:
message - the message to be manipulated
Returns:
the manipulated String

bind

public static java.lang.String bind(java.lang.String message,
                                    java.lang.Object binding)
Bind the given message's substitution locations with the given string values.

Parameters:
message - the message to be manipulated
binding - the object to be inserted into the message
Returns:
the manipulated String

bind

public static java.lang.String bind(java.lang.String message,
                                    java.lang.Object binding1,
                                    java.lang.Object binding2)
Bind the given message's substitution locations with the given string values.

Parameters:
message - the message to be manipulated
binding1 - An object to be inserted into the message
binding2 - A second object to be inserted into the message
Returns:
the manipulated String

bind

public static java.lang.String bind(java.lang.String message,
                                    java.lang.Object[] bindings)
Bind the given message's substitution locations with the given string values.

Parameters:
message - the message to be manipulated
bindings - An array of objects to be inserted into the message
Returns:
the manipulated String

initializeMessages

public static void initializeMessages(java.lang.String bundleName,
                                      java.lang.Class clazz)

load

public static void load(java.lang.String bundleName,
                        java.lang.ClassLoader loader,
                        java.lang.reflect.Field[] fields)
Load the given resource bundle using the specified class loader.