MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / runPlugin

Method runPlugin

ij/src/main/java/ij/plugin/Compiler.java:272–275  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

270
271 // run the plugin using a new class loader
272 void runPlugin(String name) {
273 name = name.substring(0,name.length()-5); // remove ".java" or ".clas"
274 new PlugInExecuter(name);
275 }
276
277 public void showDialog() {
278 validateTarget();

Callers 1

compileAndRunMethod · 0.95

Calls 2

substringMethod · 0.80
lengthMethod · 0.65

Tested by

no test coverage detected