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

de.akquinet.jbosscc.guttenbase.hints.ExportDumpExtraInformationHint Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.akquinet.jbosscc.guttenbase.hints;

import de.akquinet.jbosscc.guttenbase.export.ExportDumpExtraInformation;
import de.akquinet.jbosscc.guttenbase.export.plain.PlainGzipExporter;
import de.akquinet.jbosscc.guttenbase.export.zip.ZipExporter;

/**
 * When exporting to e JAR/ZIP file we give the user a possibility to add extra informations to the dumped data.
 *
 * 

* © 2012-2020 akquinet tech@spree *

* * * Hint is used by {@link ZipExporter} to add custom informations to the dump * Hint is used by {@link PlainGzipExporter} to add custom informations to the dump * @author M. Dahm */ public abstract class ExportDumpExtraInformationHint implements ConnectorHint { @Override public Class getConnectorHintType() { return ExportDumpExtraInformation.class; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy