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 TypeMethodDescriptionCreates an object which implements theCsvXPorterinterface.booleanIndicates if the provider supports a given protocol.booleanIndicates if the provider supports the given URI.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CsvXPorterProvider
createModifier and TypeMethodDescriptiondefault CsvXPortercreate()Creates an object which implements theCsvXPorterinterface.
-
Constructor Details
-
GitCsvXPorterProvider
public GitCsvXPorterProvider()
-
-
Method Details
-
create
Description copied from interface:CsvXPorterProviderCreates an object which implements theCsvXPorterinterface.- Specified by:
createin interfaceCsvXPorterProvider- Parameters:
uri- the URI for import/export- 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
-