net.sf.statcvs.output
public class UrlCssHandler extends Object implements CssHandler
Constructor and Description |
---|
UrlCssHandler(URL url)
Creates a new UrlCssHandler for a CSS file located at a given URL.
|
Modifier and Type | Method and Description |
---|---|
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
|
public UrlCssHandler(URL url)
url
- the url to the CSS filepublic String getLink()
getLink
in interface CssHandler
CssHandler.getLink()
public void checkForMissingResources() throws ConfigurationException
checkForMissingResources
in interface CssHandler
ConfigurationException
- if some resource is missing.CssHandler.checkForMissingResources()
public void createOutputFiles() throws IOException
createOutputFiles
in interface CssHandler
IOException
- if an output file can't be createdCssHandler.createOutputFiles()