Package | Description |
---|---|
net.sf.statcvs.output |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCssHandler
CSS handler for a CSS file included in the distribution JAR file.
|
class |
LocalFileCssHandler
CSS handler for a local CSS file which will be copied to the output dir.
|
class |
UrlCssHandler
CSS handler for a CSS file specified by a HTTP URL.
|
Modifier and Type | Method and Description |
---|---|
static CssHandler |
ConfigurationOptions.getCssHandler()
returns the
CssHandler |
CssHandler |
ReportConfig.getCssHandler() |
Constructor and Description |
---|
ReportConfig(Repository repository,
java.lang.String projectName,
java.lang.String rootDirectory,
MarkupSyntax syntax,
CssHandler cssHandler,
java.lang.String charSet) |