Package | Description |
---|---|
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BasicRepositoryConnector |
Modifier and Type | Method and Description |
---|---|
RepositoryConnector |
BasicRepositoryConnectorFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
RepositoryConnector |
RepositoryConnectorProvider.newRepositoryConnector(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a repository connector for the specified remote repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryConnector |
DefaultRepositoryConnectorProvider.newRepositoryConnector(RepositorySystemSession session,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultDeployer.upload(java.util.Collection<MetadataUpload> metadataUploads,
RepositorySystemSession session,
Metadata metadata,
RemoteRepository repository,
RepositoryConnector connector,
DefaultDeployer.EventCatapult catapult) |
Modifier and Type | Method and Description |
---|---|
RepositoryConnector |
RepositoryConnectorFactory.newInstance(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a repository connector for the specified remote repository.
|