Returns the list of CREOLE directories the system loads automatically at start-up. @return a List of URLs.
()
| 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 |
no outgoing calls
no test coverage detected