public class ImporterConfig extends Object implements Serializable
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() |
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 © 2015 Nuxeo SA. All rights reserved.