|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.sisu.goodies.i18n.I18N
public class I18N
Internationalization access.
Method Summary | ||
---|---|---|
static
|
create(Class<T> type)
Returns a proxy to the given MessageBundle type. |
|
static MessageSource |
of(Class... types)
Returns a MessageSource for the given types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MessageSource of(Class... types)
MessageSource
for the given types.
types
- One or more classes
MessageSource
instance; never nullpublic static <T extends MessageBundle> T create(Class<T> type)
MessageBundle
type.
MessageBundle
proxy; never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |