All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.akquinet.jbosscc.guttenbase.export.ExporterFactory Maven / Gradle / Ivy

The newest version!
package de.akquinet.jbosscc.guttenbase.export;


/**
 * Create @see {@link Exporter} for dumping database using @see {@link ExportDumpConnector}.
 *
 * 

* © 2012-2034 akquinet tech@spree *

* * @author M. Dahm */ public interface ExporterFactory { Exporter createExporter(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy