Package com.illumon.iris.console.events
Class ConsolePlugins
java.lang.Object
com.illumon.iris.console.events.ConsolePlugins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IConsolePlugin
getConsolePluginByName
(String name) Get a specific UI connector by name, if one exists by that name.static Collection<IConsolePlugin>
Get all of the UI connectors at once.
-
Field Details
-
CONSOLE_PLUGIN_CLASS
- See Also:
-
-
Constructor Details
-
ConsolePlugins
public ConsolePlugins()
-
-
Method Details
-
getConsolePlugins
Get all of the UI connectors at once.- Returns:
- An unmodifiable collection of all the UI connectors.
-
getConsolePluginByName
Get a specific UI connector by name, if one exists by that name.- Parameters:
name
- The name of the UI connector to return- Returns:
- The UI connector configured with the specified name, or null if no such connector exists.
-