public interface ExtendedReport
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
generateReport() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
void |
setOutputDirectory(java.nio.file.Path outputDirectory) |
void |
setSourceDirectory(java.nio.file.Path sourceDirectory) |
java.lang.String getName()
java.lang.String getDescription()
void setSourceDirectory(java.nio.file.Path sourceDirectory)
void setOutputDirectory(java.nio.file.Path outputDirectory)
java.nio.file.Path generateReport()