Class ExporterFactoryHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.ExporterFactoryHint
-
- All Implemented Interfaces:
ConnectorHint<ExporterFactory>
- Direct Known Subclasses:
DefaultExporterFactoryHint
public abstract class ExporterFactoryHint extends Object implements ConnectorHint<ExporterFactory>
Create @seeExporter
for dumping database using @seeExportDumpConnector
.© 2012-2034 akquinet tech@spree
Hint is used by
ExportDumpConnector
to determine exporter implementation- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description ExporterFactoryHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ExporterFactory>
getConnectorHintType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.akquinet.jbosscc.guttenbase.hints.ConnectorHint
getValue
-
-
-
-
Method Detail
-
getConnectorHintType
public Class<ExporterFactory> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<ExporterFactory>
-
-