org.apache.maven.model
Class DistributionManagement

java.lang.Object
  extended by org.apache.maven.model.DistributionManagement
All Implemented Interfaces:
java.io.Serializable

public class DistributionManagement
extends java.lang.Object
implements java.io.Serializable

Class DistributionManagement.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
DistributionManagement()
           
 
Method Summary
 java.lang.String getDownloadUrl()
          Method getDownloadUrl
 Relocation getRelocation()
          Method getRelocation
 DeploymentRepository getRepository()
          Method getRepository
 Site getSite()
          Method getSite
 DeploymentRepository getSnapshotRepository()
          Method getSnapshotRepository
 java.lang.String getStatus()
          Method getStatus
 void setDownloadUrl(java.lang.String downloadUrl)
          Method setDownloadUrl
 void setRelocation(Relocation relocation)
          Method setRelocation
 void setRepository(DeploymentRepository repository)
          Method setRepository
 void setSite(Site site)
          Method setSite
 void setSnapshotRepository(DeploymentRepository snapshotRepository)
          Method setSnapshotRepository
 void setStatus(java.lang.String status)
          Method setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributionManagement

public DistributionManagement()
Method Detail

getDownloadUrl

public java.lang.String getDownloadUrl()
Method getDownloadUrl


getRelocation

public Relocation getRelocation()
Method getRelocation


getRepository

public DeploymentRepository getRepository()
Method getRepository


getSite

public Site getSite()
Method getSite


getSnapshotRepository

public DeploymentRepository getSnapshotRepository()
Method getSnapshotRepository


getStatus

public java.lang.String getStatus()
Method getStatus


setDownloadUrl

public void setDownloadUrl(java.lang.String downloadUrl)
Method setDownloadUrl

Parameters:
downloadUrl -

setRelocation

public void setRelocation(Relocation relocation)
Method setRelocation

Parameters:
relocation -

setRepository

public void setRepository(DeploymentRepository repository)
Method setRepository

Parameters:
repository -

setSite

public void setSite(Site site)
Method setSite

Parameters:
site -

setSnapshotRepository

public void setSnapshotRepository(DeploymentRepository snapshotRepository)
Method setSnapshotRepository

Parameters:
snapshotRepository -

setStatus

public void setStatus(java.lang.String status)
Method setStatus

Parameters:
status -


Copyright 2005 Apache Software Foundation. All Rights Reserved.