Make this group import templates/dictionaries from g. On unload imported templates are unloaded but stay in the #imports list.
(STGroup g)
| 510 | */ |
| 511 | |
| 512 | public void importTemplates(STGroup g) { |
| 513 | importTemplates(g, false); |
| 514 | } |
| 515 | |
| 516 | /** Import template files, directories, and group files. |
| 517 | * Priority is given to templates defined in the current group; |
nothing calls this directly
no test coverage detected