Class ConnectorPlugin
java.lang.Object
com.priint.pubserver.plugin.entitydata.ConnectorPlugin
- All Implemented Interfaces:
GetIdentifier,Serializable
Representation of a connector plug-in and its instances.
The connector is described by plug-in library name, plug-in mapped name, and additionally contains a list of instance names.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the names of the configured instances of the connector plug-in.getLabel()getType()Reserved for future use.voidsetIdentifier(String identifier) voidsetInstances(List<String> instances) voidvoidReserved for future use.toString()
-
Constructor Details
-
ConnectorPlugin
public ConnectorPlugin()
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceGetIdentifier- Returns:
- String identifier for the plug-in library or an empty string.
-
setIdentifier
- Parameters:
identifier-
-
getLabel
- Returns:
- Display label for the plug-in (the plug-in mapped name).
-
setLabel
- Parameters:
label- seegetLabel()
-
getType
Reserved for future use.- Returns:
- Type string or empty string
-
setType
Reserved for future use.- Parameters:
type- seegetType()
-
getInstances
Get the names of the configured instances of the connector plug-in.- Returns:
- list of instance entry keys or empty list
-
setInstances
- Parameters:
instances- seegetInstances()
-
toString
-