org.apache.uima.tools.pear.install
Class InstallPear.RunInstallation

java.lang.Object
  extended by org.apache.uima.tools.pear.install.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
InstallPear.RunInstallation(java.io.File pearFile, java.io.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

InstallPear.RunInstallation

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


Copyright © 2011. All Rights Reserved.