Révision 3817
TXM/trunk/bundles/org.txm.utils.core/src/org/txm/utils/messages/Utf8NLS.java (revision 3817) | ||
---|---|---|
57 | 57 |
} |
58 | 58 |
} |
59 | 59 |
} |
60 |
|
|
61 |
/** |
|
62 |
* Binds the given message's substitution locations with the given string values. |
|
63 |
* |
|
64 |
* @param message |
|
65 |
* @param bindings |
|
66 |
* @return the given message's substitution locations with the given string values. |
|
67 |
*/ |
|
68 |
public static String bind(String message, Object... bindings) { |
|
69 |
return NLS.bind(message, bindings); |
|
70 |
} |
|
60 | 71 |
} |
Formats disponibles : Unified diff