public interface CommandInstaller
Service provider interface for other modules to provide commands.
Implementations should be registered for
to load.invalid reference
ServiceLoader
-
Method Summary
-
Method Details
-
install
Called on all registered command installers during initialization of a script executor. The implementation should add commands to the provided map. The String key is the name used to look up the command in theNamespace. A command might be registered under multiple names.- Parameters:
commands- map to install commands to
-