java.io.Serializablepublic class Repository extends RepositoryBase implements java.io.Serializable
| Constructor | Description |
|---|---|
Repository() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
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.
|
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 RepositoryBaseObject.equals(java.lang.Object)