Class ImporterRunnerConfiguration
java.lang.Object
org.nuxeo.ecm.platform.importer.base.ImporterRunnerConfiguration
Hold the configuration of an ImporterRunner.
- Author:
 - Thomas Roger
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal Stringfinal Stringfinal ImporterLoggerfinal intfinal Stringfinal booleanfinal SourceNode - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedImporterRunnerConfiguration(String repositoryName, SourceNode sourceNode, String importWritePath, ImporterLogger log, boolean skipRootContainerCreation, int batchSize, int nbThreads, String jobName)  - 
Method Summary
 
- 
Field Details
- 
sourceNode
 - 
importWritePath
 - 
skipRootContainerCreation
public final boolean skipRootContainerCreation - 
batchSize
public final int batchSize - 
nbThreads
public final int nbThreads - 
jobName
 - 
log
 - 
repositoryName
 
 - 
 - 
Constructor Details
- 
ImporterRunnerConfiguration
protected ImporterRunnerConfiguration(String repositoryName, SourceNode sourceNode, String importWritePath, ImporterLogger log, boolean skipRootContainerCreation, int batchSize, int nbThreads, String jobName)  
 -