com.spinn3r.api
Class Debug

java.lang.Object
  extended by com.spinn3r.api.Debug

public class Debug
extends java.lang.Object

Command line debug client for testing the API. Also shows example usage. This class will fetch the current API results as of INTERVAL minutes and then keep fetching until it's up to date.


Field Summary
static long INTERVAL
          How far behind should be start by default?
static long RANGE
          Range to stop processing after.
 
Constructor Summary
Debug(Client client)
           
 
Method Summary
 void exec()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERVAL

public static long INTERVAL
How far behind should be start by default?


RANGE

public static long RANGE
Range to stop processing after.

Constructor Detail

Debug

public Debug(Client client)
Method Detail

exec

public void exec()
          throws java.lang.Exception
Throws:
java.lang.Exception

main

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


Copyright © Tailrank Inc. All Rights Reserved.