Uses of Interface
org.alfresco.repo.bulkimport.FilesystemTracker
-
Packages that use FilesystemTracker Package Description org.alfresco.repo.bulkimport.impl -
-
Uses of FilesystemTracker in org.alfresco.repo.bulkimport.impl
Classes in org.alfresco.repo.bulkimport.impl that implement FilesystemTracker Modifier and Type Class Description classAbstractFilesystemTrackerclassStripingFilesystemTrackerA filesystem walker that returns all files and directories in subsequent levels of a filesystem tree; it returns all directories and files in a given level, at which point it moves on to the next level and starts returning directories and files in that level.Methods in org.alfresco.repo.bulkimport.impl with parameters of type FilesystemTracker Modifier and Type Method Description protected BatchProcessor.BatchProcessWorker<ImportableItem>MultiThreadedBulkFilesystemImporter. getWorker(BulkImportParameters bulkImportParameters, java.lang.String lockToken, NodeImporter nodeImporter, FilesystemTracker filesystemTracker)
-