Make this group import templates/dictionaries from g. On unload imported templates are unloaded but stay in the #imports list.
(STGroup g)
| 488 | */ |
| 489 | |
| 490 | public void importTemplates(STGroup g) { |
| 491 | importTemplates(g, false); |
| 492 | } |
| 493 | |
| 494 | /** Import template files, directories, and group files. |
| 495 | * Priority is given to templates defined in the current group; |
nothing calls this directly
no test coverage detected