public class MigrationConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationConfiguration.Builder
A builder for
MigrationConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationsRewriteStrategy |
getAnnotationRewriteStrategy()
Gets the annotation rewrite strategy.
|
File |
getBaseDirectory()
Gets the base directory
|
ClassFinder |
getClassFinder()
Gets the class finder.
|
File |
getCompiledClassDirectory()
Gets the compiled classes directory.
|
File[] |
getJavaSourceDirectories()
Gets the java source roots.
|
File[] |
getResourceDirectories()
Gets the resource directories.
|
File |
getTargetDirectory()
Gets the target directory.
|
File |
getTempMigrationFolder()
Gets the migration folder.
|
boolean |
isIgnoreModulizerErrors()
Checks whether Modulizer errors should be ignored.
|
boolean |
isKeepOriginalFiles()
Checks whether the original resource files should be preserved.
|
boolean |
isPnpmEnabled()
Checks whether pnpm tool is enabled or npm should be used instead.
|
public File getTempMigrationFolder()
public File[] getResourceDirectories()
public File getTargetDirectory()
public boolean isKeepOriginalFiles()
public boolean isIgnoreModulizerErrors()
public File getBaseDirectory()
public File getCompiledClassDirectory()
public ClassFinder getClassFinder()
public File[] getJavaSourceDirectories()
public AnnotationsRewriteStrategy getAnnotationRewriteStrategy()
public boolean isPnpmEnabled()
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.