org.alfresco.repo.bulkimport
Class AnalysedDirectory

java.lang.Object
  extended by org.alfresco.repo.bulkimport.AnalysedDirectory

public class AnalysedDirectory
extends java.lang.Object

This class represents the analysed contents of a directory.

Since:
4.0

Constructor Summary
AnalysedDirectory(java.io.File[] files)
           
 
Method Summary
 void addImportableItem(ImportableItem importableItem)
           
 ImportableItem findImportableItem(java.io.File contentFile)
           
 java.util.List getImportableDirectories()
           
 java.util.Collection getImportableItems()
           
 java.util.List getOriginalListing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysedDirectory

public AnalysedDirectory(java.io.File[] files)
Method Detail

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.