|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryPolicy | |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Uses of RepositoryPolicy in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return RepositoryPolicy | |
---|---|
RepositoryPolicy |
Repository.getReleases()
Get how to handle downloading of releases from this repository. |
RepositoryPolicy |
Repository.getSnapshots()
Get how to handle downloading of snapshots from this repository. |
Methods in org.apache.maven.model with parameters of type RepositoryPolicy | |
---|---|
void |
Repository.setReleases(RepositoryPolicy releases)
Set how to handle downloading of releases from this repository. |
void |
Repository.setSnapshots(RepositoryPolicy snapshots)
Set how to handle downloading of snapshots from this repository. |
Uses of RepositoryPolicy in org.apache.maven.model.io.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type RepositoryPolicy | |
---|---|
protected void |
MavenJDOMWriter.updateRepositoryPolicy(RepositoryPolicy repositoryPolicy,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateRepositoryPolicy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |