25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.i8n; |
package skrueger.i8n; |
31 |
|
|
205 |
* <li>If format can't be recognized, the {@link String} is interpreted as |
* <li>If format can't be recognized, the {@link String} is interpreted as |
206 |
* the translation in the <code>{@value #DEFAULT_KEY}</code> language |
* the translation in the <code>{@value #DEFAULT_KEY}</code> language |
207 |
* |
* |
208 |
* @author Stefan Alfons Krüger |
* @author Stefan Alfons Tzeggai |
209 |
*/ |
*/ |
210 |
public void fromOneLine(final String oneLineCoded) { |
public void fromOneLine(final String oneLineCoded) { |
211 |
|
|
246 |
/** |
/** |
247 |
* Exports the Translations to a String of the Format: "de{Baum}en{tree}" |
* Exports the Translations to a String of the Format: "de{Baum}en{tree}" |
248 |
* |
* |
249 |
* @author Stefan Alfons Krüger |
* @author Stefan Alfons Tzeggai |
250 |
*/ |
*/ |
251 |
public String toOneLine() { |
public String toOneLine() { |
252 |
return I8NUtil.toOneLine(this); |
return I8NUtil.toOneLine(this); |