net.sf.statcvs.output
Class UrlCssHandler
- CssHandler
public class UrlCssHandler
CSS handler for a CSS file specified by a HTTP URL.
UrlCssHandler(URL url) - Creates a new UrlCssHandler for a CSS file located at a given URL.
|
UrlCssHandler
public UrlCssHandler(URL url)
Creates a new UrlCssHandler for a CSS file located at a given URL.
url
- the url to the CSS file
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.
- createOutputFiles in interface CssHandler
toString
public String toString()
toString