public class ParametersAnalysis extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
ParametersAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramDesc) |
boolean |
getAppendToLog() |
boolean |
getAutoOpenLog() |
String |
getExistingTm() |
boolean |
getExportUnknown() |
String |
getLogPath() |
int |
getMaxMatch() |
ParametersDescription |
getParametersDescription() |
String |
getPass() |
String |
getPrjTmPath() |
boolean |
getSendTmx() |
String |
getTmxPath() |
boolean |
getUseExisting() |
String |
getUser() |
boolean |
isCreatePrjTm() |
void |
reset() |
void |
setAppendToLog(boolean appendToLog) |
void |
setAutoOpenLog(boolean autoOpenLog) |
void |
setCreatePrjTm(boolean createPrjTm) |
void |
setExistingTm(String existingTm) |
void |
setExportUnknown(boolean exportUnknown) |
void |
setLogPath(String logPath) |
void |
setMaxMatch(int maxMatch) |
void |
setPass(String pass) |
void |
setPrjTmPath(String prjTmPath) |
void |
setSendTmx(boolean sendTmx) |
void |
setTmxPath(String tmxPath) |
void |
setUseExisting(boolean useExisting) |
void |
setUser(String user) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic String getPrjTmPath()
public void setPrjTmPath(String prjTmPath)
public boolean isCreatePrjTm()
public void setCreatePrjTm(boolean createPrjTm)
public String getUser()
public void setUser(String user)
public String getPass()
public void setPass(String pass)
public int getMaxMatch()
public void setMaxMatch(int maxMatch)
public String getLogPath()
public void setLogPath(String logPath)
public String getTmxPath()
public void setTmxPath(String tmxPath)
public String getExistingTm()
public void setExistingTm(String existingTm)
public boolean getExportUnknown()
public void setExportUnknown(boolean exportUnknown)
public boolean getUseExisting()
public void setUseExisting(boolean useExisting)
public boolean getAutoOpenLog()
public void setAutoOpenLog(boolean autoOpenLog)
public boolean getAppendToLog()
public void setAppendToLog(boolean appendToLog)
public boolean getSendTmx()
public void setSendTmx(boolean sendTmx)
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 IEditorDescriptionProviderCopyright © 2020. All rights reserved.