MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / JarTool

Method JarTool

src/org/opensourcephysics/tools/JarTool.java:119–123  ·  view source on GitHub ↗

Private constructor.

()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 2

createChooserMethod · 0.95
addToolMethod · 0.95

Tested by

no test coverage detected