Package sonia.scm.repository
Interface AdvancedImportHandler
- All Superinterfaces:
ImportHandler
- All Known Implementing Classes:
AbstactImportHandler
Deprecated.
Searches and import existing repositories. The
AdvancedImportHandler
gives more control over the result of the import as the
ImportHandler
.- Since:
- 1.43
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Import existing and non managed repositories.Methods inherited from interface sonia.scm.repository.ImportHandler
importRepositories
-
Method Details
-
importRepositoriesFromDirectory
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 globalRepositoryManager
- Returns:
- result which contains names of the successfully imported directories and the names of the failed directories.
-