
fr.vergne.translation.util.ProjectLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of translation-core Show documentation
Show all versions of translation-core Show documentation
Basic features to support a translation project.
The newest version!
package fr.vergne.translation.util;
import java.io.File;
import fr.vergne.translation.TranslationProject;
public interface ProjectLoader> {
public Project load(File directory);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy