com.blackledge.david.game.crossword
Class QuizlandHardCrossword

java.lang.Object
  extended by com.blackledge.david.game.crossword.QuizlandCrossword
      extended by com.blackledge.david.game.crossword.QuizlandHardCrossword
All Implemented Interfaces:
CrosswordSource

public class QuizlandHardCrossword
extends QuizlandCrossword


Constructor Summary
QuizlandHardCrossword()
           
 
Method Summary
protected  URL getGridURL()
          get the URL for quizland's "hard" (e.g.
static void main(String[] args)
          Simple main to show it work and spit it out to the command line.
 
Methods inherited from class com.blackledge.david.game.crossword.QuizlandCrossword
getGame, getParamMap, getPuzzleId, getUrlContent, load, load, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuizlandHardCrossword

public QuizlandHardCrossword()
Method Detail

main

public static void main(String[] args)
Simple main to show it work and spit it out to the command line.

Parameters:
args -

getGridURL

protected URL getGridURL()
                  throws MalformedURLException,
                         IOException
get the URL for quizland's "hard" (e.g. 21x21) puzzle of the day.

Overrides:
getGridURL in class QuizlandCrossword
Throws:
MalformedURLException
IOException
See Also:
QuizlandCrossword.getGridURL()