/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author Daniel */ public interface Converter { //public java.io.File getCollectionsFile(); public java.util.HashMap parse() throws java.io.IOException; }