Class PluginScanner
java.lang.Object
de.julianweinelt.datacat.dbx.api.plugins.PluginScanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) List<PluginDescriptor>scan()Scans the plugin folder for valid plugin JARs and reads their configurations.
-
Constructor Details
-
PluginScanner
public PluginScanner()
-
-
Method Details
-
scan
Scans the plugin folder for valid plugin JARs and reads their configurations.- Returns:
- A list of PluginDescriptor objects representing the found plugins.
-