See: Description
Interface | Description |
---|---|
RepositoryConnector |
A connector for a remote repository.
|
RepositoryConnectorFactory |
A factory to create repository connectors.
|
Class | Description |
---|---|
ArtifactDownload |
A download of an artifact from a remote repository.
|
ArtifactTransfer |
A download/upload of an artifact.
|
ArtifactUpload |
An upload of an artifact to a remote repository.
|
MetadataDownload |
A download of metadata from a remote repository.
|
MetadataTransfer |
A download/upload of metadata.
|
MetadataUpload |
An upload of metadata to a remote repository.
|
Transfer |
An artifact/metadata transfer.
|
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.Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.