Returns the option for trimming whitespace-only template text. @return TrimSpacesOption#TRUE to remove template text that consists only of whitespace from the output completely, TrimSpacesOption#SINGLE to replace such template text with a single space, {@link
()
| 112 | * replace any sequence of whitespace and new lines within template text with a single new line. |
| 113 | */ |
| 114 | TrimSpacesOption getTrimSpaces(); |
| 115 | |
| 116 | /** |
| 117 | * Returns the scratch directory used as the work folder for temporary compilation files. |
no outgoing calls
no test coverage detected