Class TwitterMonitor


  • public class TwitterMonitor
    extends java.lang.Object
    Class for running Twitter Monitor.
    • Constructor Summary

      Constructors 
      Constructor Description
      TwitterMonitor()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main function to run twitter monitor.
      • Methods inherited from class java.lang.Object

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

      • TwitterMonitor

        public TwitterMonitor()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                java.net.URISyntaxException
        Main function to run twitter monitor.
        Parameters:
        args - Main function arguments
        Throws:
        java.io.IOException - while trying to connect stream or setting up rules.
        java.net.URISyntaxException - while trying to connect stream or setting up rules.