public class ImporterConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
batchSize |
protected boolean |
createInitialFolder |
protected boolean |
mergeInitialFolder |
protected Integer |
nbThreads |
protected String |
processedPath |
protected String |
sourcePath |
protected String |
targetPath |
protected Integer |
transactionTimeout |
protected boolean |
update |
protected boolean |
useXMLMapping |
Constructor and Description |
---|
ImporterConfig() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBatchSize() |
Integer |
getNbThreads() |
String |
getProcessedPath() |
String |
getSourcePath() |
String |
getTargetPath() |
Integer |
getTransactionTimeout() |
boolean |
isCreateInitialFolder() |
boolean |
isMergeInitialFolder() |
boolean |
isUpdate() |
void |
setBatchSize(Integer batchSize) |
void |
setCreateInitialFolder(boolean createInitialFolder) |
void |
setMergeInitialFolder(boolean mergeInitialFolder) |
void |
setNbThreads(Integer nbThreads) |
void |
setProcessedPath(String processedPath) |
void |
setSourcePath(String sourcePath) |
void |
setTargetPath(String tagetPath) |
void |
setTransactionTimeout(Integer transactionTimeout) |
void |
setUpdate(boolean update) |
void |
setUseXMLMapping(boolean useXMLMapping) |
boolean |
useXMLMapping() |
protected String sourcePath
protected String processedPath
protected Integer transactionTimeout
protected String targetPath
protected boolean useXMLMapping
protected boolean createInitialFolder
protected boolean mergeInitialFolder
protected boolean update
public ImporterConfig()
public String getSourcePath()
public String getProcessedPath()
public Integer getNbThreads()
public Integer getBatchSize()
public Integer getTransactionTimeout()
public String getTargetPath()
public boolean useXMLMapping()
public boolean isCreateInitialFolder()
public boolean isUpdate()
public void setCreateInitialFolder(boolean createInitialFolder)
public boolean isMergeInitialFolder()
public void setMergeInitialFolder(boolean mergeInitialFolder)
public void setSourcePath(String sourcePath)
public void setProcessedPath(String processedPath)
public void setNbThreads(Integer nbThreads)
public void setBatchSize(Integer batchSize)
public void setTransactionTimeout(Integer transactionTimeout)
public void setTargetPath(String tagetPath)
public void setUseXMLMapping(boolean useXMLMapping)
public void setUpdate(boolean update)
Copyright © 2018 Nuxeo. All rights reserved.