Package net.sf.okapi.filters.table.tsv
Class Parameters
-
- All Implemented Interfaces:
Cloneable
,IParameters
,ISimplifierRulesParameters
public class Parameters extends Parameters
Tab-Separated Values filter parameters.- Version:
- 0.1, 10.06.2009
-
-
Field Summary
-
Fields inherited from class net.sf.okapi.filters.table.base.Parameters
columnNamesLineNum, commentColumns, commentSourceRefs, DETECT_COLUMNS_COL_NAMES, DETECT_COLUMNS_FIXED_NUMBER, DETECT_COLUMNS_NONE, detectColumnsMode, exposeCommentsAsMetadata, numColumns, recordIdColumn, SEND_COLUMNS_ALL, SEND_COLUMNS_LISTED, SEND_COLUMNS_NONE, SEND_HEADER_ALL, SEND_HEADER_COLUMN_NAMES_ONLY, SEND_HEADER_NONE, sendColumnsMode, sendHeaderMode, sourceColumns, sourceIdColumns, sourceIdSourceRefs, sourceIdSuffixes, targetColumns, targetLanguages, targetSourceRefs, TRIM_ALL, TRIM_NONE, TRIM_NONQUALIFIED_ONLY, trimMode, valuesStartLineNum
-
Fields inherited from class net.sf.okapi.filters.plaintext.base.Parameters
codeFinderRules, preserveWS, subfilter, trimLeading, trimTrailing, unescapeSource, useCodeFinder, wrapMode
-
Fields inherited from class net.sf.okapi.common.StringParameters
buffer
-
Fields inherited from class net.sf.okapi.common.BaseParameters
path
-
Fields inherited from interface net.sf.okapi.common.ISimplifierRulesParameters
SIMPLIFIERRULES, SIMPLIFIERRULES_DISPLAY_NAME, SIMPLIFIERRULES_SHORT_DESC
-
-
Constructor Summary
Constructors Constructor Description Parameters()
-
Method Summary
-
Methods inherited from class net.sf.okapi.filters.table.base.Parameters
load, reset, save
-
Methods inherited from class net.sf.okapi.common.AbstractGroupParameters
fromString, getData, getSimplifierRules, loadFromResource, loadGroup, loadGroup, saveGroup, saveGroup, saveToResource, setSimplifierRules, toString, validateSimplifierRules
-
Methods inherited from class net.sf.okapi.common.StringParameters
fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString
-
Methods inherited from class net.sf.okapi.common.BaseParameters
getParametersDescription, getPath, load, load, save, setPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sf.okapi.common.IParameters
copy
-
-