|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcomics.ComicGrabber
This class grabs a complete history of comics off the UComics website.
| Constructor Summary | |
ComicGrabber()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Main method is the entry point for the application. |
static int |
parseDay(java.lang.String aDayCode)
This method parses a three-letter code into the corresponding int as defined as a constant on the Calendar interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComicGrabber()
| Method Detail |
public static void main(java.lang.String[] args)
args - String[] with the start-up args.public static int parseDay(java.lang.String aDayCode)
aDayCode - String with the three-letter day code
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||