Class ModelloCli


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

      Fields 
      Modifier and Type Field Description
      private static java.io.File modelFile  
      private static java.lang.String outputType  
      private static java.util.Properties parameters  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelloCli()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void parseArgumentsFromCommandLine​(java.lang.String[] args)  
      private static void usage()  
      • Methods inherited from class java.lang.Object

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

      • modelFile

        private static java.io.File modelFile
      • outputType

        private static java.lang.String outputType
      • parameters

        private static java.util.Properties parameters
    • Constructor Detail

      • ModelloCli

        public ModelloCli()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • parseArgumentsFromCommandLine

        public static void parseArgumentsFromCommandLine​(java.lang.String[] args)
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • usage

        private static void usage()