Package org.eclipse.aether.spi.connector
package org.eclipse.aether.spi.connector
The contract to access artifacts/metadata in remote repositories. By implementing a
RepositoryConnectorFactory
and registering it with the repository system,
an application can enable access to arbitrary remote repositories. It should be noted that a repository connector is
powerful yet burdensome to implement. In many cases, implementing a
TransporterFactory
or
RepositoryLayoutFactory
will be sufficient and easier to access a
custom remote repository.-
ClassDescriptionA download of an artifact from a remote repository.A download/upload of an artifact.An upload of an artifact to a remote repository.A download of metadata from a remote repository.A download/upload of metadata.An upload of metadata to a remote repository.A connector for a remote repository.A factory to create repository connectors.An artifact/metadata transfer.