org.eclipse.m2m.atl.adt.debug
Class AtlDebugMessages

java.lang.Object
  extended by org.eclipse.m2m.atl.adt.debug.AtlDebugMessages

public class AtlDebugMessages
extends java.lang.Object


Method Summary
static java.lang.String getString(java.lang.String key)
           
static java.lang.String getString(java.lang.String key, java.lang.Object[] arguments)
          Returns a String from the resource bundle binded with the given arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)

getString

public static java.lang.String getString(java.lang.String key,
                                         java.lang.Object[] arguments)
Returns a String from the resource bundle binded with the given arguments.

Parameters:
key - Key of the String we seek.
arguments - Arguments for the String formatting.
Returns:
formatted String.
See Also:
MessageFormat.format(String, Object[])

Copyright 2007 IBM Corporation and others.
All Rights Reserved.