Private constructor.
()
| 117 | * Private constructor. |
| 118 | */ |
| 119 | private JarTool() { |
| 120 | String name = "JarTool"; //$NON-NLS-1$ |
| 121 | chooser = OSPRuntime.createChooser("JAR, ZIP", new String[] { "zip", "jar", "trz" }); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ |
| 122 | Toolbox.addTool(name, this); |
| 123 | } |
| 124 | |
| 125 | private ArrayList<String> instanceSources; |
| 126 | private File instanceParent; |
nothing calls this directly
no test coverage detected