All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.sstoehr.pustefix.i18n.input.Reader Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package de.sstoehr.pustefix.i18n.input;

import java.io.File;
import java.util.List;

import de.sstoehr.pustefix.i18n.model.Locale;
import de.sstoehr.pustefix.i18n.model.Message;

public interface Reader {

    void addLocale(Locale locale, File file);

    List read();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy