public static class SoyMsgBundleHandler.OutputFileOptions extends Object
This same class is used for both extracted messages files (source messages to be translated) and translated messages files. Not all options will apply to both types of output files, and not all options will apply to all message plugins.
| Constructor and Description |
|---|
OutputFileOptions()
This constructor sets default values for the source locale string and target locale string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceLocaleString()
Returns the source locale string.
|
String |
getTargetLocaleString()
Returns the target locale string.
|
void |
setSourceLocaleString(String sourceLocaleString)
Sets the source locale string for an output messages file.
|
void |
setTargetLocaleString(String targetLocaleString)
Sets the target locale string for an output messages file.
|
public OutputFileOptions()
public void setSourceLocaleString(String sourceLocaleString)
sourceLocaleString - The source locale string.public String getSourceLocaleString()
public void setTargetLocaleString(String targetLocaleString)
targetLocaleString - The target locale string.public String getTargetLocaleString()