Class 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 Detail

      • 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 Detail

      • run

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