
fr.vergne.translation.util.Reader 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 fr.vergne.translation.impl.OnDemandEntry;
import fr.vergne.translation.impl.OnDemandMap;
import fr.vergne.translation.impl.OnDemandMetadata;
import fr.vergne.translation.impl.OnDemandProject;
/**
* A {@link Reader} aims at recovering a stored value. This is the basic
* interface to retrieve stored contents for {@link OnDemandMetadata},
* {@link OnDemandEntry}, {@link OnDemandMap}, and {@link OnDemandProject}.
*
* @author Matthieu VERGNE
*
* @param
*/
public interface Reader {
public Value read();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy