Package hec.externalplugin
Class ExternalDataPluginManager
java.lang.Object
hec.externalplugin.ExternalDataPluginManager
This class manages the ExternalDataPlugins available.
Any plugin that registers itself with this manager, will be available for use.
-
Method Summary
Modifier and TypeMethodDescriptionreturns the names of the plugins that have been registered with the managerstatic ExternalDataPlugingetExternalDataPlugin(String name) returns the ExternalDataPlugin for a given namestatic voidregisterPlugin(ExternalDataPlugin plugin) Register a plugin for use with the manager
-
Method Details
-
registerPlugin
Register a plugin for use with the manager- Parameters:
plugin-
-
getExternalDataPlugin
returns the ExternalDataPlugin for a given name- Parameters:
name-- Returns:
-
getAvailablePluginNames
returns the names of the plugins that have been registered with the manager- Returns:
-