Class SchemaUpdaterUtil


  • public class SchemaUpdaterUtil
    extends java.lang.Object
    • Method Detail

      • getCommandList

        protected static java.util.List<java.lang.String> getCommandList​(SchemaVersion schemaVersion,
                                                                         java.nio.file.Path baseFilePath,
                                                                         java.util.Set<java.lang.String> alreadyExecutedFileSet)
      • getCmd

        protected static java.util.List<java.lang.String> getCmd​(java.nio.file.Path filePath)
      • getAvailableUpdates

        protected static java.util.TreeMap<java.lang.String,​java.util.TreeSet<SchemaVersion>> getAvailableUpdates​(SchemaUpdaterConfiguration configuration,
                                                                                                                        boolean isCore)
      • getSchemaPluginVersion

        protected static java.lang.String getSchemaPluginVersion​(Plugin plugin)
      • applySqlCommand

        protected static void applySqlCommand​(java.util.Collection<java.lang.String> commands)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception