|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Build | |
| org.apache.maven.model | |
| org.apache.maven.model.io.xpp3 | |
| Uses of Build in org.apache.maven.model |
| Fields in org.apache.maven.model declared as Build | |
private Build |
Model.build
Field build |
| Methods in org.apache.maven.model that return Build | |
Build |
Model.getBuild()
Get Information required to build the project. |
| Methods in org.apache.maven.model with parameters of type Build | |
void |
Model.setBuild(Build build)
Set Information required to build the project. |
| Uses of Build in org.apache.maven.model.io.xpp3 |
| Methods in org.apache.maven.model.io.xpp3 that return Build | |
private Build |
MavenXpp3Reader.parseBuild(java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
java.lang.String encoding)
Method parseBuild |
| Methods in org.apache.maven.model.io.xpp3 with parameters of type Build | |
private void |
MavenXpp3Writer.writeBuild(Build build,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBuild |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||