org.apache.maven.model
Class Scm

java.lang.Object
  extended byorg.apache.maven.model.Scm
All Implemented Interfaces:
java.io.Serializable

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

null

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

Constructor Summary
Scm()
           
 
Method Summary
 java.lang.String getConnection()
          Get The source configuration 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.
 java.lang.String getModelEncoding()
           
 java.lang.String getTag()
          Get The tag of current code.
 java.lang.String getUrl()
          Get The URL to the project's browsable CVS repository.
 void setConnection(java.lang.String connection)
          Set The source configuration 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.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setTag(java.lang.String tag)
          Set The tag of current code.
 void setUrl(java.lang.String url)
          Set The URL to the project's browsable CVS repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scm

public Scm()
Method Detail

getConnection

public java.lang.String getConnection()
Get The source configuration management system URL that describes the repository and how to connect to the repository. This is used by Maven when building versions from specific ID. Url format


getDeveloperConnection

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


getTag

public java.lang.String getTag()
Get The tag of current code. By default, it's set to HEAD during development.


getUrl

public java.lang.String getUrl()
Get The URL to the project's browsable CVS repository.


setConnection

public void setConnection(java.lang.String connection)
Set The source configuration management system URL that describes the repository and how to connect to the repository. This is used by Maven when building versions from specific ID. Url format

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 -

setTag

public void setTag(java.lang.String tag)
Set The tag of current code. By default, it's set to HEAD during development.

Parameters:
tag -

setUrl

public void setUrl(java.lang.String url)
Set The URL to the project's browsable CVS repository.

Parameters:
url -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright 2006 Apache Software Foundation. All Rights Reserved.