Interface IConsoleActionFactory
public interface IConsoleActionFactory
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateAction
(String actionId, String connectionType, org.eclipse.core.runtime.IAdaptable adapter) Returns an implementation of ConsoleAction
-
Method Details
-
createAction
ConsoleAction createAction(String actionId, String connectionType, org.eclipse.core.runtime.IAdaptable adapter) Returns an implementation of ConsoleAction- Parameters:
actionId
- The id of the action being requestedconnectionType
- The connection type of the terminal consoleadapter
- An adapter to get relevant objects for use by the ConsoleAction being created (eg. IRemoteConnection)- Returns:
- an implementation of ConsoleAction
-