org.sonatype.aether.impl
Interface Deployer

All Known Implementing Classes:
DefaultDeployer

public interface Deployer

Author:
Benjamin Bentmann

Method Summary
 DeployResult deploy(RepositorySystemSession session, DeployRequest request)
          Uploads a collection of artifacts and their accompanying metadata to a remote repository.
 

Method Detail

deploy

DeployResult deploy(RepositorySystemSession session,
                    DeployRequest request)
                    throws DeploymentException
Uploads a collection of artifacts and their accompanying metadata to a remote repository.

Parameters:
session - The repository session, must not be null.
request - The deployment request, must not be null.
Returns:
The deployment result, never null.
Throws:
DeploymentException - If any artifact/metadata from the request could not be deployed.
See Also:
RepositorySystem.deploy(RepositorySystemSession, DeployRequest)


Copyright © 2010-2013. All Rights Reserved.