Class ProjectGenPropertiesScanningRecipe

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<GenericOptionsBuilder>
io.micronaut.projectgen.openrewrite.ProjectGenPropertiesScanningRecipe
All Implemented Interfaces:
Cloneable

@Internal public abstract class ProjectGenPropertiesScanningRecipe extends org.openrewrite.ScanningRecipe<GenericOptionsBuilder>
abstract class for a scanning recipe which reads a `projectgen.properties` file and populates GenericOptionsBuilder.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openrewrite.Recipe

    org.openrewrite.Recipe.Builder, org.openrewrite.Recipe.DelegatingRecipe
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Path
     

    Fields inherited from class org.openrewrite.Recipe

    contributors, examples, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getInitialValue(org.openrewrite.ExecutionContext ctx)
     
    org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
     

    Methods inherited from class org.openrewrite.ScanningRecipe

    generate, generate, getAccumulator, getVisitor, getVisitor

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, builder, buildRecipeList, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescription, getDescriptor, getDisplayName, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, onComplete, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • projectDir

      protected Path projectDir
  • Constructor Details

    • ProjectGenPropertiesScanningRecipe

      public ProjectGenPropertiesScanningRecipe()
  • Method Details