public interface MigrationStrategy
| Modifier and Type | Method and Description |
|---|---|
default Function<String,String> |
end()
Method to complete the migration.
|
Function<String,String> |
from1_0to1_1()
Method to obtain the migration function from 1.0 to 1.1
|
default Function<String,String> |
start()
Method to initialize migration strategy composition
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.