public class XLIFF2Options extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
XLIFF2Options() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
boolean |
getCreateTipPackage() |
boolean |
getEliminateEmptyTargetsWithNonEmptySource() |
boolean |
getIncludeIts() |
ParametersDescription |
getParametersDescription()
Gets the description of the parameters.
|
boolean |
getwithOriginalData() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setCreateTipPackage(boolean createTipPackage) |
void |
setEliminateEmptyTargetsWithNonEmptySource(boolean eliminateEmptyTargetsWithNonEmptySource) |
void |
setIncludeIts(boolean includeIts) |
void |
setWithOriginalData(boolean withOriginalData) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic 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 boolean getwithOriginalData()
public void setWithOriginalData(boolean withOriginalData)
public boolean getCreateTipPackage()
public void setCreateTipPackage(boolean createTipPackage)
public boolean getEliminateEmptyTargetsWithNonEmptySource()
public void setEliminateEmptyTargetsWithNonEmptySource(boolean eliminateEmptyTargetsWithNonEmptySource)
public boolean getIncludeIts()
public void setIncludeIts(boolean includeIts)
public ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2021. All rights reserved.