Uses of Package
org.eclipse.aether.spi.connector
-
Packages that use org.eclipse.aether.spi.connector 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. -
Classes in org.eclipse.aether.spi.connector used by org.eclipse.aether.connector.basic Class Description RepositoryConnector A connector for a remote repository.RepositoryConnectorFactory A factory to create repository connectors. -
Classes in org.eclipse.aether.spi.connector used by org.eclipse.aether.impl Class Description RepositoryConnector A connector for a remote repository. -
Classes in org.eclipse.aether.spi.connector used by org.eclipse.aether.internal.impl Class Description RepositoryConnector A connector for a remote repository.RepositoryConnectorFactory A factory to create repository connectors. -
Classes in org.eclipse.aether.spi.connector used by org.eclipse.aether.spi.connector 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.RepositoryConnector A connector for a remote repository.Transfer An artifact/metadata transfer.