de.akquinet.jbosscc.guttenbase.export.ImportDumpExtraInformation Maven / Gradle / Ivy
package de.akquinet.jbosscc.guttenbase.export;
import java.io.Serializable;
import java.util.Map;
/**
* Give the user a possibility to retrieve extra informations from the dumped data.
*
*
* © 2012 akquinet tech@spree
*
*
* @author M. Dahm
*/
public interface ImportDumpExtraInformation {
void processExtraInformation(Map extraInformation) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy