public class XliffSplitterParameters extends StringParameters implements IEditorDescriptionProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSLATIONSTATUS |
static String |
TRANSLATIONTYPE |
bufferpath| Constructor and Description |
|---|
XliffSplitterParameters() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
String |
getFileMarker() |
ParametersDescription |
getParametersDescription()
Gets the description of the parameters.
|
boolean |
getRestoreOriginalNames() |
String |
getTranslationStatusValue() |
String |
getTranslationTypeValue() |
boolean |
isBigFile() |
boolean |
isUpdateSDLTranslationStatus() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setBigFile(boolean bigFile) |
void |
setFileMarker(String fileMarker) |
void |
setRestoreOriginalNames(boolean restoreOriginalNames) |
void |
setTranslationStatusValue(String translationStatusValue) |
void |
setTranslationTypeValue(String translationTypeValue) |
void |
setUpdateSDLTranslationStatus(boolean updateSDLTranslationStatus) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic static final String TRANSLATIONTYPE
public static final String TRANSLATIONSTATUS
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 boolean isBigFile()
public void setBigFile(boolean bigFile)
public String getFileMarker()
public void setFileMarker(String fileMarker)
public boolean isUpdateSDLTranslationStatus()
public void setUpdateSDLTranslationStatus(boolean updateSDLTranslationStatus)
public String getTranslationTypeValue()
public void setTranslationTypeValue(String translationTypeValue)
public String getTranslationStatusValue()
public void setTranslationStatusValue(String translationStatusValue)
public void setRestoreOriginalNames(boolean restoreOriginalNames)
public boolean getRestoreOriginalNames()
public ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2021. All rights reserved.