|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Extension | |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Uses of Extension in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return types with arguments of type Extension | |
---|---|
List<Extension> |
Build.getExtensions()
Method getExtensions. |
Methods in org.apache.maven.model with parameters of type Extension | |
---|---|
void |
Build.addExtension(Extension extension)
Method addExtension. |
void |
Build.removeExtension(Extension extension)
Method removeExtension. |
Method parameters in org.apache.maven.model with type arguments of type Extension | |
---|---|
void |
Build.setExtensions(List<Extension> extensions)
Set a set of build extensions to use from this project. |
Uses of Extension in org.apache.maven.model.io.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type Extension | |
---|---|
protected void |
MavenJDOMWriter.updateExtension(Extension extension,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateExtension. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |