Class InstallPear.RunInstallation

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    InstallPear

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

      Constructors 
      Constructor Description
      RunInstallation​(java.io.File pearFile, java.io.File installationDir)
      Constructor that sets a given input PEAR file and a given installation directory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Runs the PEAR installation process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunInstallation

        public RunInstallation​(java.io.File pearFile,
                               java.io.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 Detail

      • run

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