|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Extension | |
---|---|
org.apache.maven.model |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |