public class Parameters extends StringParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION |
static int |
SCOPE_ALL |
static int |
SCOPE_APPROVEDONLY |
static int |
SCOPE_NOTAPPROVEDONLY |
static String |
XLIFF_SCHEMA_NONE |
static String |
XLIFF_SCHEMA_STRICT |
static String |
XLIFF_SCHEMA_TRANSITIONAL |
bufferpath| Constructor and Description |
|---|
Parameters() |
getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setStringgetParametersDescription, getPath, load, load, save, setPathpublic static final String FILE_EXTENSION
public static final int SCOPE_ALL
public static final int SCOPE_APPROVEDONLY
public static final int SCOPE_NOTAPPROVEDONLY
public static final String XLIFF_SCHEMA_NONE
public static final String XLIFF_SCHEMA_TRANSITIONAL
public static final String XLIFF_SCHEMA_STRICT
public String getTypesToIgnore()
public void setTypesToIgnore(String typesToIgnore)
public int getScope()
public void setScope(int scope)
public boolean getCorruptedCharacters()
public void setCorruptedCharacters(boolean corruptedCharacters)
public boolean getCheckAllowedCharacters()
public void setCheckAllowedCharacters(boolean checkAllowedCharacters)
public boolean getCheckCharacters()
public void setCheckCharacters(boolean checkCharacters)
public String getCharset()
public void setCharset(String charset)
public String getExtraCharsAllowed()
public void setExtraCharsAllowed(String extraCharsAllowed)
public boolean getCheckStorageSize()
public void setCheckStorageSize(boolean checkStorageSize)
public boolean getCheckMaxCharLength()
public void setCheckMaxCharLength(boolean checkMaxCharLength)
public int getMaxCharLengthBreak()
public void setMaxCharLengthBreak(int maxCharLengthBreak)
public int getMaxCharLengthAbove()
public void setMaxCharLengthAbove(int maxCharLengthAbove)
public int getMaxCharLengthBelow()
public void setMaxCharLengthBelow(int maxCharLengthBelow)
public boolean getCheckMinCharLength()
public void setCheckMinCharLength(boolean checkMinCharLength)
public int getMinCharLengthBreak()
public void setMinCharLengthBreak(int minCharLengthBreak)
public int getMinCharLengthAbove()
public void setMinCharLengthAbove(int minCharLengthAbove)
public int getMinCharLengthBelow()
public void setMinCharLengthBelow(int minCharLengthBelow)
public boolean getCheckAbsoluteMaxCharLength()
public void setCheckAbsoluteMaxCharLength(boolean checkAbsoluteMaxCharLength)
public int getAbsoluteMaxCharLength()
public void setAbsoluteMaxCharLength(int absoluteMaxCharLength)
public boolean getDoubledWord()
public void setDoubledWord(boolean doubledWord)
public String getDoubledWordExceptions()
public void setDoubledWordExceptions(String doubledWordExceptions)
public boolean getSaveSession()
public void setSaveSession(boolean saveSession)
public String getSessionPath()
public void setSessionPath(String sessionPath)
public String getOutputPath()
public void setOutputPath(String outputPath)
public int getOutputType()
public void setOutputType(int outputType)
public boolean getAutoOpen()
public void setAutoOpen(boolean autoOpen)
public boolean getLeadingWS()
public void setLeadingWS(boolean leadingWS)
public boolean getTrailingWS()
public void setTrailingWS(boolean trailingWS)
public boolean getEmptyTarget()
public void setEmptyTarget(boolean emptyTarget)
public boolean getEmptySource()
public void setEmptySource(boolean emptySource)
public boolean getTargetSameAsSource()
public void setTargetSameAsSource(boolean targetSameAsSource)
public boolean getTargetSameAsSourceForSameLanguage()
public void setTargetSameAsSourceForSameLanguage(boolean targetSameAsSourceForSameLanguage)
public boolean getTargetSameAsSourceWithCodes()
public void setTargetSameAsSourceWithCodes(boolean targetSameAsSourceWithCodes)
public boolean getTargetSameAsSourceWithNumbers()
public void setTargetSameAsSourceWithNumbers(boolean targetSameAsSourceWithNumbers)
public boolean getCodeDifference()
public void setCodeDifference(boolean codeDifference)
public boolean getGuessOpenClose()
public void setGuessOpenClose(boolean guessOpenClose)
public boolean getStrictCodeOrder()
public void setStrictCodeOrder(boolean strictCodeOrder)
public boolean getCheckXliffSchema()
public void setCheckXliffSchema(boolean schema)
public String getXliffSchemaType()
public void setXliffSchemaType(String schemaType)
public boolean getCheckPatterns()
public void setCheckPatterns(boolean patterns)
public List<PatternItem> getPatterns()
public void setPatterns(List<PatternItem> patterns)
public boolean getShowOnlyPatternDescription()
public void setShowOnlyPatternDescription(boolean showOnlyPatterndescription)
public boolean getCheckWithLT()
public void setCheckWithLT(boolean checkWithLT)
public String getServerURL()
public void setServerURL(String serverURL)
public boolean getLtBilingualMode()
public void setLtBilingualMode(boolean ltBilingualMode)
public boolean getCheckTerms()
public void setCheckTerms(boolean checkTerms)
public boolean getCheckBlacklist()
public boolean getAllowBlacklistSub()
public boolean getBlacklistSrc()
public void setCheckBlacklist(boolean checkBlacklist)
public void setAllowBlacklistSub(boolean allowBlacklistSub)
public void setBlacklistSrc(boolean blacklistSrc)
public boolean getStringMode()
public void setStringMode(boolean stringMode)
public boolean getBetweenCodes()
public void setBetweenCodes(boolean betweenCodes)
public boolean getShowFullPath()
public void setShowFullPath(boolean showFullPath)
public boolean getIncludeTextContainers()
public void setIncludeTextContainers(boolean includeTextContainers)
public boolean getUseGenericCodes()
public void setUseGenericCodes(boolean useGenericCodes)
public String getTermsPath()
public void setTermsPath(String termsPath)
public String getBlacklistPath()
public void setblacklistPath(String blacklistPath)
public InputStream getBlacklistStream()
public void setBlacklistStream(InputStream blacklistStream)
public void reset()
reset in interface IParametersreset in class StringParameterspublic void fromString(String data)
fromString in interface IParametersfromString in class StringParameterspublic void fromString(String data, boolean clearParameters)
fromString in class StringParameterspublic String toString()
toString in interface IParameterstoString in class StringParametersCopyright © 2022. All rights reserved.