Class InstallPear.RunInstallation
- java.lang.Object
-
- org.apache.uima.tools.pear.install.InstallPear.RunInstallation
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- InstallPear
protected static class InstallPear.RunInstallation extends Object implements Runnable
TheRunInstallation
class implements a thread that is used to run the installation.
-
-
Constructor Summary
Constructors Constructor Description RunInstallation(File pearFile, File installationDir)
Constructor that sets a given input PEAR file and a given installation directory.
-