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

de.akquinet.jbosscc.guttenbase.hints.ImportDumpExtraInformationHint 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.ImportDumpExtraInformation;
import de.akquinet.jbosscc.guttenbase.export.plain.PlainGzipImporter;
import de.akquinet.jbosscc.guttenbase.export.zip.ZipImporter;

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

* © 2012 akquinet tech@spree *

* * @Applicable-For-Target * @Hint-Used-By {@link ZipImporter} to add custom informations to the dump * @Hint-Used-By {@link PlainGzipImporter} to add custom informations to the dump * @author M. Dahm */ public abstract class ImportDumpExtraInformationHint implements ConnectorHint { @Override public Class getConnectorHintType() { return ImportDumpExtraInformation.class; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy