Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
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.
|
Modifier and Type | Method and Description |
---|---|
DeployResult |
RepositorySystem.deploy(RepositorySystemSession session,
DeployRequest request)
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
|
Modifier and Type | Method and Description |
---|---|
DeployResult |
Deployer.deploy(RepositorySystemSession session,
DeployRequest request)
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
|
Modifier and Type | Method and Description |
---|---|
DeployResult |
DefaultRepositorySystem.deploy(RepositorySystemSession session,
DeployRequest request) |
DeployResult |
DefaultDeployer.deploy(RepositorySystemSession session,
DeployRequest request) |
private DeployResult |
DefaultDeployer.deploy(SyncContext syncContext,
RepositorySystemSession session,
DeployRequest request) |
private void |
DefaultDeployer.upload(java.util.Collection<MetadataUpload> metadataUploads,
RepositorySystemSession session,
Metadata metadata,
RemoteRepository repository,
RepositoryConnector connector,
DefaultDeployer.EventCatapult catapult) |