for LaunchBuilder Gets the shared JarTool. @return the shared JarTool
()
| 107 | * @return the shared JarTool |
| 108 | */ |
| 109 | public static JarTool getInstance() { |
| 110 | if (instance == null) { |
| 111 | instance = new JarTool(); |
| 112 | } |
| 113 | return instance; |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Private constructor. |
no outgoing calls
no test coverage detected