Gets the shared Tool. @return the shared ExportTool
()
| 319 | * @return the shared ExportTool |
| 320 | */ |
| 321 | public static ExportTool getTool() { |
| 322 | if (TOOL == null) { |
| 323 | TOOL = new ExportTool(); |
| 324 | Toolbox.addTool("ExportTool", TOOL); //$NON-NLS-1$ |
| 325 | } |
| 326 | return TOOL; |
| 327 | } |
| 328 | |
| 329 | } |
| 330 |
no test coverage detected