|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.v3_0_0.Repository
public class Repository
Class Repository.
Field Summary | |
---|---|
private java.lang.String |
connection
The source control management system URL that describes the repository and how to connect to the repository. |
private java.lang.String |
developerConnection
Just like connection , but for
developers, i.e. |
private java.lang.String |
url
The URL to the project's browsable SCM repository, such as ViewVC or Fisheye. |
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. |
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. |
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 |
Field Detail |
---|
private java.lang.String connection
private java.lang.String developerConnection
connection
, but for
developers, i.e. this scm connection
will not be read only.
private java.lang.String url
Constructor Detail |
---|
public Repository()
Method Detail |
---|
public java.lang.String getConnection()
public java.lang.String getDeveloperConnection()
connection
, but for developers,
i.e. this scm connection
will not be read only.
public java.lang.String getUrl()
public void setConnection(java.lang.String connection)
connection
- public void setDeveloperConnection(java.lang.String developerConnection)
connection
, but for developers,
i.e. this scm connection
will not be read only.
developerConnection
- public void setUrl(java.lang.String url)
url
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |