Class BuildExManagerImpl

java.lang.Object
ru.cg.webbpm.studio.platform.impl.build.BuildExManagerImpl
All Implemented Interfaces:
BuildExManager

@Component public class BuildExManagerImpl extends Object implements BuildExManager
Author:
Abdulin Ildar
  • Constructor Details

    • BuildExManagerImpl

      public BuildExManagerImpl()
  • Method Details

    • buildProductionProjectAsync

      public void buildProductionProjectAsync()
      Description copied from interface: BuildExManager
      Собрать продакшн-версию текущего открытого проекта. Сборка происходит с индикатором в блокирующем диалоге.
      Specified by:
      buildProductionProjectAsync in interface BuildExManager
    • buildStudioProject

      public boolean buildStudioProject(Path baseDir, Collection<Path> processPaths, ProgressIndicator progressIndicator)
      Description copied from interface: BuildExManager
      Собрать проект синхронно, все ошибки обрабатываются
      Specified by:
      buildStudioProject in interface BuildExManager
      Parameters:
      baseDir - - путь к проекту
      processPaths - - список запускаемых процессов
      progressIndicator - - индикатор прогресса
      Returns:
      - true если проект успешно собран в ином случае false