public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
boolean |
getGenerateTMX() |
ParametersDescription |
getParametersDescription() |
boolean |
getReplaceWithSource() |
String |
getTmxOutputPath() |
boolean |
isCopyToTarget() |
boolean |
isStoreAsAltTranslation() |
boolean |
isSuppressTusWithNoTarget() |
boolean |
isUseTextUnitIds() |
void |
reset() |
void |
setCopyToTarget(boolean copyToTarget) |
void |
setGenerateTMX(boolean generateTMX) |
void |
setReplaceWithSource(boolean replaceWithSource) |
void |
setStoreAsAltTranslation(boolean storeAsAltTranslation) |
void |
setSuppressTusWithNoTarget(boolean suppressTusWithNoTarget) |
void |
setTmxOutputPath(String tmxOutputPath) |
void |
setUseTextUnitIds(boolean useTextUnitIds) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic boolean getGenerateTMX()
public void setGenerateTMX(boolean generateTMX)
public String getTmxOutputPath()
public void setTmxOutputPath(String tmxOutputPath)
public boolean getReplaceWithSource()
public void setReplaceWithSource(boolean replaceWithSource)
public void setCopyToTarget(boolean copyToTarget)
public boolean isCopyToTarget()
public boolean isStoreAsAltTranslation()
public void setStoreAsAltTranslation(boolean storeAsAltTranslation)
storeAsAltTranslation - the storeAsAltTranslation to setpublic boolean isSuppressTusWithNoTarget()
public void setSuppressTusWithNoTarget(boolean suppressTusWithNoTarget)
public boolean isUseTextUnitIds()
public void setUseTextUnitIds(boolean useTextUnitIds)
public void reset()
reset in interface IParametersreset in class StringParameterspublic ParametersDescription getParametersDescription()
getParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2021. All rights reserved.