com.sun.tools.xjc
Class Messages

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

public class Messages
extends Object

Formats error messages.


Constructor Summary
Messages()
           
 
Method Summary
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
 

Constructor Detail

Messages

public Messages()
Method Detail

format

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.