org.apache.ctakes.utils.build
Class InstallPearSilently.RunInstallation

java.lang.Object
  extended by org.apache.ctakes.utils.build.InstallPearSilently.RunInstallation
All Implemented Interfaces:
Runnable
Enclosing class:
InstallPearSilently

protected static class InstallPearSilently.RunInstallation
extends Object
implements Runnable

The RunInstallation class implements a thread that is used to run the installation.


Constructor Summary
InstallPearSilently.RunInstallation(File pearFile, File installationDir)
          Constructor that sets a given input PEAR file and a given installation directory.
 
Method Summary
 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

InstallPearSilently.RunInstallation

public InstallPearSilently.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


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.