- JDynamiTe - Class in cb.jdynamite
-
JDynamiTe is the unique class that you need in order to parse a template document, populate it and finally produce an output document.
- JDynamiTe() - Constructor for class cb.jdynamite.JDynamiTe
-
Constructs an empty "JDynamiTe" (Java Dynamic Template) document.
- JDynamiTe(String) - Constructor for class cb.jdynamite.JDynamiTe
-
Constructs an empty "JDynamiTe" (Java Dynamic Template) document.
- JDynTool - Class in cb.jdynamite.tool
-
JDynTool is a tool which is based on JDynamiTe, allowing to use JDynamiTe template files by two very simple ways:
- by command line invocation: no java code is needed,
- or by JDynTool "run" method call: only few lines of code in your java application.
- JDynTool() - Constructor for class cb.jdynamite.tool.JDynTool
-
Creates a JDynTool object and its associated JDynamiTe object.