View Javadoc
1   package com.atlassian.dbexporter.exporter;
2   
3   import com.atlassian.dbexporter.ImportExportConfiguration;
4   
5   public interface ExportConfiguration extends ImportExportConfiguration {
6   }