MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getAutoloadPlugins

Method getAutoloadPlugins

src/main/java/gate/Gate.java:1056–1058  ·  view source on GitHub ↗

Returns the list of CREOLE directories the system loads automatically at start-up. @return a List of URLs.

()

Source from the content-addressed store, hash-verified

1054 * @return a {@link List} of {@link URL}s.
1055 */
1056 public static List<Plugin> getAutoloadPlugins() {
1057 return autoloadPlugins;
1058 }
1059
1060 /**
1061 * Adds a new directory to the list of plugins that are loaded automatically

Callers 5

writeUserConfigMethod · 0.95
getLoadAlwaysMethod · 0.95
unsavedChangesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected