Package org.openrewrite.maven
Class AddDevelocityMavenExtension
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<AddDevelocityMavenExtension.Accumulator>
org.openrewrite.maven.AddDevelocityMavenExtension
- All Implemented Interfaces:
Cloneable
public class AddDevelocityMavenExtension
extends org.openrewrite.ScanningRecipe<AddDevelocityMavenExtension.Accumulator>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
Nested classes/interfaces inherited from class org.openrewrite.Recipe
org.openrewrite.Recipe.Builder, org.openrewrite.Recipe.DelegatingRecipe
-
Field Summary
Fields inherited from class org.openrewrite.Recipe
contributors, examples, PANIC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends org.openrewrite.SourceFile>
generate
(AddDevelocityMavenExtension.Accumulator acc, org.openrewrite.ExecutionContext ctx) getInitialValue
(org.openrewrite.ExecutionContext ctx) org.openrewrite.TreeVisitor<?,
org.openrewrite.ExecutionContext> org.openrewrite.TreeVisitor<?,
org.openrewrite.ExecutionContext> Methods inherited from class org.openrewrite.ScanningRecipe
generate, getAccumulator, getVisitor
Methods inherited from class org.openrewrite.Recipe
addDataTable, builder, buildRecipeList, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, onComplete, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll
-
Constructor Details
-
AddDevelocityMavenExtension
public AddDevelocityMavenExtension()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescription
in classorg.openrewrite.Recipe
-
getInitialValue
public AddDevelocityMavenExtension.Accumulator getInitialValue(org.openrewrite.ExecutionContext ctx) - Specified by:
getInitialValue
in classorg.openrewrite.ScanningRecipe<AddDevelocityMavenExtension.Accumulator>
-
getScanner
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getScanner(AddDevelocityMavenExtension.Accumulator acc) - Specified by:
getScanner
in classorg.openrewrite.ScanningRecipe<AddDevelocityMavenExtension.Accumulator>
-
generate
public Collection<? extends org.openrewrite.SourceFile> generate(AddDevelocityMavenExtension.Accumulator acc, org.openrewrite.ExecutionContext ctx) - Overrides:
generate
in classorg.openrewrite.ScanningRecipe<AddDevelocityMavenExtension.Accumulator>
-
getVisitor
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor(AddDevelocityMavenExtension.Accumulator acc) - Overrides:
getVisitor
in classorg.openrewrite.ScanningRecipe<AddDevelocityMavenExtension.Accumulator>
-