public class ParametersExport extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
ParametersExport() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramDesc) |
String |
getConstraintsFile() |
String |
getFilterConfigurationForExportFormat(int formatCode)
Gets the Okapi filter configuration for a given Trados export format.
|
int |
getFormat() |
ParametersDescription |
getParametersDescription() |
String |
getPass() |
boolean |
getSendExportedFile() |
String |
getUser() |
void |
reset() |
void |
setConstraintsFile(String constraintsFile) |
void |
setFormat(int format) |
void |
setPass(String pass) |
void |
setSendExportedFile(boolean sendExportedFile) |
void |
setUser(String user) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic String getUser()
public void setUser(String user)
public String getPass()
public void setPass(String pass)
public int getFormat()
public void setFormat(int format)
public String getConstraintsFile()
public void setConstraintsFile(String constraintsFile)
public boolean getSendExportedFile()
public void setSendExportedFile(boolean sendExportedFile)
public void reset()
reset in interface IParametersreset in class StringParameterspublic ParametersDescription getParametersDescription()
getParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramDesc)
createEditorDescription in interface IEditorDescriptionProviderpublic String getFilterConfigurationForExportFormat(int formatCode)
formatCode - the code of the export format.Copyright © 2021. All rights reserved.