Package com.illumon.iris.console.events
Class ConsolePlugins
java.lang.Object
com.illumon.iris.console.events.ConsolePlugins
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IConsolePlugingetConsolePluginByName(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- 
ConsolePluginspublic ConsolePlugins()
 
- 
- 
Method Details- 
getConsolePluginsGet all of the UI connectors at once.- Returns:
- An unmodifiable collection of all the UI connectors.
 
- 
getConsolePluginByNameGet 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.
 
 
-