Package org.openrefine.importers.tree
Class ImportParameters
- java.lang.Object
-
- org.openrefine.importers.tree.ImportParameters
-
@Deprecated public class ImportParameters extends Object
Deprecated.2020-07-23 Use the method signatures which take individual parameters instead of this
-
-
Field Summary
Fields Modifier and Type Field Description protected String
fileSource
Deprecated.protected boolean
guessDataType
Deprecated.protected boolean
includeFileSources
Deprecated.protected boolean
storeEmptyStrings
Deprecated.protected boolean
trimStrings
Deprecated.
-
Constructor Summary
Constructors Constructor Description ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes)
Deprecated.ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes, boolean includeFileSources, String fileSource)
Deprecated.
-
-
-
Field Detail
-
trimStrings
protected boolean trimStrings
Deprecated.
-
storeEmptyStrings
protected boolean storeEmptyStrings
Deprecated.
-
guessDataType
protected boolean guessDataType
Deprecated.
-
includeFileSources
protected boolean includeFileSources
Deprecated.
-
fileSource
protected String fileSource
Deprecated.
-
-
Constructor Detail
-
ImportParameters
@Deprecated public ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes, boolean includeFileSources, String fileSource)
Deprecated.
-
ImportParameters
@Deprecated public ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes)
Deprecated.
-
-