Load st from disk if directory or load whole group file if .stg file (then return just one template). name is fully-qualified.
(String name)
| 289 | */ |
| 290 | |
| 291 | protected CompiledST load(String name) { |
| 292 | return null; |
| 293 | } |
| 294 | |
| 295 | /** Force a load if it makes sense for the group. */ |
| 296 |
no outgoing calls
no test coverage detected