Class InstallPearCli
java.lang.Object
org.apache.uima.tools.pear.install.InstallPearCli
The Class InstallPearCli.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidinstallPear(File installDir, File pearFile, boolean doVerification) Install pear.static voidThe main method.private static voidPrints 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.
-