Package | Description |
---|---|
net.sf.statcvs.output |
Modifier and Type | Class | 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 | Description |
---|---|---|
static CssHandler |
ConfigurationOptions.getCssHandler() |
returns the
CssHandler |
CssHandler |
ReportConfig.getCssHandler() |
Constructor | Description |
---|---|
ReportConfig(Repository repository,
java.lang.String projectName,
java.lang.String rootDirectory,
MarkupSyntax syntax,
CssHandler cssHandler,
java.lang.String charSet) |