Class FileNameRegexImportFilter

java.lang.Object
org.alfresco.repo.bulkimport.importfilters.FileNameRegexImportFilter
All Implemented Interfaces:
ImportFilter

public class FileNameRegexImportFilter extends Object implements ImportFilter
This class is an ImportFilter that filters out files and/or folders whose name, excluding path, matches the configured regular expression.
Since:
4.0
  • Constructor Details

    • FileNameRegexImportFilter

      public FileNameRegexImportFilter(String filenameRegex)
      Simple constructor for a FileNameRegexSourceFilter
      Parameters:
      filenameRegex - The regex to use to match against file and folder names (must not be null).
  • Method Details