Package org.alfresco.repo.bulkimport
Class AnalysedDirectory
- java.lang.Object
-
- org.alfresco.repo.bulkimport.AnalysedDirectory
-
public class AnalysedDirectory extends java.lang.ObjectThis class represents the analysed contents of a directory.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description AnalysedDirectory(java.util.List<java.nio.file.Path> paths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddImportableItem(ImportableItem importableItem)ImportableItemfindImportableItem(java.nio.file.Path contentFile)java.util.Collection<ImportableItem>getImportableDirectories()java.util.Collection<ImportableItem>getImportableItems()java.util.List<java.nio.file.Path>getOriginalPaths()
-
-
-
Method Detail
-
getOriginalPaths
public java.util.List<java.nio.file.Path> getOriginalPaths()
-
getImportableItems
public java.util.Collection<ImportableItem> getImportableItems()
-
getImportableDirectories
public java.util.Collection<ImportableItem> getImportableDirectories()
-
addImportableItem
public void addImportableItem(ImportableItem importableItem)
-
findImportableItem
public ImportableItem findImportableItem(java.nio.file.Path contentFile)
-
-