|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tigris.subversion.svnclientadapter.utils.Messages
public class Messages
A helper class used for binding NLS supported message strings
| Field Summary | |
|---|---|
protected static java.util.ResourceBundle |
bundle
|
| Constructor Summary | |
|---|---|
Messages()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
bind(java.lang.String key)
Gets a string from the resource bundle. |
static java.lang.String |
bind(java.lang.String key,
java.lang.Object[] args)
Gets a string from the resource bundle and binds it with the given arguments. |
static java.lang.String |
bind(java.lang.String id,
java.lang.String binding)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string. |
static java.lang.String |
bind(java.lang.String id,
java.lang.String binding1,
java.lang.String binding2)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.util.ResourceBundle bundle
| Constructor Detail |
|---|
public Messages()
| Method Detail |
|---|
public static java.lang.String bind(java.lang.String id,
java.lang.String binding)
id - binding -
public static java.lang.String bind(java.lang.String id,
java.lang.String binding1,
java.lang.String binding2)
id - binding1 - binding2 -
public static java.lang.String bind(java.lang.String key)
key -
public static java.lang.String bind(java.lang.String key,
java.lang.Object[] args)
key - args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||