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 theCsvXPorterinterface.booleanIndicates if the provider supports a given protocol.booleanIndicates if the provider supports the given URI.
-
Constructor Details
-
GitCsvXPorterProvider
public GitCsvXPorterProvider()
-
-
Method Details
-
create
Description copied from interface:CsvXPorterProviderCreates an object which implements theCsvXPorterinterface.- Specified by:
createin interfaceCsvXPorterProvider- Returns:
- a CsvXPorter object
-
supports
Description copied from interface:CsvXPorterProviderIndicates if the provider supports a given protocol.- Specified by:
supportsin interfaceCsvXPorterProvider- Parameters:
protocol- e.g. "file"- Returns:
- true or false
-
supports
Description copied from interface:CsvXPorterProviderIndicates if the provider supports the given URI.- Specified by:
supportsin interfaceCsvXPorterProvider- Parameters:
uri- e.g. "file://hello/world"- Returns:
- true or false
-