|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceModification | |
---|---|
org.apache.maven.model.v3_0_0 |
Uses of SourceModification in org.apache.maven.model.v3_0_0 |
---|
Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type SourceModification | |
---|---|
List<SourceModification> |
Build.getSourceModifications()
Method getSourceModifications. |
Methods in org.apache.maven.model.v3_0_0 with parameters of type SourceModification | |
---|---|
void |
Build.addSourceModification(SourceModification sourceModification)
Method addSourceModification. |
void |
Build.removeSourceModification(SourceModification sourceModification)
Method removeSourceModification. |
Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type SourceModification | |
---|---|
void |
Build.setSourceModifications(List<SourceModification> sourceModifications)
Set this element describes all of the sourceModifications associated with a project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |