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