Package eu.europa.ted.efx.interfaces
Interface EfxTemplateTranslator
-
- All Superinterfaces:
EfxExpressionTranslator
- All Known Implementing Classes:
EfxTemplateTranslator06,EfxTemplateTranslator07,EfxTemplateTranslatorV1
public interface EfxTemplateTranslator extends EfxExpressionTranslator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringrenderTemplate(InputStream stream)StringrenderTemplate(String template)Translates the template contained in the string passed as a parameter.StringrenderTemplate(Path pathname)Opens the indicated EFX file and translates the EFX template it contains.-
Methods inherited from interface eu.europa.ted.efx.interfaces.EfxExpressionTranslator
translateExpression
-
-
-
-
Method Detail
-
renderTemplate
String renderTemplate(Path pathname) throws IOException
Opens the indicated EFX file and translates the EFX template it contains.- Throws:
IOException
-
renderTemplate
String renderTemplate(String template)
Translates the template contained in the string passed as a parameter.
-
renderTemplate
String renderTemplate(InputStream stream) throws IOException
- Throws:
IOException
-
-