|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.output.UrlCssHandler
CSS handler for a CSS file specified by a HTTP URL.
Constructor Summary | |
UrlCssHandler(java.net.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. |
java.lang.String |
getLink()
Simply return the URL |
java.lang.String |
toString()
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UrlCssHandler(java.net.URL url)
url
- the url to the CSS fileMethod Detail |
public java.lang.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 java.io.IOException
createOutputFiles
in interface CssHandler
java.io.IOException
- if an output file can't be createdCssHandler.createOutputFiles()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |