Uses of Interface
org.alfresco.repo.bulkimport.DirectoryAnalyser
-
Packages that use DirectoryAnalyser Package Description org.alfresco.repo.bulkimport.impl -
-
Uses of DirectoryAnalyser in org.alfresco.repo.bulkimport.impl
Classes in org.alfresco.repo.bulkimport.impl that implement DirectoryAnalyser Modifier and Type Class Description classDirectoryAnalyserImplThis class provides the implementation for directory analysis, the process by which a directory listing of files is broken up into ImportableItems.Fields in org.alfresco.repo.bulkimport.impl declared as DirectoryAnalyser Modifier and Type Field Description protected DirectoryAnalyserAbstractBulkFilesystemImporter. directoryAnalyserprotected DirectoryAnalyserAbstractFilesystemTracker. directoryAnalyserMethods in org.alfresco.repo.bulkimport.impl with parameters of type DirectoryAnalyser Modifier and Type Method Description voidAbstractBulkFilesystemImporter. setDirectoryAnalyser(DirectoryAnalyser directoryAnalyser)voidAbstractFilesystemTracker. setDirectoryAnalyser(DirectoryAnalyser directoryAnalyser)Constructors in org.alfresco.repo.bulkimport.impl with parameters of type DirectoryAnalyser Constructor Description StripingFilesystemTracker(DirectoryAnalyser directoryAnalyser, org.alfresco.service.cmr.repository.NodeRef target, java.io.File sourceFolder, int batchSize)
-