Class DashboardExporter
- java.lang.Object
-
- org.dashbuilder.dsl.serialization.DashboardExporter
-
public class DashboardExporter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDashboardExporter.ExportType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(Dashboard dashboard, String path, DashboardExporter.ExportType type)voidexport(Dashboard dashboard, Path path, DashboardExporter.ExportType type)static DashboardExporterget()
-
-
-
Method Detail
-
get
public static DashboardExporter get()
-
export
public void export(Dashboard dashboard, String path, DashboardExporter.ExportType type)
-
export
public void export(Dashboard dashboard, Path path, DashboardExporter.ExportType type)
-
-