public class Repository extends Object implements Serializable
<repository>
element contains
informations required to a repository
used by the project.Constructor and Description |
---|
Repository() |
Modifier and Type | Method and Description |
---|---|
String |
getConnection()
Get the source control management system URL
that describes the repository and how to connect
to the
repository.
|
String |
getDeveloperConnection()
Get just like
connection , but for developers,
i.e. |
String |
getUrl()
Get the URL to the project's browsable SCM repository, such
as ViewVC or Fisheye.
|
void |
setConnection(String connection)
Set the source control management system URL
that describes the repository and how to connect
to the
repository.
|
void |
setDeveloperConnection(String developerConnection)
Set just like
connection , but for developers,
i.e. |
void |
setUrl(String url)
Set the URL to the project's browsable SCM repository, such
as ViewVC or Fisheye.
|
public String getConnection()
public String getDeveloperConnection()
connection
, but for developers,
i.e. this scm connection
will not be read only.public String getUrl()
public void setConnection(String connection)
connection
- public void setDeveloperConnection(String developerConnection)
connection
, but for developers,
i.e. this scm connection
will not be read only.developerConnection
- public void setUrl(String url)
url
- Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.