Package org.javlo.module.social
Class TwitterReader
- java.lang.Object
-
- org.javlo.module.social.TwitterReader
-
public class TwitterReader extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TwitterReader.TwitterBean
-
Constructor Summary
Constructors Constructor Description TwitterReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static List<TwitterReader.TwitterBean>
readTweet(URL url)
-
-
-
Method Detail
-
readTweet
public static List<TwitterReader.TwitterBean> readTweet(URL url) throws org.htmlparser.util.ParserException, IOException
- Throws:
org.htmlparser.util.ParserException
IOException
-
main
public static void main(String[] args)
-
-