Class ReportSynchronizerFragment
java.lang.Object
ch.tocco.nice2.reporting.impl.sync.ReportSynchronizerFragment
- All Implemented Interfaces:
InstallFragment
This fragment runs the ReportSynchronizer. Per default this fragment is not executed.
nice2.reporting.runReportSynchronizerFragment must be set to true, that this fragment is executed
-
Constructor Summary
ConstructorDescriptionReportSynchronizerFragment
(SecurityManager securityManager, L10N l10N, ReportSynchronizer reportSynchronizer) -
Method Summary
Modifier and TypeMethodDescriptioninstall
(InstallParameters params) Executes this fragments install routine and returns a report.
-
Constructor Details
-
ReportSynchronizerFragment
public ReportSynchronizerFragment(SecurityManager securityManager, L10N l10N, ReportSynchronizer reportSynchronizer)
-
-
Method Details
-
install
Description copied from interface:InstallFragment
Executes this fragments install routine and returns a report. This will affect all modules.- Specified by:
install
in interfaceInstallFragment
- Returns:
- a report for this install fragment
-