java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.step.CompileClassesStep
All Implemented Interfaces:
HotswapStep

@Component public class CompileClassesStep extends Object implements HotswapStep
Author:
Abdulin
  • Constructor Details

    • CompileClassesStep

      public CompileClassesStep()
  • Method Details

    • getPresentName

      public String getPresentName()
      Description copied from interface: HotswapStep
      Имя процесса, будет у пользователя в progressbar отображаться
      Specified by:
      getPresentName in interface HotswapStep
    • execute

      public void execute(long time, ConnectionInfo configuration) throws HotswapException
      Description copied from interface: HotswapStep
      Применить изменения
      Specified by:
      execute in interface HotswapStep
      Parameters:
      time - - время начала hotswap
      configuration - - конфигурация подключения к серверу
      Throws:
      HotswapException