public class DirectoryImportFilter extends java.lang.Object implements ImportFilter
ImportFilter that filters out directories.| Constructor and Description |
|---|
DirectoryImportFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldFilter(ImportableItem importableItem)
Method that checks whether the given file or folder should be filtered.
|
public boolean shouldFilter(ImportableItem importableItem)
ImportFiltershouldFilter in interface ImportFilterimportableItem - The source importable item to check for filtering (will not be null).org.alfresco.extension.bulkfilesystemimport.ImportFilter#shouldFilter(org.alfresco.extension.bulkfilesystemimport.ImportableItem)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.