Class GitCsvXPorterProvider
java.lang.Object
clazzfish.spi.git.GitCsvXPorterProvider
- All Implemented Interfaces:
CsvXPorterProvider
The class GitCsvXPorterProvider register itself as service for SPI.
- Since:
- 2.6 (17.03.25)
- Author:
- oboehm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates an object which implements theCsvXPorter
interface.boolean
Indicates if the provider supports a given protocol.boolean
Indicates if the provider supports the given URI.
-
Constructor Details
-
GitCsvXPorterProvider
public GitCsvXPorterProvider()
-
-
Method Details
-
create
Description copied from interface:CsvXPorterProvider
Creates an object which implements theCsvXPorter
interface.- Specified by:
create
in interfaceCsvXPorterProvider
- Returns:
- a CsvXPorter object
-
supports
Description copied from interface:CsvXPorterProvider
Indicates if the provider supports a given protocol.- Specified by:
supports
in interfaceCsvXPorterProvider
- Parameters:
protocol
- e.g. "file"- Returns:
- true or false
-
supports
Description copied from interface:CsvXPorterProvider
Indicates if the provider supports the given URI.- Specified by:
supports
in interfaceCsvXPorterProvider
- Parameters:
uri
- e.g. "file://hello/world"- Returns:
- true or false
-