Uses of Class
com.vaadin.copilot.PomFileRewriter
Packages that use PomFileRewriter
-
Uses of PomFileRewriter in com.vaadin.copilot
Methods in com.vaadin.copilot that return PomFileRewriterModifier and TypeMethodDescriptionPomFileRewriter.Dependency.fileRewriter()Returns the value of thefileRewriterrecord component.PomFileRewriter.Property.fileRewriter()Returns the value of thefileRewriterrecord component.Constructors in com.vaadin.copilot with parameters of type PomFileRewriterModifierConstructorDescriptionDependency(PomFileRewriter fileRewriter, String artifactId, String groupId, String version, int versionLineNumber) Creates an instance of aDependencyrecord class.Property(PomFileRewriter fileRewriter, String propertyKey, String propertyValue, int lineNumber) Creates an instance of aPropertyrecord class.