![JAR search and dependency download from the Maven repository](/logo.png)
fitnesse.wikitext.parser.Translation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
package fitnesse.wikitext.parser;
public interface Translation {
String toTarget(Translator translator, Symbol symbol);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy