org.apache.maven.plugin.deploy.stubs
Class ArtifactDeployerStub

java.lang.Object
  extended by org.apache.maven.plugin.deploy.stubs.ArtifactDeployerStub
All Implemented Interfaces:
org.apache.maven.artifact.deployer.ArtifactDeployer

public class ArtifactDeployerStub
extends Object
implements org.apache.maven.artifact.deployer.ArtifactDeployer


Field Summary
 
Fields inherited from interface org.apache.maven.artifact.deployer.ArtifactDeployer
ROLE
 
Constructor Summary
ArtifactDeployerStub()
           
 
Method Summary
 void deploy(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
           
 void deploy(String basedir, String finalName, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDeployerStub

public ArtifactDeployerStub()
Method Detail

deploy

public void deploy(String basedir,
                   String finalName,
                   Artifact artifact,
                   ArtifactRepository deploymentRepository,
                   ArtifactRepository localRepository)
            throws org.apache.maven.artifact.deployer.ArtifactDeploymentException
Specified by:
deploy in interface org.apache.maven.artifact.deployer.ArtifactDeployer
Throws:
org.apache.maven.artifact.deployer.ArtifactDeploymentException

deploy

public void deploy(File source,
                   Artifact artifact,
                   ArtifactRepository deploymentRepository,
                   ArtifactRepository localRepository)
            throws org.apache.maven.artifact.deployer.ArtifactDeploymentException
Specified by:
deploy in interface org.apache.maven.artifact.deployer.ArtifactDeployer
Throws:
org.apache.maven.artifact.deployer.ArtifactDeploymentException


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.