Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private RepositoryPolicy |
Repository.releases
How to handle downloading of releases from this repository.
|
private RepositoryPolicy |
Repository.snapshots
How to handle downloading of snapshots from this repository.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private RepositoryPolicy |
MavenDom4jReader.parseRepositoryPolicy(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeRepositoryPolicy(RepositoryPolicy repositoryPolicy,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateRepositoryPolicy(RepositoryPolicy repositoryPolicy,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
private RepositoryPolicy |
MavenStaxReader.parseRepositoryPolicy(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeRepositoryPolicy(RepositoryPolicy repositoryPolicy,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
private RepositoryPolicy |
MavenXpp3Reader.parseRepositoryPolicy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepositoryPolicy.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeRepositoryPolicy(RepositoryPolicy repositoryPolicy,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepositoryPolicy.
|