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