public class VCardHandler extends AbstractCategoryExportHandler<AddressRecord,AddressAppInfo>
ExportHandler
that reads Address pdb and writes a vCard file.Constructor and Description |
---|
VCardHandler() |
Modifier and Type | Method and Description |
---|---|
protected Converter<AddressRecord,AddressAppInfo> |
createConverter()
Creates the
Converter that converts the database file. |
protected Exporter<AddressRecord,AddressAppInfo> |
createExporter()
Creates the
Exporter that writes the output file. |
String |
getDescription()
Gets a description about the input and output file format.
|
String |
getName()
Gets the name of the handler.
|
export, readDatabase
public VCardHandler()
public String getName()
ExportHandler
public String getDescription()
ExportHandler
protected Converter<AddressRecord,AddressAppInfo> createConverter()
AbstractCategoryExportHandler
Converter
that converts the database file.createConverter
in class AbstractCategoryExportHandler<AddressRecord,AddressAppInfo>
Converter
protected Exporter<AddressRecord,AddressAppInfo> createExporter()
AbstractCategoryExportHandler
Exporter
that writes the output file.createExporter
in class AbstractCategoryExportHandler<AddressRecord,AddressAppInfo>
Exporter
Copyright © 2009–2016. All rights reserved.