| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| AuthorListWriter |
|
| 1.0;1 |
| 1 | package liquibase.dbdoc; | |
| 2 | ||
| 3 | import java.io.File; | |
| 4 | ||
| 5 | public class AuthorListWriter extends HTMLListWriter { | |
| 6 | ||
| 7 | public AuthorListWriter(File outputDir) { | |
| 8 | 0 | super("All Authors", "authors.html", "authors", outputDir); |
| 9 | 0 | } |
| 10 | ||
| 11 | } |