Class XPorter

java.lang.Object
clazzfish.monitor.spi.XPorter

public class XPorter extends Object
The XPorter class helps you to find the correct provider for a CsvXPorter class.
Since:
2.5 (25.02.25)
Author:
oboehm
  • Constructor Details

    • XPorter

      public XPorter()
  • Method Details

    • getProviders

      public static List<CsvXPorterProvider> getProviders()
      Gets a list of providers of CsvXPorterProvider.
      Returns:
      list of providers
    • createCsvXPorter

      public static CsvXPorter createCsvXPorter(URI uri)
      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(forRemoval=true) public static CsvXPorter createCsvXPorter(String protocol)
      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