public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic boolean isGenerateTMX()
public void setGenerateTMX(boolean generateTMX)
public String getTmxOutputPath()
public void setTmxOutputPath(String tmxOutputPath)
public boolean isSegmentSource()
public void setSegmentSource(boolean segmentSource)
public boolean isUseCustomSourceRules()
public void setUseCustomSourceRules(boolean useCustomSourceRules)
public String getCustomSourceRulesPath()
public void setCustomSourceRulesPath(String customSourceRulesPath)
public boolean isSegmentTarget()
public void setSegmentTarget(boolean segmentTarget)
public boolean isUseCustomTargetRules()
public void setUseCustomTargetRules(boolean useCustomTargetRules)
public String getCustomTargetRulesPath()
public void setCustomTargetRulesPath(String customTargetRulesPath)
public boolean isCollapseWhitespace()
public void setCollapseWhitespace(boolean collapseWhitespace)
public boolean isOutputOneTOneMatchesOnly()
public void setOutputOneTOneMatchesOnly(boolean outputOneTOneMatchesOnly)
public boolean isForceSimpleOneToOneAlignment()
public void setForceSimpleOneToOneAlignment(boolean forceSimpleOneToOneAlignment)
public void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2021. All rights reserved.