| Package | Description |
|---|---|
| com.vaadin.flow.migration |
| Modifier and Type | Method and Description |
|---|---|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setAnnotationRewriteStrategy(AnnotationsRewriteStrategy strategy)
Sets the annotation rewrite strategy.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setClassFinder(ClassFinder finder)
Sets the class finder instance.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setCompiledClassDirectory(File classDirectory)
Sets java binary (compiled) classes directory.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setIgnoreModulizerErrors(boolean ignoreModulizerErrors)
Sets whether the build should be considered successful even if there
are Modulizer errors.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setJavaSourceRoots(File[] sourceRoots)
Sets java source roots.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setKeepOriginalFiles(boolean keepOriginal)
Sets whether the original resources should be preserved.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setResourceDirectories(File[] resourceDirs)
Sets the resource files directories.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setTargetDirectory(File targetDir)
Sets the target directory where the resource files will be stored
after the migration.
|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setTemporaryMigrationFolder(File file)
Sets temporary migration folder where the migration happens.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.