Class ApplicationDistributorLauncher

java.lang.Object
com.iizigo.app.ApplicationDistributorLauncher
All Implemented Interfaces:
IEditorLauncher

public class ApplicationDistributorLauncher extends Object implements IEditorLauncher
Launches the Application Distributor with a file name.
Author:
Christopher Mindus
  • Constructor Details

    • ApplicationDistributorLauncher

      public ApplicationDistributorLauncher()
      Default constructor.
  • Method Details

    • open

      public void open(IPath path)
      Open the file.
      Specified by:
      open in interface IEditorLauncher
    • launchBuild

      public static boolean launchBuild(Shell shell, IFile distFile) throws CancelException
      Launches the job, or opens the configuration if there is a problem in the file.
      Parameters:
      shell - A shell.
      distFile - The distribution configuration file ".iiziApp" in a Module project.
      Returns:
      true for success, false if configuration was opened.
      Throws:
      CancelException - If the file name is not ".iiziApp" or it's not a Module project.