|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.RepositoryBase
org.apache.maven.settings.Repository
public class Repository
Repository contains the information needed for establishing connections with remote repoistory
| Constructor Summary | |
|---|---|
Repository()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getModelEncoding()
|
RepositoryPolicy |
getReleases()
Get How to handle downloading of releases from this repositor |
RepositoryPolicy |
getSnapshots()
Get How to handle downloading of snapshots from this repository |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setReleases(RepositoryPolicy releases)
Set How to handle downloading of releases from this repository |
void |
setSnapshots(RepositoryPolicy snapshots)
Set How to handle downloading of snapshots from this repository |
| Methods inherited from class org.apache.maven.settings.RepositoryBase |
|---|
getId, getLayout, getName, getUrl, setId, setLayout, setName, setUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Repository()
| Method Detail |
|---|
public RepositoryPolicy getReleases()
public RepositoryPolicy getSnapshots()
public void setReleases(RepositoryPolicy releases)
releases - public void setSnapshots(RepositoryPolicy snapshots)
snapshots - public boolean equals(java.lang.Object obj)
equals in class RepositoryBasepublic void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class RepositoryBasepublic java.lang.String getModelEncoding()
getModelEncoding in class RepositoryBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||