Class SoftwareBillOfMaterials
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<SoftwareBillOfMaterials.Accumulator>
org.openrewrite.java.dependencies.SoftwareBillOfMaterials
- All Implemented Interfaces:
Cloneable
public class SoftwareBillOfMaterials
extends org.openrewrite.ScanningRecipe<SoftwareBillOfMaterials.Accumulator>
-
Nested Class Summary
Nested ClassesNested 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(SoftwareBillOfMaterials.Accumulator acc, Collection<org.openrewrite.SourceFile> generatedInThisCycle, org.openrewrite.ExecutionContext ctx) getInitialValue(org.openrewrite.ExecutionContext ctx) org.openrewrite.TreeVisitor<?, org.openrewrite.ExecutionContext> getTags()org.openrewrite.TreeVisitor<?, org.openrewrite.ExecutionContext> Methods inherited from class org.openrewrite.ScanningRecipe
generate, getAccumulator, getVisitorMethods inherited from class org.openrewrite.Recipe
addDataTable, builder, buildRecipeList, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, hashCode, maxCycles, noop, onComplete, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll
-
Constructor Details
-
SoftwareBillOfMaterials
public SoftwareBillOfMaterials()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescriptionin classorg.openrewrite.Recipe
-
getTags
- Overrides:
getTagsin classorg.openrewrite.Recipe
-
getInitialValue
- Specified by:
getInitialValuein classorg.openrewrite.ScanningRecipe<SoftwareBillOfMaterials.Accumulator>
-
getScanner
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getScanner(SoftwareBillOfMaterials.Accumulator acc) - Specified by:
getScannerin classorg.openrewrite.ScanningRecipe<SoftwareBillOfMaterials.Accumulator>
-
generate
public Collection<? extends org.openrewrite.SourceFile> generate(SoftwareBillOfMaterials.Accumulator acc, Collection<org.openrewrite.SourceFile> generatedInThisCycle, org.openrewrite.ExecutionContext ctx) - Overrides:
generatein classorg.openrewrite.ScanningRecipe<SoftwareBillOfMaterials.Accumulator>
-
getVisitor
public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor(SoftwareBillOfMaterials.Accumulator acc) - Overrides:
getVisitorin classorg.openrewrite.ScanningRecipe<SoftwareBillOfMaterials.Accumulator>
-