Removes all global options.
()
| 175 | * Removes all global options. |
| 176 | */ |
| 177 | public static void clear() { |
| 178 | OPTIONS.clear(); |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * Returns a system property or global option. System properties override global options. |
no outgoing calls