com.sun.tools.xjc.util
Class Messages

java.lang.Object
  extended by com.sun.tools.xjc.util.Messages

 class Messages
extends Object

Formats error messages.


Field Summary
(package private) static String ERR_CASE_SENSITIVITY_COLLISION
           
(package private) static String ERR_CHAMELEON_SCHEMA_GONE_WILD
           
(package private) static String ERR_CLASSNAME_COLLISION
           
(package private) static String ERR_CLASSNAME_COLLISION_SOURCE
           
(package private) static String ERR_INVALID_CLASSNAME
           
 
Constructor Summary
Messages()
           
 
Method Summary
(package private) static String format(String property, Object... args)
          Loads a string resource and formats it with specified arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERR_CLASSNAME_COLLISION

static final String ERR_CLASSNAME_COLLISION
See Also:
Constant Field Values

ERR_CLASSNAME_COLLISION_SOURCE

static final String ERR_CLASSNAME_COLLISION_SOURCE
See Also:
Constant Field Values

ERR_INVALID_CLASSNAME

static final String ERR_INVALID_CLASSNAME
See Also:
Constant Field Values

ERR_CASE_SENSITIVITY_COLLISION

static final String ERR_CASE_SENSITIVITY_COLLISION
See Also:
Constant Field Values

ERR_CHAMELEON_SCHEMA_GONE_WILD

static final String ERR_CHAMELEON_SCHEMA_GONE_WILD
See Also:
Constant Field Values
Constructor Detail

Messages

Messages()
Method Detail

format

static String format(String property,
                     Object... args)
Loads a string resource and formats it with specified arguments.