|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SourceModification in org.apache.maven.model.v3_0_0 |
---|
Fields in org.apache.maven.model.v3_0_0 with type parameters of type SourceModification | |
---|---|
private java.util.List<SourceModification> |
Build.sourceModifications
Field sourceModifications. |
Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type SourceModification | |
---|---|
java.util.List<SourceModification> |
Build.getSourceModifications()
Method getSourceModifications. |
Methods in org.apache.maven.model.v3_0_0 with parameters of type SourceModification | |
---|---|
void |
Build.addSourceModification(SourceModification sourceModification)
Method addSourceModification. |
void |
Build.removeSourceModification(SourceModification sourceModification)
Method removeSourceModification. |
Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type SourceModification | |
---|---|
void |
Build.setSourceModifications(java.util.List<SourceModification> sourceModifications)
Set this element describes all of the sourceModifications associated with a project. |
Uses of SourceModification in org.apache.maven.model.v3_0_0.io.dom4j |
---|
Methods in org.apache.maven.model.v3_0_0.io.dom4j that return SourceModification | |
---|---|
private SourceModification |
MavenDom4jReader.parseSourceModification(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseSourceModification. |
Methods in org.apache.maven.model.v3_0_0.io.dom4j with parameters of type SourceModification | |
---|---|
private void |
MavenDom4jWriter.writeSourceModification(SourceModification sourceModification,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeSourceModification. |
Uses of SourceModification in org.apache.maven.model.v3_0_0.io.jdom |
---|
Methods in org.apache.maven.model.v3_0_0.io.jdom with parameters of type SourceModification | |
---|---|
protected void |
MavenJDOMWriter.updateSourceModification(SourceModification sourceModification,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateSourceModification. |
Uses of SourceModification in org.apache.maven.model.v3_0_0.io.stax |
---|
Methods in org.apache.maven.model.v3_0_0.io.stax that return SourceModification | |
---|---|
private SourceModification |
MavenStaxReader.parseSourceModification(java.lang.String tagName,
javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseSourceModification. |
Methods in org.apache.maven.model.v3_0_0.io.stax with parameters of type SourceModification | |
---|---|
private void |
MavenStaxWriter.writeSourceModification(SourceModification sourceModification,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeSourceModification. |
Uses of SourceModification in org.apache.maven.model.v3_0_0.io.xpp3 |
---|
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return SourceModification | |
---|---|
private SourceModification |
MavenXpp3Reader.parseSourceModification(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSourceModification. |
Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type SourceModification | |
---|---|
private void |
MavenXpp3Writer.writeSourceModification(SourceModification sourceModification,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSourceModification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |