public interface RepositoryConnectorProvider
| Modifier and Type | Method and Description |
|---|---|
RepositoryConnector |
newRepositoryConnector(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a repository connector for the specified remote repository.
|
RepositoryConnector newRepositoryConnector(RepositorySystemSession session, RemoteRepository repository) throws NoRepositoryConnectorException
session - The repository system session from which to configure the connector, must not be null.repository - The remote repository to create a connector for, must not be null.null.NoRepositoryConnectorException - If no available factory can create a connector for the specified remote
repository.Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.