Sets the string value of an option. The file path will be normalized. @param option option to be set @param file file to be assigned
(final StringOption option, final IOFile file)
| 266 | * @param file file to be assigned |
| 267 | */ |
| 268 | public synchronized void setFile(final StringOption option, final IOFile file) { |
| 269 | set(option, file.normalize().path()); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * Returns the supported XML suffixes. |
no test coverage detected