net.sf.statcvs.output

Class UrlCssHandler

Implemented Interfaces:
CssHandler

public class UrlCssHandler
extends Object
implements CssHandler

CSS handler for a CSS file specified by a HTTP URL.
Author:
Richard Cyganiak

Constructor Summary

UrlCssHandler(URL url)
Creates a new UrlCssHandler for a CSS file located at a given URL.

Method Summary

void
checkForMissingResources()
We could check here if there is a real CSS file at the URL, but this would require net access, so we just do nothing.
void
createOutputFiles()
We don't create any output files.
String
getLink()
Simply return the URL
String
toString()
toString

Constructor Details

UrlCssHandler

public UrlCssHandler(URL url)
Creates a new UrlCssHandler for a CSS file located at a given URL.
Parameters:
url - the url to the CSS file

Method Details

checkForMissingResources

public void checkForMissingResources()
            throws ConfigurationException
We could check here if there is a real CSS file at the URL, but this would require net access, so we just do nothing.
Specified by:
checkForMissingResources in interface CssHandler

createOutputFiles

public void createOutputFiles()
            throws IOException
We don't create any output files. We could copy the CSS file from the URL to the output dir, but this would require net access, so we just do nothing.
Specified by:
createOutputFiles in interface CssHandler

getLink

public String getLink()
Simply return the URL
Specified by:
getLink in interface CssHandler

toString

public String toString()
toString
Returns:
string