Interface RepositoryConnectorFactory

All Known Implementing Classes:
BasicRepositoryConnectorFactory

A factory to create repository connectors. A repository connector is responsible for uploads/downloads to/from a certain kind of remote repository. When the repository system needs a repository connector for a given remote repository, it iterates the registered factories in descending order of their priority and calls newInstance(RepositorySystemSession, RemoteRepository) on them. The first connector returned by a factory will then be used for the transfer.