|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Build | |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Uses of Build in org.apache.maven.model |
---|
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.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type Build | |
---|---|
protected void |
MavenJDOMWriter.updateBuild(Build build,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateBuild. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |