|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceModification | |
---|---|
org.apache.maven.project | |
org.apache.maven.project.io.dom4j | |
org.apache.maven.project.io.stax | |
org.apache.maven.project.io.xpp3 |
Uses of SourceModification in org.apache.maven.project |
---|
Fields in org.apache.maven.project with type parameters of type SourceModification | |
---|---|
private java.util.List<SourceModification> |
Build.sourceModifications
Field sourceModifications. |
Methods in org.apache.maven.project that return types with arguments of type SourceModification | |
---|---|
java.util.List<SourceModification> |
Build.getSourceModifications()
Method getSourceModifications. |
Methods in org.apache.maven.project 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.project 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.project.io.dom4j |
---|
Methods in org.apache.maven.project.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.project.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.project.io.stax |
---|
Methods in org.apache.maven.project.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.project.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.project.io.xpp3 |
---|
Methods in org.apache.maven.project.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.project.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 |