|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.template.soy.msgs.SoyMsgBundleHandler.OutputFileOptions
public static class SoyMsgBundleHandler.OutputFileOptions
Options for generating an output message bundle file.
| Constructor Summary | |
|---|---|
SoyMsgBundleHandler.OutputFileOptions()
This constructor sets default values for the source locale string and target locale string. |
|
| Method Summary | |
|---|---|
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 message bundle file. |
void |
setTargetLocaleString(String targetLocaleString)
Sets the target locale string f0or an output message bundle file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoyMsgBundleHandler.OutputFileOptions()
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||