package arida.ufc.br.moap.core.datasource.spi; public interface IDataSource { public String getName(); }