org.apache.maven.project
Class Repository

java.lang.Object
  extended by org.apache.maven.project.Repository
All Implemented Interfaces:
java.io.Serializable

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

null

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

Constructor Summary
Repository()
           
 
Method Summary
 java.lang.String getConnection()
          Get The source control management system URL that describes the repository and how to connect to the repository.
 java.lang.String getDeveloperConnection()
          Get Just like connection, but for developers, i.e. this scm connection will not be read only.
 java.lang.String getModelEncoding()
           
 java.lang.String getUrl()
          Get The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.
 void setConnection(java.lang.String connection)
          Set The source control management system URL that describes the repository and how to connect to the repository.
 void setDeveloperConnection(java.lang.String developerConnection)
          Set Just like connection, but for developers, i.e. this scm connection will not be read only.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setUrl(java.lang.String url)
          Set The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repository

public Repository()
Method Detail

getConnection

public java.lang.String getConnection()
Get The source control management system URL that describes the repository and how to connect to the repository. For more information, see the URL format and list of supported SCMs. This connection is read-only.


getDeveloperConnection

public java.lang.String getDeveloperConnection()
Get Just like connection, but for developers, i.e. this scm connection will not be read only.


getUrl

public java.lang.String getUrl()
Get The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.


setConnection

public void setConnection(java.lang.String connection)
Set The source control management system URL that describes the repository and how to connect to the repository. For more information, see the URL format and list of supported SCMs. This connection is read-only.

Parameters:
connection -

setDeveloperConnection

public void setDeveloperConnection(java.lang.String developerConnection)
Set Just like connection, but for developers, i.e. this scm connection will not be read only.

Parameters:
developerConnection -

setUrl

public void setUrl(java.lang.String url)
Set The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.

Parameters:
url -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.