Class InstallPear.RunInstallation
java.lang.Object
org.apache.uima.tools.pear.install.InstallPear.RunInstallation
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- InstallPear
The 
RunInstallation class implements a thread that is used to run the
 installation.- 
Constructor SummaryConstructorsConstructorDescriptionRunInstallation(File pearFile, File installationDir) Constructor that sets a given input PEAR file and a given installation directory.
- 
Method Summary
- 
Constructor Details- 
RunInstallationConstructor 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