GEt customTemplateFilePath @param usePath @return customTemplateFilePath
(final boolean usePath)
| 197 | * @return customTemplateFilePath |
| 198 | */ |
| 199 | public static String customTemplateFilePath(final boolean usePath) |
| 200 | { |
| 201 | return getCustomPath("Templates", usePath); |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Write custom files out |
no test coverage detected