Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstallPearCli

        public InstallPearCli()
    • 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 dir
        pearFile - the pear file
        doVerification - the do verification
      • printUsageAndExit

        private static void printUsageAndExit()
        Prints the usage and exit.