public class Repository extends RepositoryBaseimplements Serializable , Cloneable
| Constructor and Description |
|---|
Repository()
|
| Modifier and Type | Method and Description |
|---|---|
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
Set how to handle downloading of releases from this repository.
|
void |
setSnapshots(RepositoryPolicy
Set how to handle downloading of snapshots from this repository.
|
equals, getId, getLayout, getLocation, getName, getUrl, hashCode, setId, setLayout, setLocation, setName, setUrl, toStringpublic Repositoryclone()
clone in class
RepositoryBase
public RepositoryPolicygetReleases()
public RepositoryPolicygetSnapshots()
public void setReleases(RepositoryPolicyreleases)
releases -
public void setSnapshots(RepositoryPolicysnapshots)
snapshots -