org.apache.maven.artifact.ant

Class InstallWagonProviderTask

public class InstallWagonProviderTask extends AbstractArtifactTask

Ant Wrapper for wagon provider installation.

Version: $Id: InstallWagonProviderTask.java 320704 2005-10-13 09:51:36Z brett $

Author: Brett Porter

Method Summary
voiddoExecute()
StringgetArtifactId()
StringgetVersion()
voidsetArtifactId(String artifactId)
voidsetVersion(String version)

Method Detail

doExecute

public void doExecute()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()

setArtifactId

public void setArtifactId(String artifactId)

setVersion

public void setVersion(String version)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.