com.github.fge.msgsimple
Class InternalBundle

java.lang.Object
  extended by com.github.fge.msgsimple.InternalBundle

public final class InternalBundle
extends Object

Class meant for internal use by the API. Don't use!


Method Summary
 void checkArgument(boolean condition, String key)
           
<T> T
checkNotNull(T reference, String key)
           
static InternalBundle getInstance()
           
 String getMessage(String key)
           
 String printf(String key, Object... params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InternalBundle getInstance()

getMessage

public String getMessage(String key)

printf

public String printf(String key,
                     Object... params)

checkNotNull

public <T> T checkNotNull(T reference,
                          String key)

checkArgument

public void checkArgument(boolean condition,
                          String key)