Class ImporterFactoryHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.ImporterFactoryHint
-
- All Implemented Interfaces:
ConnectorHint<ImporterFactory>
- Direct Known Subclasses:
DefaultImporterFactoryHint
public abstract class ImporterFactoryHint extends Object implements ConnectorHint<ImporterFactory>
Create @seeImporterfor reading dumped database using @seeImportDumpConnector.© 2012-2034 akquinet tech@spree
Hint is used by
ImportDumpConnectorto determine importer implementation- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description ImporterFactoryHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ImporterFactory>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<ImporterFactory> getConnectorHintType()
- Specified by:
getConnectorHintTypein interfaceConnectorHint<ImporterFactory>
-
-