Class InstallPearCli
- java.lang.Object
-
- org.apache.uima.tools.pear.install.InstallPearCli
-
public class InstallPearCli extends java.lang.Object
The Class InstallPearCli.
-
-
Constructor Summary
Constructors Constructor Description InstallPearCli()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
installPear(java.io.File installDir, java.io.File pearFile, boolean doVerification)
Install pear.static void
main(java.lang.String[] args)
The main method.private static void
printUsageAndExit()
Prints the usage and exit.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
The main method.- Parameters:
args
- the arguments
-
installPear
private static void installPear(java.io.File installDir, java.io.File pearFile, boolean doVerification)
Install pear.- Parameters:
installDir
- the install dirpearFile
- the pear filedoVerification
- the do verification
-
printUsageAndExit
private static void printUsageAndExit()
Prints the usage and exit.
-
-