| Constructor and Description |
|---|
SoyPySrcOptions(String runtimePath,
String environmentModulePath,
String bidiIsRtlFn,
String translationClass,
com.google.common.collect.ImmutableMap<String,String> namespaceManifest,
boolean outputNamespaceManifest) |
| Modifier and Type | Method and Description |
|---|---|
SoyPySrcOptions |
clone() |
boolean |
doesOutputNamespaceManifest() |
String |
getBidiIsRtlFn() |
String |
getEnvironmentModulePath() |
Map<String,String> |
getNamespaceManifest() |
String |
getRuntimePath() |
String |
getTranslationClass() |
public String getBidiIsRtlFn()
public String getRuntimePath()
public String getEnvironmentModulePath()
public String getTranslationClass()
public boolean doesOutputNamespaceManifest()
public final SoyPySrcOptions clone()