Package io.kestra.core.plugins
Class PluginScanner
java.lang.Object
io.kestra.core.plugins.PluginScanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManifestgetManifest(ClassLoader classLoader) scan()Scans the main ClassLoaderScans the specified top-level plugin directory for plugins.
-
Constructor Details
-
PluginScanner
-
-
Method Details
-
scan
Scans the specified top-level plugin directory for plugins.- Parameters:
pluginPaths- the absolute path to a top-level plugin directory.
-
scan
Scans the main ClassLoader -
getManifest
-