Package net.sf.statcvs.output
Class UrlCssHandler
java.lang.Object
net.sf.statcvs.output.UrlCssHandler
- All Implemented Interfaces:
CssHandler
CSS handler for a CSS file specified by a HTTP URL.
- Author:
- Richard Cyganiak
-
Constructor Summary
ConstructorsConstructorDescriptionUrlCssHandler
(URL url) Creates a new UrlCssHandler for a CSS file located at a given URL. -
Method Summary
-
Constructor Details
-
UrlCssHandler
Creates a new UrlCssHandler for a CSS file located at a given URL.- Parameters:
url
- the url to the CSS file
-
-
Method Details
-
getLink
Simply return the URL- Specified by:
getLink
in interfaceCssHandler
- Returns:
- a link to the CSS file
- See Also:
-
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.- Specified by:
checkForMissingResources
in interfaceCssHandler
- Throws:
ConfigurationException
- if some resource is missing.- See Also:
-
createOutputFiles
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 interfaceCssHandler
- Throws:
IOException
- if an output file can't be created- See Also:
-
toString
toString
-