Package org.openrewrite.maven
Class AddPropertyVisitor
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.maven.AddPropertyVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.xml.tree.Xml.DocumentvisitDocument(org.openrewrite.xml.tree.Xml.Document document, org.openrewrite.ExecutionContext ctx) org.openrewrite.xml.tree.Xml.TagvisitTag(org.openrewrite.xml.tree.Xml.Tag tag, org.openrewrite.ExecutionContext ctx) Methods inherited from class org.openrewrite.maven.MavenIsoVisitor
visitAttribute, visitCharData, visitComment, visitDocTypeDecl, visitElement, visitIdent, visitProcessingInstruction, visitProlog, visitXmlDeclMethods inherited from class org.openrewrite.maven.MavenVisitor
downloadMetadata, downloadMetadata, findDependencies, findDependencies, findDependency, findDependency, findManagedDependency, findManagedDependency, findManagedDependency, findManagedPlugin, findPlugin, getLanguage, getResolutionResult, isAcceptable, isDependencyLikeTag, isDependencyTag, isDependencyTag, isManagedDependencyImportTag, isManagedDependencyTag, isManagedDependencyTag, isManagedPluginTag, isParentTag, isPluginDependencyTag, isPluginTag, isPluginTag, isProjectTag, 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
-
AddPropertyVisitor
public AddPropertyVisitor()
-
-
Method Details
-
visitDocument
public org.openrewrite.xml.tree.Xml.Document visitDocument(org.openrewrite.xml.tree.Xml.Document document, org.openrewrite.ExecutionContext ctx) - Overrides:
visitDocumentin classMavenIsoVisitor<org.openrewrite.ExecutionContext>
-
visitTag
public org.openrewrite.xml.tree.Xml.Tag visitTag(org.openrewrite.xml.tree.Xml.Tag tag, org.openrewrite.ExecutionContext ctx) - Overrides:
visitTagin classMavenIsoVisitor<org.openrewrite.ExecutionContext>
-