|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Build in org.apache.maven.model.v3_0_0 |
---|
Fields in org.apache.maven.model.v3_0_0 declared as Build | |
---|---|
private Build |
Model.build
Information required to build the project. |
Methods in org.apache.maven.model.v3_0_0 that return Build | |
---|---|
Build |
Model.getBuild()
Get information required to build the project. |
Methods in org.apache.maven.model.v3_0_0 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.v3_0_0.io.dom4j |
---|
Methods in org.apache.maven.model.v3_0_0.io.dom4j that return Build | |
---|---|
private Build |
MavenDom4jReader.parseBuild(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseBuild. |
Methods in org.apache.maven.model.v3_0_0.io.dom4j with parameters of type Build | |
---|---|
private void |
MavenDom4jWriter.writeBuild(Build build,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeBuild. |
Uses of Build 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 Build | |
---|---|
protected void |
MavenJDOMWriter.updateBuild(Build build,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateBuild. |
Uses of Build in org.apache.maven.model.v3_0_0.io.stax |
---|
Methods in org.apache.maven.model.v3_0_0.io.stax that return Build | |
---|---|
private Build |
MavenStaxReader.parseBuild(java.lang.String tagName,
javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseBuild. |
Methods in org.apache.maven.model.v3_0_0.io.stax with parameters of type Build | |
---|---|
private void |
MavenStaxWriter.writeBuild(Build build,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeBuild. |
Uses of Build in org.apache.maven.model.v3_0_0.io.xpp3 |
---|
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return Build | |
---|---|
private Build |
MavenXpp3Reader.parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseBuild. |
Methods in org.apache.maven.model.v3_0_0.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 |