|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.RepositoryBase org.apache.maven.model.Repository
public class Repository
A repository contains the information needed for establishing connections with remote repository.
Constructor Summary | |
---|---|
Repository()
|
Method Summary | |
---|---|
Repository |
clone()
Method clone. |
RepositoryPolicy |
getReleases()
Get how to handle downloading of releases from this repository. |
RepositoryPolicy |
getSnapshots()
Get how to handle downloading of snapshots from this repository. |
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.model.RepositoryBase |
---|
equals, getId, getLayout, getLocation, getName, getUrl, hashCode, setId, setLayout, setLocation, setName, setUrl, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Repository()
Method Detail |
---|
public Repository clone()
clone
in class RepositoryBase
public RepositoryPolicy getReleases()
public RepositoryPolicy getSnapshots()
public void setReleases(RepositoryPolicy releases)
releases
- public void setSnapshots(RepositoryPolicy snapshots)
snapshots
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |