comics.interfaces
Interface ComicGrabberEngine

All Known Implementing Classes:
ComicGrabberEngineImplementation

public interface ComicGrabberEngine

This interface describes the behaviour for a ComicGrabberEngineImplementation.

Author:
Lennart Martens

Method Summary
 ComicImage grabComic(java.net.URL aUrl)
          This method returns the ComicImage for the comic file at the specified URL.
 

Method Detail

grabComic

public ComicImage grabComic(java.net.URL aUrl)
                     throws java.io.IOException
This method returns the ComicImage for the comic file at the specified URL.

Parameters:
aUrl - URL to locate the comic image on.
Returns:
ComicImage with the filename and contents of the image.
Throws:
java.io.IOException - when something goes wrong during the retrieve.


Copyright © Lennart Martens. All Rights Reserved.