public class OutputResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC_OUTPUT
this output contains only basic version of impex(without localizations)
|
static String |
FULL_OUTPUT
this output contains all impex lines (with localizations)
|
| Constructor and Description |
|---|
OutputResult(Collection<String> langs) |
| Modifier and Type | Method and Description |
|---|---|
OutputResult |
append(Object object,
String lang) |
OutputResult |
appendToAll(Object object)
appends given object to all
StringBuilder |
String |
getImpexScript(String lang) |
protected StringBuilder |
getStringBuilder(String keyLang)
return
StringBuilder for keyLang, if doesn't exists in buildersPerLang map then create new and put it to this map. |
List<String> |
languageKeys() |
public static final String FULL_OUTPUT
public static final String BASIC_OUTPUT
public OutputResult(Collection<String> langs)
public OutputResult append(Object object, String lang)
public OutputResult appendToAll(Object object)
StringBuilderobject - protected StringBuilder getStringBuilder(String keyLang)
StringBuilder for keyLang, if doesn't exists in buildersPerLang map then create new and put it to this map.keyLang - - string representation of langCopyright © 2017 SAP SE. All Rights Reserved.