Class V2StorageMigration
- java.lang.Object
-
- org.uberfire.experimental.service.storage.migration.impl.migrations.V2StorageMigration
-
- All Implemented Interfaces:
StorageMigration
@Dependent public class V2StorageMigration extends Object implements StorageMigration
-
-
Constructor Summary
Constructors Constructor Description V2StorageMigration(org.uberfire.io.IOService ioService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTargetVersion()voidmigrate(org.uberfire.java.nio.file.FileSystem fileSystem)
-
-
-
Method Detail
-
getTargetVersion
public int getTargetVersion()
- Specified by:
getTargetVersionin interfaceStorageMigration
-
migrate
public void migrate(org.uberfire.java.nio.file.FileSystem fileSystem)
- Specified by:
migratein interfaceStorageMigration
-
-