@Deprecated public class ImportConf extends Object
Import2.
If you do not give this object to the Import2, then it will
instanciate a new one using all default values.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ignoreUnknownHeader
Deprecated.
Flag to ignore header found in a import file and not declared in the
import model.
|
protected boolean |
safetySwitch
Deprecated.
Flag to turn or not the safetySwitch (see
CsvReader.getSafetySwitch()). |
protected boolean |
strictMode
Deprecated.
Flag to use a strict mode (says import will failed at the first error),
if setted to
false, then errors for each rows will be stored in
the current row and import will continue to the end. |
| Constructor and Description |
|---|
ImportConf()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIgnoreUnknownHeader()
Deprecated.
|
boolean |
isSafetySwitch()
Deprecated.
|
boolean |
isStrictMode()
Deprecated.
|
void |
setIgnoreUnknownHeader(boolean ignoreUnknownHeader)
Deprecated.
|
void |
setSafetySwitch(boolean safetySwitch)
Deprecated.
|
void |
setStrictMode(boolean strictMode)
Deprecated.
|
protected boolean safetySwitch
CsvReader.getSafetySwitch()).
By default, not used.protected boolean strictMode
false, then errors for each rows will be stored in
the current row and import will continue to the end.
By default, used (strict mode).protected boolean ignoreUnknownHeader
public boolean isSafetySwitch()
public void setSafetySwitch(boolean safetySwitch)
public boolean isStrictMode()
public void setStrictMode(boolean strictMode)
public boolean isIgnoreUnknownHeader()
public void setIgnoreUnknownHeader(boolean ignoreUnknownHeader)
Copyright © 2011-2013 CodeLutin. All Rights Reserved.