Uses of Interface
biz.aQute.bnd.reporter.exporter.ReportExporter.ReportExporterInstructions.ExportReportInstruction
-
Packages that use ReportExporter.ReportExporterInstructions.ExportReportInstruction Package Description biz.aQute.bnd.reporter.exporter -
-
Uses of ReportExporter.ReportExporterInstructions.ExportReportInstruction in biz.aQute.bnd.reporter.exporter
Methods in biz.aQute.bnd.reporter.exporter that return types with arguments of type ReportExporter.ReportExporterInstructions.ExportReportInstruction Modifier and Type Method Description java.util.Map<java.lang.String,ReportExporter.ReportExporterInstructions.ExportReportInstruction>
ReportExporter.ReportExporterInstructions. exportreport()
private java.util.Map<java.lang.String,ReportExporter.ReportExporterInstructions.ExportReportInstruction>
ReportExporter. getScopedExportInstruction()
Methods in biz.aQute.bnd.reporter.exporter with parameters of type ReportExporter.ReportExporterInstructions.ExportReportInstruction Modifier and Type Method Description private java.util.Map.Entry<java.lang.String,Resource>
ReportExporter. getTemplateResource(ReportExporter.ReportExporterInstructions.ExportReportInstruction instruction, java.io.File destination, java.io.File base)
-