| Package | Description |
|---|---|
| org.apache.maven.model.v3_0_0 |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SourceModification> |
Build.getSourceModifications() |
Method getSourceModifications.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Build.addSourceModification(SourceModification sourceModification) |
Method addSourceModification.
|
void |
Build.removeSourceModification(SourceModification sourceModification) |
Method removeSourceModification.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Build.setSourceModifications(java.util.List<SourceModification> sourceModifications) |
Set this element describes all of the sourceModifications
associated with a
project.
|