Module sharingPluginPlatform
Class SearchResultDTO.PluginActionInfo
java.lang.Object
org.codeability.sharing.plugins.api.search.SearchResultDTO.PluginActionInfo
- Enclosing class:
- SearchResultDTO
-
Constructor Summary
ConstructorsConstructorDescriptionPluginActionInfo(String plugin, String action, String commandName) information about applicable plugins -
Method Summary
-
Constructor Details
-
PluginActionInfo
information about applicable plugins- Parameters:
plugin- the name of the plugin, just informativeaction- the name of the action, just informativecommandName- the name of the command, displayed to the user
-
PluginActionInfo
public PluginActionInfo()
-
-
Method Details
-
getPlugin
- Returns:
- the plugin
-
setPlugin
- Parameters:
plugin- the plugin to set
-
getAction
- Returns:
- the action
-
setAction
- Parameters:
action- the action to set
-
getCommandName
- Returns:
- the commandName
-
setCommandName
- Parameters:
commandName- the commandName to set
-