View Javadoc
1   package com.atlassian.dbexporter.importer;
2   
3   import com.atlassian.dbexporter.DatabaseInformation;
4   
5   public interface DatabaseInformationChecker {
6       void check(DatabaseInformation information);
7   }