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