Returns the current templateFile being used @return templateFile
()
| 214 | * @return templateFile |
| 215 | */ |
| 216 | public File getTemplateFile() |
| 217 | { |
| 218 | return templateFile; |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Get variable value from the variable string passed in, this might be |
no outgoing calls
no test coverage detected