Package org.openrewrite.java.quarkus
Class AddQuarkusMavenPluginGoalVisitor
- java.lang.Object
-
- org.openrewrite.TreeVisitor<org.openrewrite.xml.tree.Xml,P>
-
- org.openrewrite.xml.XmlVisitor<P>
-
- org.openrewrite.maven.MavenVisitor<P>
-
- org.openrewrite.maven.MavenIsoVisitor<org.openrewrite.ExecutionContext>
-
- org.openrewrite.java.quarkus.AddQuarkusMavenPluginGoalVisitor
-
public class AddQuarkusMavenPluginGoalVisitor extends org.openrewrite.maven.MavenIsoVisitor<org.openrewrite.ExecutionContext>
-
-
Constructor Summary
Constructors Constructor Description AddQuarkusMavenPluginGoalVisitor(java.lang.String goalName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openrewrite.xml.tree.Xml.DocumentvisitDocument(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, 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
-
-