Class JavaBatchRewriter

java.lang.Object
com.vaadin.copilot.javarewriter.JavaBatchRewriter

@Deprecated(forRemoval=true) public class JavaBatchRewriter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
It is deprecated and needs to be removed because JavaRewriter and CompilationUnit have been decoupled in recent changes.
JavaBatchRewriter handles java file modifications for multiple Components.
  • Constructor Details

  • Method Details

    • duplicate

      public void duplicate(ComponentTypeAndSourceLocation componentSource)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • forEachComponent

      public void forEachComponent(JavaBatchRewriter.Callback cb)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getResults

      public Map<File,String> getResults()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • writeResult

      public void writeResult()
      Deprecated, for removal: This API element is subject to removal in a future version.