@Service public class LaunchingUmlReportService extends Object implements ReportDocumentCreator
Placeholder.| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
applicationContext |
private static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
LaunchingUmlReportService(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ReportDocumentType> |
getReportDocumentType() |
ReportDocument |
prepareReportDocument()
Create a stateful object of
ReportDocument type. |
private static final org.slf4j.Logger log
@NonNull private final org.springframework.context.ApplicationContext applicationContext
@Inject public LaunchingUmlReportService(@NonNull org.springframework.context.ApplicationContext applicationContext)
public ReportDocument prepareReportDocument()
ReportDocument type.prepareReportDocument in interface ReportDocumentCreatorPrintable.getCacheLines() method
will be used for generation of PlantUML activity diagram.public Class<? extends ReportDocumentType> getReportDocumentType()
getReportDocumentType in interface ReportDocumentCreatorCopyright © 2019. All rights reserved.