Class ServerTemplateMigration


  • public class ServerTemplateMigration
    extends Object
    Allows automatic migration from 6.3 stored kie server templates to new 6.4.x onwards server templates
    • Constructor Detail

      • ServerTemplateMigration

        public ServerTemplateMigration()
    • Method Detail

      • migrate

        public static void migrate​(org.uberfire.java.nio.file.Path dir,
                                   org.uberfire.io.IOService ioService,
                                   com.thoughtworks.xstream.XStream xs,
                                   org.kie.server.controller.api.storage.KieServerTemplateStorage templateStorage)