Class InstallPear.RunInstallation
- java.lang.Object
-
- 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
TheRunInstallation
class implements a thread that is used to run the installation.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
installationDir
The installation dir.private java.io.File
pearFile
The pear file.
-
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.
-