Uses of Class
org.eclipse.tycho.versions.pom.GAV
-
Packages that use GAV Package Description org.eclipse.tycho.versions.manipulation org.eclipse.tycho.versions.pom -
-
Uses of GAV in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation with parameters of type GAV Modifier and Type Method Description static booleanPomManipulator. isGavEquals(GAV gav, PomVersionChange change)static booleanPomManipulator. isPluginGavEquals(GAV gav, PomVersionChange change)Method parameters in org.eclipse.tycho.versions.manipulation with type arguments of type GAV Modifier and Type Method Description protected voidPomManipulator. changeDependencies(String pomPath, List<GAV> dependencies, PomVersionChange change, String version, String newVersion) -
Uses of GAV in org.eclipse.tycho.versions.pom
Methods in org.eclipse.tycho.versions.pom that return GAV Modifier and Type Method Description GAVPlugin. getGAV()GAVPomFile. getParent()Methods in org.eclipse.tycho.versions.pom that return types with arguments of type GAV Modifier and Type Method Description static List<GAV>Dependencies. getDependencies(de.pdark.decentxml.Element dom)List<GAV>DependencyManagement. getDependencies()List<GAV>Plugin. getDependencies()List<GAV>PomFile. getDependencies()List<GAV>Profile. getDependencies()List<GAV>Plugin. getTargetArtifacts()
-