Class MavenRecipeBundleReader

java.lang.Object
org.openrewrite.maven.marketplace.MavenRecipeBundleReader
All Implemented Interfaces:
org.openrewrite.marketplace.RecipeBundleReader

public class MavenRecipeBundleReader extends Object implements org.openrewrite.marketplace.RecipeBundleReader
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openrewrite.config.RecipeDescriptor
    describe(org.openrewrite.marketplace.RecipeListing listing)
     
    org.openrewrite.Recipe
    prepare(org.openrewrite.marketplace.RecipeListing listing, @Nullable Map<String,Object> options)
     
    org.openrewrite.marketplace.RecipeMarketplace
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openrewrite.marketplace.RecipeBundleReader

    getBundle
  • Constructor Details

    • MavenRecipeBundleReader

      public MavenRecipeBundleReader()
  • Method Details

    • read

      public org.openrewrite.marketplace.RecipeMarketplace read()
      Specified by:
      read in interface org.openrewrite.marketplace.RecipeBundleReader
    • describe

      public org.openrewrite.config.RecipeDescriptor describe(org.openrewrite.marketplace.RecipeListing listing)
      Specified by:
      describe in interface org.openrewrite.marketplace.RecipeBundleReader
    • prepare

      public org.openrewrite.Recipe prepare(org.openrewrite.marketplace.RecipeListing listing, @Nullable Map<String,Object> options)
      Specified by:
      prepare in interface org.openrewrite.marketplace.RecipeBundleReader