Interface AdvancedImportHandler

All Superinterfaces:
ImportHandler
All Known Implementing Classes:
AbstactImportHandler

@Deprecated public interface AdvancedImportHandler extends ImportHandler
Deprecated.
Searches and import existing repositories. The AdvancedImportHandler gives more control over the result of the import as the ImportHandler.
Since:
1.43
  • Method Details

    • importRepositoriesFromDirectory

      ImportResult importRepositoriesFromDirectory(RepositoryManager manager)
      Deprecated.
      Import existing and non managed repositories. Returns result which contains names of the successfully imported directories and the names of the failed directories
      Parameters:
      manager - The global RepositoryManager
      Returns:
      result which contains names of the successfully imported directories and the names of the failed directories.