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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openrewrite.xml.tree.Xml.Document
    visitDocument(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, visitXmlDecl

    Methods 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, maybeUpdateModel

    Methods inherited from class org.openrewrite.xml.XmlVisitor

    autoFormat, autoFormat, autoFormat, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, visitAttributeValue, visitDocTypeDeclExternalSubsets, visitJspDirective, visitTagClosing

    Methods 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

    Methods inherited from class java.lang.Object

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

    • AddQuarkusMavenPluginGoalVisitor

      public AddQuarkusMavenPluginGoalVisitor(String goalName)
  • Method Details

    • visitDocument

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