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