org.alfresco.repo.bulkimport
Class AnalysedDirectory
java.lang.Object
org.alfresco.repo.bulkimport.AnalysedDirectory
public class AnalysedDirectory
- extends java.lang.Object
This class represents the analysed contents of a directory.
- Since:
- 4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnalysedDirectory
public AnalysedDirectory(java.io.File[] files)
getOriginalListing
public java.util.List getOriginalListing()
getImportableItems
public java.util.Collection getImportableItems()
getImportableDirectories
public java.util.List getImportableDirectories()
addImportableItem
public void addImportableItem(ImportableItem importableItem)
findImportableItem
public ImportableItem findImportableItem(java.io.File contentFile)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.