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

Method getInstance

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

for LaunchBuilder Gets the shared JarTool. @return the shared JarTool

()

Source from the content-addressed store, hash-verified

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.

Callers 15

actionPerformedMethod · 0.95
createManifestMethod · 0.45
LibraryResourceClass · 0.45
DataToolTabClass · 0.45
getSelectedTableDataMethod · 0.45
NumberRendererClass · 0.45
NumberFieldClass · 0.45
applyPatternMethod · 0.45
getCompositeMethod · 0.45
drawMethod · 0.45
getGrayscaleImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected