Class MigrationEngine
java.lang.Object
com.patbaumgartner.spring.migrator.core.MigrationEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(Path rootDir, List<Path> files, Map<String, DeprecatedProperty> deprecatedByKey, boolean applyChanges) static Map<String,DeprecatedProperty> toDeprecatedMap(Map<String, org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> metadataProperties)
-
Constructor Details
-
MigrationEngine
public MigrationEngine()
-
-
Method Details
-
run
public MigrationRunResult run(Path rootDir, List<Path> files, Map<String, DeprecatedProperty> deprecatedByKey, boolean applyChanges) throws IOException- Throws:
IOException
-
toDeprecatedMap
public static Map<String,DeprecatedProperty> toDeprecatedMap(Map<String, org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> metadataProperties)
-