|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relocation | |
---|---|
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 |
Uses of Relocation in org.apache.maven.model |
---|
Fields in org.apache.maven.model declared as Relocation | |
---|---|
private Relocation |
DistributionManagement.relocation
Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID. |
Methods in org.apache.maven.model that return Relocation | |
---|---|
Relocation |
DistributionManagement.getRelocation()
Get relocation information of the artifact if it has been moved to a new group ID and/or artifact ID. |
Methods in org.apache.maven.model with parameters of type Relocation | |
---|---|
void |
DistributionManagement.setRelocation(Relocation relocation)
Set relocation information of the artifact if it has been moved to a new group ID and/or artifact ID. |
Uses of Relocation in org.apache.maven.model.io.dom4j |
---|
Methods in org.apache.maven.model.io.dom4j that return Relocation | |
---|---|
private Relocation |
MavenDom4jReader.parseRelocation(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseRelocation. |
Methods in org.apache.maven.model.io.dom4j with parameters of type Relocation | |
---|---|
private void |
MavenDom4jWriter.writeRelocation(Relocation relocation,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeRelocation. |
Uses of Relocation in org.apache.maven.model.io.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type Relocation | |
---|---|
protected void |
MavenJDOMWriter.updateRelocation(Relocation relocation,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateRelocation. |
Uses of Relocation in org.apache.maven.model.io.stax |
---|
Methods in org.apache.maven.model.io.stax that return Relocation | |
---|---|
private Relocation |
MavenStaxReader.parseRelocation(java.lang.String tagName,
javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseRelocation. |
Methods in org.apache.maven.model.io.stax with parameters of type Relocation | |
---|---|
private void |
MavenStaxWriter.writeRelocation(Relocation relocation,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeRelocation. |
Uses of Relocation in org.apache.maven.model.io.xpp3 |
---|
Methods in org.apache.maven.model.io.xpp3 that return Relocation | |
---|---|
private Relocation |
MavenXpp3Reader.parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRelocation. |
Methods in org.apache.maven.model.io.xpp3 with parameters of type Relocation | |
---|---|
private void |
MavenXpp3Writer.writeRelocation(Relocation relocation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRelocation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |