Class AddQuarkusMavenPluginGoalVisitor


  • public class AddQuarkusMavenPluginGoalVisitor
    extends org.openrewrite.maven.MavenIsoVisitor<org.openrewrite.ExecutionContext>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openrewrite.xml.tree.Xml.Document visitDocument​(org.openrewrite.xml.tree.Xml.Document document, org.openrewrite.ExecutionContext executionContext)  
      • Methods inherited from class org.openrewrite.maven.MavenIsoVisitor

        visitAttribute, visitCharData, visitComment, visitDocTypeDecl, visitElement, visitIdent, visitProcessingInstruction, visitProlog, visitTag, visitXmlDecl
      • Methods inherited from class org.openrewrite.maven.MavenVisitor

        downloadMetadata, findDependencies, findDependencies, findDependency, findDependency, findManagedDependency, findManagedDependency, getLanguage, getResolutionResult, isAcceptable, isDependencyTag, isDependencyTag, isManagedDependencyTag, isManagedDependencyTag, isParentTag, isPluginTag, isPluginTag, isPropertyTag, maybeUpdateModel
      • Methods inherited from class org.openrewrite.xml.XmlVisitor

        autoFormat, autoFormat, autoFormat, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat
      • Methods inherited from class org.openrewrite.TreeVisitor

        defaultValue, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, noop, postVisit, preVisit, setCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddQuarkusMavenPluginGoalVisitor

        public AddQuarkusMavenPluginGoalVisitor​(java.lang.String goalName)
    • Method Detail

      • visitDocument

        public org.openrewrite.xml.tree.Xml.Document visitDocument​(org.openrewrite.xml.tree.Xml.Document document,
                                                                   org.openrewrite.ExecutionContext executionContext)
        Overrides:
        visitDocument in class org.openrewrite.maven.MavenIsoVisitor<org.openrewrite.ExecutionContext>