Package org.openrewrite.quarkus
Class AddQuarkusMavenPluginGoalVisitor
java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.xml.tree.Xml,org.openrewrite.ExecutionContext>
org.openrewrite.xml.XmlVisitor<org.openrewrite.ExecutionContext>
org.openrewrite.maven.MavenVisitor<org.openrewrite.ExecutionContext>
org.openrewrite.maven.MavenIsoVisitor<org.openrewrite.ExecutionContext>
org.openrewrite.quarkus.AddQuarkusMavenPluginGoalVisitor
public class AddQuarkusMavenPluginGoalVisitor
extends org.openrewrite.maven.MavenIsoVisitor<org.openrewrite.ExecutionContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.xml.tree.Xml.DocumentvisitDocument(org.openrewrite.xml.tree.Xml.Document document, org.openrewrite.ExecutionContext ctx) Methods inherited from class org.openrewrite.maven.MavenIsoVisitor
visitAttribute, visitCharData, visitComment, visitDocTypeDecl, visitElement, visitIdent, visitProcessingInstruction, visitProlog, visitTag, visitXmlDeclMethods inherited from class org.openrewrite.maven.MavenVisitor
changeChildTagValue, changeChildTagValue, downloadMetadata, downloadMetadata, downloadPluginMetadata, downloadPluginMetadata, findDependencies, findDependencies, findDependency, findDependency, findManagedDependency, findManagedDependency, findManagedDependency, findManagedPlugin, findPlugin, getLanguage, getResolutionResult, isAcceptable, isDependencyLikeTag, isDependencyTag, isDependencyTag, isManagedDependencyImportTag, isManagedDependencyTag, isManagedDependencyTag, isManagedPluginTag, isParentTag, isPluginDependencyTag, isPluginTag, isPluginTag, isProjectTag, isProperty, isPropertyTag, maybeUpdateModelMethods inherited from class org.openrewrite.xml.XmlVisitor
autoFormat, autoFormat, autoFormat, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, visitAttributeValue, visitDocTypeDeclExternalSubsets, visitJspDirective, visitTagClosingMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, stopAfterPreVisit, updateCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitorTreeType
-
Constructor Details
-
AddQuarkusMavenPluginGoalVisitor
-
-
Method Details
-
visitDocument
public org.openrewrite.xml.tree.Xml.Document visitDocument(org.openrewrite.xml.tree.Xml.Document document, org.openrewrite.ExecutionContext ctx) - Overrides:
visitDocumentin classorg.openrewrite.maven.MavenIsoVisitor<org.openrewrite.ExecutionContext>
-