public class AppMigration150S98SkeletonMetadata extends Object implements AppMigration
| Constructor and Description |
|---|
AppMigration150S98SkeletonMetadata() |
| Modifier and Type | Method and Description |
|---|---|
AppContent |
applyMigration(AppContent appContent)
Apply the migrations to the given App content, returning the migrated App content.
|
Optional<AppFormatVersion> |
getTargetAppVersion()
Returns the target App version for this migration.
|
public Optional<AppFormatVersion> getTargetAppVersion()
AppMigrationReturns the target App version for this migration.
If the incoming App is already at this version or later then the migration won’t be applied. If the target version is Optional.empty() then the migration will be invoked and has to perform its own checks.
getTargetAppVersion in interface AppMigrationpublic AppContent applyMigration(AppContent appContent)
AppMigrationApply the migrations to the given App content, returning the migrated App content.
applyMigration in interface AppMigrationappContent - the incoming app contentCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.