Class InstallPear.RunInstallation

java.lang.Object
org.apache.uima.tools.pear.install.InstallPear.RunInstallation
All Implemented Interfaces:
Runnable
Enclosing class:
InstallPear

protected static class InstallPear.RunInstallation extends Object implements Runnable
The RunInstallation class implements a thread that is used to run the installation.
  • Constructor Details

    • RunInstallation

      public RunInstallation(File pearFile, File installationDir)
      Constructor that sets a given input PEAR file and a given installation directory.
      Parameters:
      pearFile - The given PEAR file.
      installationDir - The given installation directory.
  • Method Details

    • run

      public void run()
      Runs the PEAR installation process. Notifies waiting threads upon completion.
      Specified by:
      run in interface Runnable