cc.twittertools.download
Class AsyncEmbeddedJsonStatusBlockCrawler

java.lang.Object
  extended by cc.twittertools.download.AsyncEmbeddedJsonStatusBlockCrawler

public class AsyncEmbeddedJsonStatusBlockCrawler
extends Object


Field Summary
static String JSON_END
           
static String JSON_START
           
 
Constructor Summary
AsyncEmbeddedJsonStatusBlockCrawler(File file, String output, String repair, boolean noFollow)
           
 
Method Summary
 void fetch()
           
static String getUrl(long id, String username)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JSON_START

public static final String JSON_START
See Also:
Constant Field Values

JSON_END

public static final String JSON_END
See Also:
Constant Field Values
Constructor Detail

AsyncEmbeddedJsonStatusBlockCrawler

public AsyncEmbeddedJsonStatusBlockCrawler(File file,
                                           String output,
                                           String repair,
                                           boolean noFollow)
                                    throws IOException
Throws:
IOException
Method Detail

getUrl

public static String getUrl(long id,
                            String username)

fetch

public void fetch()
           throws IOException
Throws:
IOException

main

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