Package com.illumon.iris.console.events
Class ConsolePlugins
java.lang.Object
com.illumon.iris.console.events.ConsolePlugins
public class ConsolePlugins extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
CONSOLE_PLUGIN_CLASS
-
Constructor Summary
Constructors Constructor Description ConsolePlugins()
-
Method Summary
Modifier and Type Method Description static IConsolePlugin
getConsolePluginByName(String name)
Get a specific UI connector by name, if one exists by that name.static Collection<IConsolePlugin>
getConsolePlugins()
Get all of the UI connectors at once.
-
Field Details
-
CONSOLE_PLUGIN_CLASS
- See Also:
- Constant Field Values
-
-
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.
-