public interface ITemplateEngine
Implementation is not thread-safe. Parallel use is not supported.
IFactory.newTemplateEngine(String),
ITemplateField,
IFactory.getTemplateEngineVersionBean()| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
apply(IRepProcessor repProc,
java.nio.file.Path targetFolder)
Applies the template on the specified replay file, and returns the result.
|
java.nio.file.Path |
apply(java.nio.file.Path file)
Applies the template on the specified replay file in the folder the file is in, and returns the result.
|
java.nio.file.Path |
apply(java.nio.file.Path file,
java.nio.file.Path targetFolder)
Applies the template on the specified replay file, and returns the result.
|
java.nio.file.Path apply(java.nio.file.Path file)
file - replay file to apply the template onnull if the specified replay file cannot be parsedjava.nio.file.Path apply(java.nio.file.Path file,
java.nio.file.Path targetFolder)
file - replay file to apply the template ontargetFolder - target folder in which to apply the templatenull if the specified replay file cannot be parsedjava.nio.file.Path apply(IRepProcessor repProc, java.nio.file.Path targetFolder)
repProc - replay processor whose replay file to apply the template ontargetFolder - target folder in which to apply the templatenull if the specified replay file cannot be parsed
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.