Class PipRecipeBundleReader

java.lang.Object
org.openrewrite.python.marketplace.PipRecipeBundleReader
All Implemented Interfaces:
AutoCloseable, org.openrewrite.marketplace.RecipeBundleReader

public class PipRecipeBundleReader 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, 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

    close, getBundle
  • Constructor Details

    • PipRecipeBundleReader

      public PipRecipeBundleReader()
  • 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, Map<String,Object> options)
      Specified by:
      prepare in interface org.openrewrite.marketplace.RecipeBundleReader