comics
Class ComicGrabber

java.lang.Object
  extended bycomics.ComicGrabber

public class ComicGrabber
extends java.lang.Object

This class grabs a complete history of comics off the UComics website.

Author:
Lennart Martens

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

ComicGrabber

public ComicGrabber()
Method Detail

main

public static void main(java.lang.String[] args)
Main method is the entry point for the application.

Parameters:
args - String[] with the start-up args.

parseDay

public 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.

Parameters:
aDayCode - String with the three-letter day code
Returns:
int with the day code from the Calendar interface or '-1' if the three-letter code is not recognized.


Copyright © Lennart Martens. All Rights Reserved.