Package com.vaadin.copilot.javarewriter
Class JavaBatchRewriter
java.lang.Object
com.vaadin.copilot.javarewriter.JavaBatchRewriter
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionJavaBatchRewriter(JavaFileSourceProvider javaFileSourceProvider, List<ComponentTypeAndSourceLocation> componentLocations, ExceptionReportCreator exceptionReportCreator) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidduplicate(ComponentTypeAndSourceLocation componentSource) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
JavaBatchRewriter
public JavaBatchRewriter(JavaFileSourceProvider javaFileSourceProvider, List<ComponentTypeAndSourceLocation> componentLocations, ExceptionReportCreator exceptionReportCreator) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
duplicate
Deprecated, for removal: This API element is subject to removal in a future version. -
forEachComponent
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-