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 Details
-
PipRecipeBundleReader
public PipRecipeBundleReader()
-
-
Method Details
-
read
public org.openrewrite.marketplace.RecipeMarketplace read()- Specified by:
readin interfaceorg.openrewrite.marketplace.RecipeBundleReader
-
describe
public org.openrewrite.config.RecipeDescriptor describe(org.openrewrite.marketplace.RecipeListing listing) - Specified by:
describein interfaceorg.openrewrite.marketplace.RecipeBundleReader
-
prepare
public org.openrewrite.Recipe prepare(org.openrewrite.marketplace.RecipeListing listing, Map<String, Object> options) - Specified by:
preparein interfaceorg.openrewrite.marketplace.RecipeBundleReader
-