org.xerial.util.template
Class Template
java.lang.Object
org.xerial.util.template.Template
public class Template
- extends Object
Searches a
$propertyKey$
in a template, replaces it with the corresponding property value.
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Template
public Template(String templateString)
Template
public Template(InputStream templateStream)
throws IOException
- Throws:
IOException
apply
public String apply(Properties property)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.