| Package | Description |
|---|---|
| org.jboss.dashboard.export |
Utility classes for the serialization and packaging of KPIs so that can be exchanged between installations.
|
| Modifier and Type | Method and Description |
|---|---|
ExportOptions |
ExportManager.createExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
ExportManager.format(ExportOptions options) |
void |
ExportManager.format(ExportOptions options,
PrintWriter out,
int indent) |
void |
ExportManager.formatDataProviders(ExportOptions options,
PrintWriter out,
int indent)
Formats a set of DataProviders.
|
void |
ExportManager.formatKPIs(ExportOptions options,
PrintWriter out,
int indent)
Formats a set ok KPIs.
|
Copyright © 2012–2015 JBoss by Red Hat. All rights reserved.