MCPcopy
hub / github.com/Col-E/Recaf / openPluginDirectory

Method openPluginDirectory

src/main/java/me/coley/recaf/ui/MainMenu.java:475–481  ·  view source on GitHub ↗

Open plugin directory.

()

Source from the content-addressed store, hash-verified

473 * Open plugin directory.
474 */
475 private void openPluginDirectory() {
476 try {
477 UiUtil.showDocument(Recaf.getDirectory("plugins").toUri());
478 } catch(IOException ex) {
479 Log.error(ex, "Failed to open plugins directory");
480 }
481 }
482
483 /**
484 * Display attach window.

Callers

nothing calls this directly

Calls 3

showDocumentMethod · 0.95
getDirectoryMethod · 0.95
errorMethod · 0.95

Tested by

no test coverage detected