Index
All Classes and Interfaces|All Packages|Constant Field Values
R
- registerImporter(DataImporter) - Static method in class org.tquadrat.bloodpressure.spi.DataImporterBase
-
Registers a
DataImporter
instance. - registerReport(Report) - Static method in class org.tquadrat.bloodpressure.spi.ReportBase
-
Registers a report generator.
- Report - Interface in org.tquadrat.bloodpressure
-
The definition of a report generator.
- ReportBase - Class in org.tquadrat.bloodpressure.spi
-
The abstract base class for all reports.
- ReportBase(String, ReportFormat...) - Constructor for class org.tquadrat.bloodpressure.spi.ReportBase
-
Creates a new instance of
ReportBase
. - ReportBase.DestinationType - Enum Class in org.tquadrat.bloodpressure.spi
-
The type of the destination for the report.
- ReportBase.DistributionNode - Class in org.tquadrat.bloodpressure.spi
-
The record for the distribution data.
- ReportFormat - Enum Class in org.tquadrat.bloodpressure
-
The output formats for a report.
- ReportFormat() - Constructor for enum class org.tquadrat.bloodpressure.ReportFormat
- retrieveConnection() - Method in interface org.tquadrat.bloodpressure.Configuration
-
Retrieves the connection to the database.
- retrieveConnection() - Method in class org.tquadrat.bloodpressure.internal.ConfigurationBase
-
Retrieves the connection to the database.
- retrieveDataImporter(String, InputFormat) - Static method in interface org.tquadrat.bloodpressure.DataImporter
-
Returns the data importer that is identified by the given data origin and input format.
- retrieveDataImporter(InputFormat, String) - Static method in class org.tquadrat.bloodpressure.spi.DataImporterBase
-
Returns the data importer that is identified by the given input format and data origin.
- retrieveReport(String, ReportFormat) - Static method in interface org.tquadrat.bloodpressure.Report
-
Retrieves the report generator for the given style and format.
- retrieveReport(String, ReportFormat) - Static method in class org.tquadrat.bloodpressure.spi.ReportBase
-
Retrieves the report generator for the given style and format.
- retrieveText(TextUse, String, Object...) - Method in class org.tquadrat.bloodpressure.spi.ReportBase
-
Retrieves the text identified by the given usage and id.
All Classes and Interfaces|All Packages|Constant Field Values