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

Method getPlugInsPath

ij/src/main/java/ij/Menus.java:1407–1409  ·  view source on GitHub ↗

Returns the path to the user plugins directory or null if the plugins directory was not found.

()

Source from the content-addressed store, hash-verified

1405 /** Returns the path to the user plugins directory or
1406 null if the plugins directory was not found. */
1407 public static String getPlugInsPath() {
1408 return pluginsPath;
1409 }
1410
1411 /** Returns the path to the macros directory or
1412 null if the macros directory was not found. */

Callers 9

getDirectoryMethod · 0.95
getClassLoaderMethod · 0.95
runMethod · 0.95
runMethod · 0.95
getClassPathMethod · 0.95
getPathsAndNamesMethod · 0.95
buildTreePathMethod · 0.95
installMethod · 0.95
saveAsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected