Class InstallPearCli
java.lang.Object
org.apache.uima.tools.pear.install.InstallPearCli
The Class InstallPearCli.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
installPear
(File installDir, File pearFile, boolean doVerification) Install pear.static void
The main method.private static void
Prints the usage and exit.
-
Constructor Details
-
InstallPearCli
public InstallPearCli()
-
-
Method Details
-
main
The main method.- Parameters:
args
- the arguments
-
installPear
Install pear.- Parameters:
installDir
- the install dirpearFile
- the pear filedoVerification
- the do verification
-
printUsageAndExit
private static void printUsageAndExit()Prints the usage and exit.
-