Class InstallerCli


  • public class InstallerCli
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Installer installer  
      private org.slf4j.Logger logger  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static int doMain​(java.lang.String[] args)  
      static void main​(java.lang.String[] args)  
      private int run​(InstallerCliRequest cliRequest)  
      • Methods inherited from class java.lang.Object

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

      • logger

        private final org.slf4j.Logger logger
      • installer

        private final Installer installer
    • Constructor Detail

      • InstallerCli

        public InstallerCli​(Installer installer)
    • Method Detail

      • doMain

        public static int doMain​(java.lang.String[] args)
      • main

        public static void main​(java.lang.String[] args)