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 classTwitterReader.TwitterBean
-
Constructor Summary
Constructors Constructor Description TwitterReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(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.ParserExceptionIOException
-
main
public static void main(String[] args)
-
-