Sets the option Overloads method #Option(String, String) @param option name of option @return desired information or status of the option @throws HandleNotInitializedException if the handle is null @throws NativeException
(String option)
| 324 | * @see #Option(String, String) |
| 325 | */ |
| 326 | public String Option(String option) throws HandleNotInitializedException, NativeException, Exception |
| 327 | { |
| 328 | return Option(option, ""); |
| 329 | } |
| 330 | |
| 331 | |
| 332 | /** |
no test coverage detected