Class CsvPrintProvider
java.lang.Object
clazzfish.sample.spi.CsvPrintProvider
- All Implemented Interfaces:
CsvXPorterProvider
The CsvPrintProvider creates a printer object for printing CSV data.
- Since:
- 2.5 (28.02.25)
- Author:
- oboehm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an object which implements theCsvXPorterinterface.booleanIndicates if the provider supports a given protocol.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CsvXPorterProvider
create, supportsModifier and TypeMethodDescriptiondefault CsvXPortercreate()Creates an object which implements theCsvXPorterinterface.default booleanIndicates if the provider supports the given URI.
-
Constructor Details
-
CsvPrintProvider
public CsvPrintProvider()
-
-
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
-