Uses of Class
org.alfresco.repo.bulkimport.AnalysedDirectory
-
Packages that use AnalysedDirectory Package Description org.alfresco.repo.bulkimport org.alfresco.repo.bulkimport.impl -
-
Uses of AnalysedDirectory in org.alfresco.repo.bulkimport
Methods in org.alfresco.repo.bulkimport that return AnalysedDirectory Modifier and Type Method Description AnalysedDirectoryDirectoryAnalyser. analyseDirectory(ImportableItem directory, java.nio.file.DirectoryStream.Filter<java.nio.file.Path> filter)Analyses the given directory. -
Uses of AnalysedDirectory in org.alfresco.repo.bulkimport.impl
Methods in org.alfresco.repo.bulkimport.impl that return AnalysedDirectory Modifier and Type Method Description AnalysedDirectoryDirectoryAnalyserImpl. analyseDirectory(ImportableItem directory, java.nio.file.DirectoryStream.Filter<java.nio.file.Path> filter)protected AnalysedDirectoryAbstractFilesystemTracker. getImportableDirectoriesInDirectory(ImportableItem directory, int count)protected AnalysedDirectoryAbstractFilesystemTracker. getImportableItemsInDirectory(ImportableItem directory)
-