net.sf.statcvs.output
Class DefaultCssHandler
- CssHandler
public class DefaultCssHandler
CSS handler for a CSS file included in the distribution JAR file.
DefaultCssHandler(String filename) - Creates a new DefaultCssHandler for a CSS file in the
/src/net/sf/statcvs/web-files/ folder of the distribution JAR.
|
DefaultCssHandler
public DefaultCssHandler(String filename)
Creates a new DefaultCssHandler for a CSS file in the
/src/net/sf/statcvs/web-files/
folder of the distribution JAR.
This must be a filename only, without a directory.
filename
- Name of the css file
createOutputFiles
public void createOutputFiles()
throws IOException
Extracts the CSS file from the distribution JAR and saves it
into the output directory
- createOutputFiles in interface CssHandler
toString
public String toString()
toString