Class Main


  • public class Main
    extends java.lang.Object
    Main class for starting a CollecTor instance.
    Run without arguments in order to read the usage information, i.e.
    java -jar collector.jar
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONF_FILE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      At most one argument.
      • Methods inherited from class java.lang.Object

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

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        At most one argument. See class description Main.