Modifier and Type | Class and Description |
---|---|
class |
AsyncRepositoryConnectorFactory
A repository connector factory that uses Async Http Client for the transfers.
|
Modifier and Type | Class and Description |
---|---|
class |
FileRepositoryConnectorFactory
Factory to create repository connectors for use with the
file protocol. |
Modifier and Type | Class and Description |
---|---|
class |
WagonRepositoryConnectorFactory
A repository connector factory that uses Maven Wagon for the transfers.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositoryConnectorProvider |
DefaultRepositoryConnectorProvider.addRepositoryConnectorFactory(RepositoryConnectorFactory factory) |
Modifier and Type | Method and Description |
---|---|
DefaultRepositoryConnectorProvider |
DefaultRepositoryConnectorProvider.setRepositoryConnectorFactories(Collection<RepositoryConnectorFactory> factories) |
Modifier and Type | Method and Description |
---|---|
protected RepositoryConnectorFactory |
ConnectorTestSuiteSetup.factory() |
RepositoryConnectorFactory |
ConnectorTestSetup.factory() |
Modifier and Type | Method and Description |
---|---|
static void |
TransferEventTester.testFailedTransferEvents(RepositoryConnectorFactory factory,
DefaultRepositorySystemSession session,
RemoteRepository repository)
Test the order of events and their properties for the unsuccessful up- and download of artifact and metadata.
|
static void |
TransferEventTester.testSuccessfulTransferEvents(RepositoryConnectorFactory factory,
DefaultRepositorySystemSession session,
RemoteRepository repository)
Test the order of events and their properties for the successful up- and download of artifact and metadata.
|
Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.