| Modifier and Type | Class and Description |
|---|---|
static class |
CapsdProtocolInfo.Action |
| Constructor and Description |
|---|
CapsdProtocolInfo(String proto,
Plugin plugin,
Map<String,Object> params,
CapsdProtocolInfo.Action action)
Constructs a new protocol information element.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getParameters()
Returns the input parameters for the plugin
|
Plugin |
getPlugin()
Returns the plugin module
|
String |
getProtocol()
Returns the protocol name
|
boolean |
isAutoEnabled()
Returns true if the configuration has this particular module set as
automatically enabled.
|
public CapsdProtocolInfo(String proto, Plugin plugin, Map<String,Object> params, CapsdProtocolInfo.Action action)
proto - The protocol supported.plugin - The plugin moduleparams - The parameters for the plugin.action - The action to take.Copyright © 2015. All rights reserved.