Class XPorter
java.lang.Object
clazzfish.monitor.spi.XPorter
The XPorter class helps you to find the correct provider for a
CsvXPorter
class.- Since:
- 2.5 (25.02.25)
- Author:
- oboehm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CsvXPorter
createCsvXPorter
(String protocol) Deprecated, for removal: This API element is subject to removal in a future version.static CsvXPorter
createCsvXPorter
(URI uri) Creates a CsvXPorter object which can be used for improts and exports of CSV data.static List
<CsvXPorterProvider> Gets a list of providers ofCsvXPorterProvider
.
-
Constructor Details
-
XPorter
public XPorter()
-
-
Method Details
-
getProviders
Gets a list of providers ofCsvXPorterProvider
.- Returns:
- list of providers
-
createCsvXPorter
Creates a CsvXPorter object which can be used for improts and exports of CSV data.- Parameters:
uri
- URI for exporting / importing- Returns:
- CsvXPorter instance
-
createCsvXPorter
Deprecated, for removal: This API element is subject to removal in a future version.Creates a CsvXPorter object which can be used for improts and exports of CSV data.- Parameters:
protocol
- e.g. "file"- Returns:
- CsvXPorter instance
-
createCsvXPorter(URI)