| Package | Description |
|---|---|
| org.eclipse.tycho.versions.manipulation | |
| org.eclipse.tycho.versions.pom |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PomManipulator.isGavEquals(GAV gav,
VersionChange change) |
static boolean |
PomManipulator.isPluginGavEquals(GAV gav,
VersionChange change) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PomManipulator.changeDependencies(java.lang.String pomPath,
java.util.List<GAV> dependencies,
VersionChange change,
java.lang.String version,
java.lang.String newVersion) |
| Modifier and Type | Method and Description |
|---|---|
GAV |
Plugin.getGAV() |
GAV |
PomFile.getParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GAV> |
DependencyManagement.getDependencies() |
java.util.List<GAV> |
Plugin.getDependencies() |
java.util.List<GAV> |
PomFile.getDependencies() |
java.util.List<GAV> |
Profile.getDependencies() |
static java.util.List<GAV> |
Dependencies.getDependencies(de.pdark.decentxml.Element dom) |