Uses of Class
com.vaadin.copilot.javarewriter.JavaFileSourceProvider
Packages that use JavaFileSourceProvider
-
Uses of JavaFileSourceProvider in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter with parameters of type JavaFileSourceProviderModifier and TypeMethodDescriptionJavaRewriterCopyPasteHandler.getCopiedJavaComponent(JavaFileSourceProvider javaFileSourceProvider, ComponentTypeAndSourceLocation componentTypeAndSourceLocation, ExceptionReportCreator exceptionReportCreator) Collects required data for copying and pasting a componentJavaDataProviderHandler.handleSetComponentProperty(JavaFileSourceProvider javaFileSourceProvider, String property, String value) Replaces the value of items from data providerConstructors in com.vaadin.copilot.javarewriter with parameters of type JavaFileSourceProviderModifierConstructorDescriptionComponentInfoFinder(JavaFileSourceProvider javaFileSourceProvider, ComponentTypeAndSourceLocation componentTypeAndSourceLocation) Constructs aComponentInfoFinderusing the defaultProjectFileManagerinstance and the given component source metadata.JavaBatchRewriter(JavaFileSourceProvider javaFileSourceProvider, List<ComponentTypeAndSourceLocation> componentLocations, ExceptionReportCreator exceptionReportCreator) Deprecated, for removal: This API element is subject to removal in a future version.JavaDataProviderHandler(JavaFileSourceProvider javaFileSourceProvider, ComponentTypeAndSourceLocation typeAndSourceLocation, ExceptionReportCreator exceptionReportCreator) Reads source file which is found from typeAndSourceLocation