Uses of Record Class
com.vaadin.copilot.PomFileRewriter.Dependency
Packages that use PomFileRewriter.Dependency
-
Uses of PomFileRewriter.Dependency in com.vaadin.copilot
Methods in com.vaadin.copilot that return PomFileRewriter.DependencyModifier and TypeMethodDescriptionPomFileRewriter.findDependencyByGroupIdAndArtifactId(String groupId, String artifactId) Finds dependency under both dependencies and dependencyManagement tags by groupId and artifactIdMethods in com.vaadin.copilot that return types with arguments of type PomFileRewriter.DependencyModifier and TypeMethodDescriptionPomFileRewriter.findDependency(String groupId, String artifactId) Finds the dependency with the given groupId and artifactId.Methods in com.vaadin.copilot with parameters of type PomFileRewriter.DependencyModifier and TypeMethodDescriptionvoidPomFileRewriter.updateDependencyVersion(PomFileRewriter.Dependency dependency, String newVersion) Saves replacement for version tag of given dependency.