Class UI5

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<NodeBasedRecipe.Accumulator>
org.openrewrite.codemods.NodeBasedRecipe
org.openrewrite.codemods.UI5
All Implemented Interfaces:
Cloneable

public class UI5 extends NodeBasedRecipe
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openrewrite.codemods.NodeBasedRecipe

    NodeBasedRecipe.Accumulator

    Nested 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
    Constructor
    Description
    UI5()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.openrewrite.SourceFile
    createAfter(org.openrewrite.SourceFile before, NodeBasedRecipe.Accumulator acc, org.openrewrite.ExecutionContext ctx)
     
    getInitialValue(org.openrewrite.ExecutionContext ctx)
     
    protected List<String>
    getNpmCommand(NodeBasedRecipe.Accumulator acc, org.openrewrite.ExecutionContext ctx)
     
    protected void
    processOutput(Path output, NodeBasedRecipe.Accumulator acc, org.openrewrite.ExecutionContext ctx)
     

    Methods inherited from class org.openrewrite.codemods.NodeBasedRecipe

    createDirectory, generate, getCommandEnvironment, getScanner, getVisitor, runNode

    Methods inherited from class org.openrewrite.ScanningRecipe

    clone, generate, getAccumulator, getVisitor

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, builder, buildRecipeList, causesAnotherCycle, 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, withOptions

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait